]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWGHF/hfe/AliHFEspectrum.h
Merge branch 'feature-movesplit'
[u/mrichter/AliRoot.git] / PWGHF / hfe / AliHFEspectrum.h
index 8a1b70c2f8736f5fc47317984c4f6bde25e3e6ac..f3b18af1e2c93344acd751d1d497d66169bf3dfe 100644 (file)
@@ -52,7 +52,8 @@ class AliHFEspectrum : public TNamed{
     enum{
       kElecBgSources = 6,
       kBgLevels = 3,
-      kBgPtBins = 44
+      kBgPtBins = 44,
+      kCentrality = 12
        };
 
    enum Chargetype_t{
@@ -75,6 +76,7 @@ class AliHFEspectrum : public TNamed{
     AliCFDataGrid *CorrectParametrizedEfficiency(AliCFDataGrid* const bgsubpectrum = 0x0);
    
     TList *Unfold(AliCFDataGrid* const bgsubpectrum = 0x0);
+    void UnfoldBG(AliCFDataGrid* const bgsubpectrum);
     AliCFDataGrid *CorrectForEfficiency(AliCFDataGrid* const bgsubpectrum = 0x0);
    
     TGraphErrors *Normalize(THnSparse * const spectrum,Int_t i = 0) const;
@@ -87,10 +89,13 @@ class AliHFEspectrum : public TNamed{
     void SetContainer(AliCFContainer *cont, AliHFEspectrum::CFContainer_t type);
     void SetEfficiencyFunction(TF1 *efficiencyFunction) { fEfficiencyFunction = efficiencyFunction; };
     void SetPbPbAnalysis(Bool_t isPbPb = kFALSE) { fBeamType=(Char_t) isPbPb; };
+    void SetEtaSyst(Bool_t etaSyst = kTRUE) { fEtaSyst = etaSyst; };
+
+    void SetParameterizedEff(AliCFContainer *container, AliCFContainer *containermb, AliCFContainer *containeresd, AliCFContainer *containeresdmb, Int_t *dimensions);
     
     void SetNumberOfEvents(Int_t nEvents,Int_t i = 0) { fNEvents[i] = nEvents; };
     void SetNumberOfMCEvents(Int_t nEvents) { fNMCEvents = nEvents; };
-    void SetNumberOfMC2Events(Int_t nEvents) { fNMCbgEvents = nEvents; }; 
+    void SetNumberOfMC2Events(Int_t nEvents,Int_t i = 0) { fNMCbgEvents[i] = nEvents; };
     void SetMCEffStep(Int_t step) { fStepMC = step; };
     void SetMCTruthStep(Int_t step) { fStepTrue = step; };
     void SetStepToCorrect(Int_t step) { fStepData = step; };
@@ -101,41 +106,50 @@ class AliHFEspectrum : public TNamed{
     void SetEtaRange(Double_t etamin, Double_t etamax) { fEtaRange[0] = etamin; fEtaRange[1] = etamax; fEtaSelected = kTRUE; }
     void SetUnSetCorrelatedErrors(Bool_t unsetcorrelatederrors) {fUnSetCorrelatedErrors = unsetcorrelatederrors;};
     void SetSmoothing(Bool_t setSmoothing) {fSetSmoothing = setSmoothing;};
+    void SetTestOneBinCentrality(Double_t centralitymin, Double_t centralitymax) { fTestCentralityLow = centralitymin; fTestCentralityHigh = centralitymax;}
+    void SetFillMoreCorrelationMatrix(Bool_t fillMoreCorrelationMatrix) { fFillMoreCorrelationMatrix = fillMoreCorrelationMatrix;}
 
     void SetNCentralityBinAtTheEnd(Int_t nCentralityBinAtTheEnd) {fNCentralityBinAtTheEnd = nCentralityBinAtTheEnd; };
     void SetLowHighBoundaryCentralityBinAtTheEnd(Int_t low, Int_t high, Int_t i) { fLowBoundaryCentralityBinAtTheEnd[i] = low; fHighBoundaryCentralityBinAtTheEnd[i] = high;};
 
     void SetBeautyAnalysis() { fInclusiveSpectrum = kFALSE; };
+    void CallInputFileForBeauty2ndMethod();
+    void SetInputFileForBeauty2ndMethod(const char *filenameb = "BSpectrum2ndmethod.root"){fkBeauty2ndMethodfilename = filenameb; };
+    void SetBeautyAnalysis2ndMethod(Bool_t beauty2ndmethod) { fBeauty2ndMethod = beauty2ndmethod; }
+    void SetIPEffCombinedSamples(Bool_t ipEffCombinedSamples) { fIPEffCombinedSamples = ipEffCombinedSamples; }
     void SetHadronEffbyIPcut(THnSparseF* hsHadronEffbyIPcut) { fHadronEffbyIPcut = hsHadronEffbyIPcut;};
-    void SetNonHFEBackground2ndMethod() { fNonHFEbgMethod2 = kTRUE; };
     void SetNonHFEsyst(Bool_t syst){ fNonHFEsyst = syst; };
 
     void SetStepGuessedUnfolding(Int_t stepGuessedUnfolding) { fStepGuessedUnfolding = stepGuessedUnfolding; };
     void SetNumberOfIteration(Int_t numberOfIteration) { fNumberOfIterations = numberOfIteration; };
+    void SetUnfoldingRandomIterations(Int_t niter) { fNRandomIter = niter; }
     
     void SetDumpToFile(Bool_t dumpToFile) { fDumpToFile=dumpToFile; }; 
   
     void SetDebugLevel(Int_t debugLevel, Bool_t writeToFile = kFALSE) { fDebugLevel = debugLevel; fWriteToFile = writeToFile; };
+    void SetUnfoldBG() { fUnfoldBG = kTRUE; };
+
 
+    AliCFDataGrid* GetRawBspectra2ndMethod();
     AliCFDataGrid* GetCharmBackground();
     AliCFDataGrid* GetConversionBackground();
     AliCFDataGrid* GetNonHFEBackground();
     THnSparse* GetCharmWeights();
-    THnSparse* GetBeautyIPEff();
-    THnSparse* GetCharmEff();
+    THnSparse* GetBeautyIPEff(Bool_t isMCpt);
     THnSparse* GetPIDxIPEff(Int_t source);
-    void CalculateNonHFEsyst();
+    void CalculateNonHFEsyst(Int_t centrality = 0);
 
     void EnableIPanaHadronBgSubtract() { fIPanaHadronBgSubtract = kTRUE; };
     void EnableIPanaCharmBgSubtract() { fIPanaCharmBgSubtract = kTRUE; };
     void EnableIPanaConversionBgSubtract() { fIPanaConversionBgSubtract = kTRUE; };
     void EnableIPanaNonHFEBgSubtract() { fIPanaNonHFEBgSubtract = kTRUE; };
+    void EnableIPParameterizedEff() { fIPParameterizedEff = kTRUE; };
 
   protected:
        
     AliCFContainer *GetContainer(AliHFEspectrum::CFContainer_t contt);
-    AliCFContainer *GetSlicedContainer(AliCFContainer *cont, Int_t ndim, Int_t *dimensions,Int_t source=-1,Chargetype_t charge=kAllCharge);
-    THnSparseF *GetSlicedCorrelation(THnSparseF *correlationmatrix,Int_t nDim, Int_t *dimensions) const;
+    AliCFContainer *GetSlicedContainer(AliCFContainer *cont, Int_t ndim, Int_t *dimensions,Int_t source=-1,Chargetype_t charge=kAllCharge,Int_t centralitylow=-1, Int_t centralityhigh=-1);
+    THnSparseF *GetSlicedCorrelation(THnSparseF *correlationmatrix,Int_t nDim, Int_t *dimensions,Int_t centralitylow=-1, Int_t centralityhigh=-1) const;
     TObject* GetSpectrum(const AliCFContainer * const c, Int_t step);
     TObject* GetEfficiency(const AliCFContainer * const c, Int_t step, Int_t step0);
  
@@ -154,11 +168,18 @@ class AliHFEspectrum : public TNamed{
     THnSparseF *fCorrelation;     // Correlation Matrices
     AliCFDataGrid *fBackground;   // Background Grid
     TF1 *fEfficiencyFunction;     // Efficiency Function
+    TF1 *fEfficiencyTOFPIDD[kCentrality];       // TOF PID efficiency parameterized
+    TF1 *fEfficiencyesdTOFPIDD[kCentrality];    // TOF PID efficiency parameterized
+    TF1 *fEfficiencyIPCharmD[kCentrality];      // IP efficiency parameterized for charm
+    TF1 *fEfficiencyIPBeautyD[kCentrality];     // IP efficiency parameterized for beauty 
+    TF1 *fEfficiencyIPBeautyesdD[kCentrality];  // IP efficiency parameterized for beauty for esd
+    TF1 *fEfficiencyIPConversionD[kCentrality]; // IP efficiency parameterized for conversion
+    TF1 *fEfficiencyIPNonhfeD[kCentrality];     // IP efficiency parameterized for nonhfe 
 
     THnSparseF *fWeightCharm;     // Weight for charm bg
 
-    AliCFContainer *fConvSourceContainer[kElecBgSources][kBgLevels]; //container for conversion electrons, divided into different photon sources
-    AliCFContainer *fNonHFESourceContainer[kElecBgSources][kBgLevels];     //container for non-HF electrons, divided into different sources
+    AliCFContainer *fConvSourceContainer[kElecBgSources][kBgLevels][kCentrality]; //container for conversion electrons, divided into different photon sources
+    AliCFContainer *fNonHFESourceContainer[kElecBgSources][kBgLevels][kCentrality]; //container for non-HF electrons, divided into different sources
 
     Bool_t fInclusiveSpectrum;     // Inclusive Spectrum
     Bool_t fDumpToFile;           // Write Result in a file
@@ -171,13 +192,15 @@ class AliHFEspectrum : public TNamed{
     Bool_t fIPanaCharmBgSubtract;      // Charm background subtraction 
     Bool_t fIPanaConversionBgSubtract; // Conversion background subtraction
     Bool_t fIPanaNonHFEBgSubtract;     // nonHFE except for conversion background subtraction
-    Bool_t fNonHFEbgMethod2;           // switch for 2nd method to subtract non HFE background
+    Bool_t fIPParameterizedEff;        // switch to use parameterized efficiency for ip analysis
     Bool_t fNonHFEsyst;            // choose NonHFE background level (upper, lower, central)
+    Bool_t fBeauty2ndMethod;      // 2nd method to get beauty spectrum
+    Bool_t fIPEffCombinedSamples; // flag to combine two different samples
 
     Int_t fNbDimensions;          // Number of dimensions for the correction
     Int_t fNEvents[20];           // Number of Events
     Int_t fNMCEvents;             // Number of MC Events
-    Int_t fNMCbgEvents;           // Number of BG MC Events
+    Int_t fNMCbgEvents[20];       // Number of BG MC Events
     Int_t fStepMC;                // MC step (for unfolding)
     Int_t fStepTrue;              // MC step of the final spectrum
     Int_t fStepData;              // Data Step (various applications)
@@ -185,23 +208,38 @@ class AliHFEspectrum : public TNamed{
     Int_t fStepAfterCutsV0;       // After cuts V0
     Int_t fStepGuessedUnfolding;  // Step for first guessed unfolding
     Int_t fNumberOfIterations;    // Number of iterations
+    Int_t fNRandomIter;           // Number of random iterations
     Chargetype_t fChargeChoosen;         // Select positive or negative electrons
 
     Double_t fEtaRange[2];        // Eta range 
     Double_t fEtaRangeNorm[2];    // Eta range used in the normalization
 
-    Int_t fNCentralityBinAtTheEnd; // Number of centrality class at the end
+    Int_t fNCentralityBinAtTheEnd;// Number of centrality class at the end
     Int_t fLowBoundaryCentralityBinAtTheEnd[20];  // Boundary of the bins
     Int_t fHighBoundaryCentralityBinAtTheEnd[20];  // Boundary of the bins
+    Int_t fTestCentralityLow;                      // To test one bin in centrality only
+    Int_t fTestCentralityHigh;                     // To test one bin in centrality only
+    Bool_t fFillMoreCorrelationMatrix;             // For low stats to have reasonable errors
 
     THnSparseF *fHadronEffbyIPcut;// container for hadron efficiency by IP cut
-    TH1D *fConversionEff;         // conversion IP cut eff
-    TH1D *fNonHFEEff;             // nonhfe IP cut eff
+    TH1D *fEfficiencyCharmSigD[kCentrality]; // charm IP cut eff from signal enhanced MC
+    TH1D *fEfficiencyBeautySigD[kCentrality]; // beauty IP cut eff from signal enhanced MC
+    TH1D *fEfficiencyBeautySigesdD[kCentrality]; // beauty IP cut eff from signal enhanced MC for esd
+    TH1D *fConversionEff[kCentrality];     // conversion IP cut eff
+    TH1D *fNonHFEEff[kCentrality];         // nonhfe IP cut eff
+    TH1D *fCharmEff[kCentrality];          // charm IP cut eff
+    TH1D *fBeautyEff[kCentrality];         // beauty IP cut eff
+    TH1D *fConversionEffbgc;      // conversion IP cut eff
+    TH1D *fNonHFEEffbgc;          // nonhfe IP cut eff
+    TH1D *fBSpectrum2ndMethod;             // beauty spectrum for 2nd method
+    const char *fkBeauty2ndMethodfilename;      // name of file, which contains beauty spectrum for 2ndmethod
     Char_t fBeamType;             // beamtype; default -1; pp =0; PbPb=1
+    Bool_t fEtaSyst;              // pp 2.76 TeV (= kTRUE) or 7 TeV (= kFALSE)
 
 
     Int_t fDebugLevel;            // Debug Level
     Bool_t fWriteToFile;           // Write plots to eps files
+    Bool_t fUnfoldBG;             // flag to unfold backgroud
 
     ClassDef(AliHFEspectrum, 1) 
 };