]> git.uio.no Git - u/mrichter/AliRoot.git/blob - EMCAL/AliEMCALFast.h
04-mar-2004 NvE Functionality of AliObjMatrix extended to provide the number of refer...
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALFast.h
1 #ifndef ALIEMCALFAST_H
2 #define ALIEMCALFAST_H
3
4 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
5  * See cxx source for full Copyright notice     */
6
7 /* $Id$ */
8 #include <TObject.h>
9 //*-- Author: Andreas Morsch (CERN)
10
11 class AliEMCALFast : public TObject {
12  public:
13     virtual ~AliEMCALFast(){;}
14     static Float_t SmearMomentum  (Int_t ind,   Float_t p);
15     static Float_t Efficiency     (Int_t ind,   Float_t p);
16     static Bool_t  EmcalAcceptance(Float_t eta, Float_t phi);
17     static Bool_t  RandomReject   (Float_t eff);    
18  protected:
19   ClassDef(AliEMCALFast,1) // Jet for EMCAL
20 };
21       
22
23 #endif // ALIEMCALJet_H