X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=EMCAL%2FAliEMCALRecPoint.h;h=5db556d5c7b9f3db455dd53c6b60512d5371ba80;hb=88cb7938ca21d4a80991d4e7aa564008c29340f7;hp=b8fb75150b1eae844dcf58d5ffa32bb47e042540;hpb=7dac99f120274a79fe58e2f0732b77fa8669f0c8;p=u%2Fmrichter%2FAliRoot.git diff --git a/EMCAL/AliEMCALRecPoint.h b/EMCAL/AliEMCALRecPoint.h index b8fb75150b1..5db556d5c7b 100644 --- a/EMCAL/AliEMCALRecPoint.h +++ b/EMCAL/AliEMCALRecPoint.h @@ -59,8 +59,8 @@ class AliEMCALRecPoint : public AliRecPoint { virtual Int_t * GetPrimaries(Int_t & number) const {number = fMulTrack ; return fTracksList ; } virtual Bool_t IsEmc(void)const { return kTRUE ; } - const Bool_t IsInECAL(void) const { return fECALSection ; } - const Bool_t IsInHCAL(void) const { return fHCALSection ; } + const Bool_t IsInECA(void) const { return fECASection ; } + const Bool_t IsInHCA(void) const { return fHCASection ; } const Bool_t IsInPRE(void) const { return fPRESection ; } virtual Bool_t IsSortable() const { // tells that this is a sortable object @@ -71,8 +71,8 @@ class AliEMCALRecPoint : public AliRecPoint { // Print prototype } - void SetECAL() { fECALSection = kTRUE ; } - void SetHCAL() { fHCALSection = kTRUE ; } + void SetECA() { fECASection = kTRUE ; } + void SetHCA() { fHCASection = kTRUE ; } void SetPRE() { fPRESection = kTRUE ; } AliEMCALRecPoint & operator = (const AliEMCALRecPoint & ) { // assignement operator requested by coding convention but not needed @@ -85,8 +85,8 @@ protected: Int_t fEMCALArm ; // EMCAM Arm number Float_t fTheta ; // theta angle in Alice Float_t fPhi ; // phi angle in Alice - Bool_t fECALSection ; // tells if the recpoint is in ECAL section - Bool_t fHCALSection ; // tells if the recpoint is in HCAL section + Bool_t fECASection ; // tells if the recpoint is in ECAL section + Bool_t fHCASection ; // tells if the recpoint is in HCAL section Bool_t fPRESection ; // tells if the recpoint is in PRE section ClassDef(AliEMCALRecPoint,2) // RecPoint for EMCAL (Base Class)