]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - CORRFW/AliCFTrackCutPid.h
L1phase shift corrected
[u/mrichter/AliRoot.git] / CORRFW / AliCFTrackCutPid.h
index f41f3c80c8a9344b29e38d8e32ac1d1a4afde1c9..3e82fcc9f22ae26dc562fcc8dfe10ff3b39ee84d 100644 (file)
@@ -23,6 +23,7 @@
 #include "AliCFCutBase.h"
 #include "AliPID.h"
 #include "AliESDtrack.h"
+#include "AliAODTrack.h"
 #include <TString.h>
 #include <TObject.h>
 #include <TH1F.h>
@@ -58,19 +59,15 @@ class AliCFTrackCutPid : public AliCFCutBase
   void SetANDstatus(TString dets);
   void SetDetectorProbabilityRestriction(TString det, Int_t iPart, Double_t upperprob); 
   void SetHistogramAxis(Int_t nbins, Double_t xmin, Double_t xmax) {fNbins=nbins; fXmin = xmin; fXmax = xmax;}
-  
-  //loads the track detector responses and the track status
-  void TrackInfo(const AliESDtrack *pTrk,ULong_t status[kNdets+1], Double_t pid[kNdets+1][AliPID::kSPECIES]) const;  
-  
-  //identifies the track
-  Int_t Identify(Double_t pid[AliPID::kSPECIES]) const;
-  
-  //identifies the track filling the QA histograms                                                          
-  Int_t IdentifyQA(const Double_t pid[AliPID::kSPECIES],Int_t idets) const;
-  
+  void SetAODmode(Bool_t isaod = kFALSE) {fgIsAOD=isaod;}  
+  void SetProbThreshold(Double_t value) {fProbThreshold=value;}
   //returns the track identification number  
   Int_t GetID(ULong_t status[kNdets+1], Double_t pid[kNdets+1][AliPID::kSPECIES]) const;  
+  //returns the track identification number in caso of an AliAODTrack
+  Int_t GetAODID(AliAODTrack *aodtrack) const;
   
   //main 
   virtual Bool_t IsSelected(TObject *track); 
   Bool_t IsSelected(TList* /*list*/) {return kTRUE;}  
@@ -79,37 +76,51 @@ class AliCFTrackCutPid : public AliCFCutBase
   
   
  private:
+
+  //loads the track detector responses and the track status
+  void TrackInfo(const AliESDtrack *pTrk,ULong_t status[kNdets+1], Double_t pid[kNdets+1][AliPID::kSPECIES]) const;
+
+  //identifies the track
+  Int_t Identify(Double_t pid[AliPID::kSPECIES]) const;
+
+  //identifies the track filling the QA histograms
+  Int_t IdentifyQA(const Double_t pid[AliPID::kSPECIES],Int_t idets) const;
+
   void SetPPriors(AliESDtrack *pTrk);                          
-  ULong_t StatusForAND(ULong_t status[kNdets+1]) const; //
+  ULong_t StatusForAND(ULong_t status[kNdets+1]) const; 
   void InitialiseHisto();
-  void DefineHistograms();   //histo booking  
+  void DefineHistograms();                                 // histo booking  
   Bool_t Check(const Double_t *p, Int_t iPsel, Double_t minDiff) const;
   void CombPID(ULong_t status[kNdets+1],Double_t pid[kNdets+1][AliPID::kSPECIES],Double_t *combpid) const;
   
-  Double_t fCut;                                            //probability cut
+  Double_t fCut;                                            // probability cut
   Double_t fMinDiffResponse;                                // minimum difference between detector resposes
   Double_t fMinDiffProbability;                             // minimum difference between probability values
   Int_t fgParticleType;                                     // requested particle type
   Bool_t fgIsComb;                                          // flag for the combined pid
+  Bool_t fgIsAOD;                                           // flag for AOD QA histograms
   Bool_t fCheckResponse;                                    // flag to check the minimum difference of det responsess
   Bool_t fCheckSelection;                                   // flag to check the minimum difference of probabilities
-  Bool_t fIsPpriors;                                        //flag for momentum dependent priors
-  Bool_t fIsDetAND;                                         //flag for AND with multiple detectors
-  Double_t fXmin;                                           //x min QA histo
-  Double_t fXmax;                                           //x max QA histo
-  Int_t fNbins;                                             //n bins QA histo 
-  Int_t fDetRestr;                                          //id of the detector for the restriction
-  Int_t fiPartRestr;                                        //id of the particle for the restriction
-  Double_t fDetProbRestr;                                   //probability restriction value
+  Bool_t fIsPpriors;                                        // flag for momentum dependent priors
+  Bool_t fIsDetAND;                                         // flag for AND with multiple detectors
+  Double_t fXmin;                                           // x min QA histo
+  Double_t fXmax;                                           // x max QA histo
+  Int_t fNbins;                                             // n bins QA histo 
+  Int_t fDetRestr;                                          // id of the detector for the restriction
+  Int_t fiPartRestr;                                        // id of the particle for the restriction
+  Double_t fDetProbRestr;                                   // probability restriction value
+  Double_t fProbThreshold;                                  // if different from 0, the assigned PID will be set to 
+                                                            // fgParticleType if the probability is larger than this threshold,
+                                                            // regardless it is the highest or not (!)
 
-  Double_t fPriors[AliPID::kSPECIES];                       //a priori concentrations
-  TF1 *fPriorsFunc[AliPID::kSPECIES];                       //momentum dependent priors
-  Bool_t fDets[kNdets];                                     //boolean(s) corresponding to the chosen detector(s) 
-  Bool_t fDetsInAnd[kNdets];                                //detector to be in AND for the combined PID
-  TH1F *fhResp[kNdets][AliPID::kSPECIES];                   //QA histo
-  TH1F *fhProb[kNdets][AliPID::kSPECIES];                   //QA histo
-  TH1F *fhCombResp[AliPID::kSPECIES];                       //QA histo
-  TH1F *fhCombProb[AliPID::kSPECIES];                       //QA histo
+  Double_t fPriors[AliPID::kSPECIESN];                       // a priori concentrations
+  TF1 *fPriorsFunc[AliPID::kSPECIES];                       // momentum dependent priors
+  Bool_t fDets[kNdets];                                     // boolean(s) corresponding to the chosen detector(s) 
+  Bool_t fDetsInAnd[kNdets];                                // detector to be in AND for the combined PID
+  TH1F *fhResp[kNdets][AliPID::kSPECIES];                   // QA histo
+  TH1F *fhProb[kNdets][AliPID::kSPECIES];                   // QA histo
+  TH1F *fhCombResp[AliPID::kSPECIES];                       // QA histo
+  TH1F *fhCombProb[AliPID::kSPECIES];                       // QA histo
   
   ClassDef(AliCFTrackCutPid,1);
 };