@@ -58,7 +58,7 @@ struct HfTaskCharmHadronsFemtoDream {
5858 PositiveCharge = 1 ,
5959 NegativeCharge = -1
6060 };
61-
61+
6262 Produces<o2::aod::FDHfCharm> rowFemtoResultCharm;
6363 Produces<o2::aod::FDHfTrk> rowFemtoResultTrk;
6464 Produces<o2::aod::FDHfColl> rowFemtoResultColl;
@@ -90,7 +90,6 @@ struct HfTaskCharmHadronsFemtoDream {
9090 Configurable<bool > use4D{" use4D" , false , " Enable four dimensional histogramms (to be used only for analysis with high statistics): k* vs multiplicity vs multiplicity percentil vs mT" };
9191 Configurable<bool > useCPR{" useCPR" , false , " Close Pair Rejection" };
9292
93-
9493 // Mixing configurables
9594 Configurable<int > mixingBinPolicy{" mixingBinPolicy" , 0 , " Binning policy for mixing - 0: multiplicity, 1: multipliciy percentile, 2: both" };
9695 Configurable<int > mixingDepth{" mixingDepth" , 5 , " Number of events for mixing" };
@@ -145,7 +144,7 @@ struct HfTaskCharmHadronsFemtoDream {
145144 Filter trackPtFilterUp = ifnode(aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kTrack ), aod::femtodreamparticle::pt > ptTrack1Min, true );
146145
147146 Preslice<aod::FDParticles> perCol = aod::femtodreamparticle::fdCollisionId;
148-
147+
149148 // / Partition for particle 1
150149 Partition<FilteredFDParticles> partitionTrk1 = (aod::femtodreamparticle::partType == uint8_t (aod::femtodreamparticle::ParticleType::kTrack )) && (ncheckbit(aod::femtodreamparticle::cut, cutBitTrack1)) && ifnode(aod::femtodreamparticle::pt * (nexp(aod::femtodreamparticle::eta) + nexp(-1 .f * aod::femtodreamparticle::eta)) / 2 .f <= pidThresTrack1, ncheckbit(aod::femtodreamparticle::pidcut, tpcBitTrack1), ncheckbit(aod::femtodreamparticle::pidcut, tpcTofBitTrack1));
151150
@@ -156,9 +155,9 @@ struct HfTaskCharmHadronsFemtoDream {
156155 // / Partition for particle 2
157156 Partition<FilteredCharmCands> partitionCharmHadron = aod::fdhf::bdtBkg < charmHadBkgBDTmax && aod::fdhf::bdtFD < charmHadFdBDTmax && aod::fdhf::bdtFD > charmHadFdBDTmin&& aod::fdhf::bdtPrompt<charmHadPromptBDTmax && aod::fdhf::bdtPrompt> charmHadPromptBDTmin;
158157 Partition<FilteredCharmMcCands> partitionMcCharmHadron = aod::fdhf::originMcRec == 1 || aod::fdhf::originMcRec == 2 ;
159-
158+
160159 // / Axis configurables
161- ConfigurableAxis dummy{" dummy" , {1 , 0 , 1 }, " dummy axis" };
160+ ConfigurableAxis dummy{" dummy" , {1 , 0 , 1 }, " dummy axis" };
162161 // / Binning configurables
163162 ConfigurableAxis bin4Dkstar{" bin4Dkstar" , {1500 , 0 ., 6 .}, " binning kstar for the 4Dimensional plot: k* vs multiplicity vs multiplicity percentile vs mT (set <<Confuse4D>> to true in order to use)" };
164163 ConfigurableAxis bin4DMult{" bin4DMult" , {VARIABLE_WIDTH, 0 .0f , 4 .0f , 8 .0f , 12 .0f , 16 .0f , 20 .0f , 24 .0f , 28 .0f , 32 .0f , 36 .0f , 40 .0f , 44 .0f , 48 .0f , 52 .0f , 56 .0f , 60 .0f , 64 .0f , 68 .0f , 72 .0f , 76 .0f , 80 .0f , 84 .0f , 88 .0f , 92 .0f , 96 .0f , 100 .0f , 200 .0f }, " multiplicity Binning for the 4Dimensional plot: k* vs multiplicity vs multiplicity percentile vs mT (set <<Confuse4D>> to true in order to use)" };
@@ -178,12 +177,12 @@ struct HfTaskCharmHadronsFemtoDream {
178177 ConfigurableAxis binNSigmaTPC{" binNSigmaTPC" , {1600 , -8 , 8 }, " Binning of Nsigma TPC plot" };
179178 ConfigurableAxis binNSigmaTOF{" binNSigmaTOF" , {3000 , -15 , 15 }, " Binning of the Nsigma TOF plot" };
180179 ConfigurableAxis binNSigmaTPCTOF{" binNSigmaTPCTOF" , {3000 , -15 , 15 }, " Binning of the Nsigma TPC+TOF plot" };
181- ConfigurableAxis binTPCClusters{" binTPCClusters" , {163 , -0.5 , 162.5 }, " Binning of TPC found clusters plot" };
182- // Mixing axis configurables
180+ ConfigurableAxis binTPCClusters{" binTPCClusters" , {163 , -0.5 , 162.5 }, " Binning of TPC found clusters plot" };
181+ // Mixing axis configurables
183182 ConfigurableAxis mixingBinMult{" mixingBinMult" , {VARIABLE_WIDTH, 0 .0f , 20 .0f , 60 .0f , 200 .0f }, " Mixing bins - multiplicity" };
184183 ConfigurableAxis mixingBinMultPercentile{" mixingBinMultPercentile" , {VARIABLE_WIDTH, 0 .0f , 100 .f }, " Mixing bins - multiplicity percentile" };
185184 ConfigurableAxis mixingBinVztx{" mixingBinVztx" , {VARIABLE_WIDTH, -10 .0f , -4 .f , 0 .f , 4 .f , 10 .f }, " Mixing bins - z-vertex" };
186-
185+
187186 ColumnBinningPolicy<aod::collision::PosZ, aod::femtodreamcollision::MultNtr> colBinningMult{{mixingBinVztx, mixingBinMult}, true };
188187 ColumnBinningPolicy<aod::collision::PosZ, aod::femtodreamcollision::MultV0M> colBinningMultPercentile{{mixingBinVztx, mixingBinMultPercentile}, true };
189188 ColumnBinningPolicy<aod::collision::PosZ, aod::femtodreamcollision::MultNtr, aod::femtodreamcollision::MultV0M> colBinningMultMultPercentile{{mixingBinVztx, mixingBinMult, mixingBinMultPercentile}, true };
0 commit comments