]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/CaloTrackCorrBase/AliMCAnalysisUtils.h
Add condition to select events with at least one track
[u/mrichter/AliRoot.git] / PWG / CaloTrackCorrBase / AliMCAnalysisUtils.h
index 63457c7a6fbf29b578fd923bca0d3d9962d1d10e..6b75ca2eb8085b28b9727cac20a644aa555755b7 100755 (executable)
@@ -52,10 +52,10 @@ class AliMCAnalysisUtils : public TObject {
   Int_t   CheckCommonAncestor(const Int_t index1, const Int_t index2, const AliCaloTrackReader* reader, 
                              Int_t & ancPDG, Int_t & ancStatus, TLorentzVector & momentum, TVector3 & v) ;
   
-  Int_t   CheckOrigin(const Int_t label, const AliCaloTrackReader * reader, const Int_t input) ;
+  Int_t   CheckOrigin(const Int_t label, const AliCaloTrackReader * reader) ;
   
   //Check the label of the most significant particle but do checks on the rest of the contributing labels
-  Int_t   CheckOrigin       (const Int_t *label,  const Int_t nlabels, const AliCaloTrackReader * reader, const Int_t input) ;
+  Int_t   CheckOrigin       (const Int_t *label,  const Int_t nlabels, const AliCaloTrackReader * reader) ;
   Int_t   CheckOriginInStack(const Int_t *labels, const Int_t nlabels, AliStack * stack)                ; // ESD
   Int_t   CheckOriginInAOD  (const Int_t *labels, const Int_t nlabels, const TClonesArray* mcparticles) ; // AOD
   
@@ -83,7 +83,7 @@ class AliMCAnalysisUtils : public TObject {
   //--------------------------------------
   // Other methods
   //--------------------------------------
-  
+    
   // Method to recover MC jets stored in generator
   TList * GetJets(const AliCaloTrackReader * reader) ;