]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - EMCAL/AliEMCALRecPoint.h
Transition to NewIO
[u/mrichter/AliRoot.git] / EMCAL / AliEMCALRecPoint.h
index b8fb75150b1eae844dcf58d5ffa32bb47e042540..5db556d5c7b9f3db455dd53c6b60512d5371ba80 100644 (file)
@@ -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)