]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Use TArrayI
authorloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2013 04:36:08 +0000 (04:36 +0000)
committerloizides <loizides@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Oct 2013 04:36:08 +0000 (04:36 +0000)
PWGJE/EMCALJetTasks/AliEmcalJet.h

index 790e008f4787cfc73053ca4b37c39ae05ef4435e..459d96d3f87730ae543c656802f0cf5440e77d37 100644 (file)
@@ -141,8 +141,8 @@ class AliEmcalJet : public AliVParticle
   Int_t             fNch;                 //           number of charged constituents
   Double32_t        fPtEmc;               //[0,0,12]   pt in EMCAL acceptance
   Int_t             fNEmc;                //           number of constituents in EMCAL acceptance
-  TArrayS           fClusterIDs;          //           array of cluster constituents  
-  TArrayS           fTrackIDs;            //           array of track constituents   
+  TArrayI           fClusterIDs;          //           array of cluster constituents  
+  TArrayI           fTrackIDs;            //           array of track constituents   
   AliEmcalJet      *fClosestJets[2];      //!          if this is MC it contains the two closest detector level jets in order of distance and viceversa
   Double32_t        fClosestJetsDist[2];  //!          distance to closest jets (see above)
   UShort_t          fMatched;             //!          0,1 if it is matched with one of the closest jets; 2 if it is not matched
@@ -151,6 +151,6 @@ class AliEmcalJet : public AliVParticle
   Double_t          fPtVectSub;           //!          background vector subtracted pt (not stored set from outside) 
   UInt_t            fTriggers;            //!          triggers that the jet might have fired (AliVEvent::EOfflineTriggerTypes)
 
-  ClassDef(AliEmcalJet,9) // Emcal jet class in cylindrical coordinates
+  ClassDef(AliEmcalJet,10) // Emcal jet class in cylindrical coordinates
 };
 #endif