]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG3/vertexingHF/AliCFVertexingHF.h
Updates in PbPb cuts (Andrea Rossi)
[u/mrichter/AliRoot.git] / PWG3 / vertexingHF / AliCFVertexingHF.h
index 7fdea376a6a6399083c0f6fe8bbd04f13121b52c..7f31be70d778724e914fd5d23d279558ccf95d64 100644 (file)
@@ -107,6 +107,9 @@ class AliCFVertexingHF : public TObject {
        virtual void SetAccCut();
 
        void SetFakeSelection(Int_t fakeSel){fFakeSelection = fakeSel;}
+       Int_t GetFakeSelection(){return fFakeSelection;}
+
+       void SetRejectCandidateIfNotFromQuark(Bool_t opt){fRejectIfNoQuark=opt;}
 
        protected:
        
@@ -130,9 +133,11 @@ class AliCFVertexingHF : public TObject {
        Float_t fCentValue;         // centrality value
        Float_t* fPtAccCut;         //[fProngs] array of pt cut values for the Acceptance (MC+Rec) steps 
        Float_t* fEtaAccCut;          //[fProngs] array of eta (absolute value) cut values for the Acceptance (MC+Rec) steps 
-       Int_t fFakeSelection; // fakes selection 
+       Int_t fFakeSelection; // fakes selection: 0 --> all, 1 --> non-fake, 2 --> fake
+       Float_t fFake;              // variable to indicate whether the D0 was a fake or not: 0 --> fake, 1 --> MC, 2 --> non-fake
+       Bool_t fRejectIfNoQuark;  // flag to remove events not geenrated with PYTHIA
 
-       ClassDef(AliCFVertexingHF, 4);
+       ClassDef(AliCFVertexingHF, 6);
        
 };