// Implementation version v1 of EMCAL Manager class
//*--
//*-- Author: Sahal Yacoob (LBL / UCT)
-//*-- and : Jennifer Klay
+//*-- and : Jennifer Klay (LBL)
//#include <assert.h>
// --- ROOT system ---
// requested by the Coding Convention
AliEMCALv1(const AliEMCALv0 & emcal) {abort();}
virtual ~AliEMCALv1(void) ;
- virtual void AddHit( Int_t shunt, Int_t primary, Int_t track,
- Int_t id, Float_t *hits, TLorentzVector *p);
+ virtual void AddHit( Int_t shunt, Int_t primary, Int_t track, Int_t iparent, Float_t ienergy,
+ Int_t id, Float_t *hits, Float_t *p);
// Gives the version number
virtual Int_t IsVersion(void) const {return 1;}
virtual void StepManager(void) ;
AliEMCALv1 & operator = (const AliEMCALv0 & rvalue){abort();return *this;}
protected:
- ClassDef(AliEMCALv1,1)//Implementation of EMCAL manager class for layout EMC+PPSD
+ ClassDef(AliEMCALv1,2)//Implementation of EMCAL manager class to produce hits in a Central Calorimeter
+
+ private:
+ Double_t fSamplingFraction ; // Sampling Fraction of Calorimeter E = f*Elos
};
#endif // AliEMCALV1_H