@@ -152,23 +152,23 @@ void addEventHistograms(o2::framework::HistogramRegistry* fRegistry)
152152 fRegistry ->addClone (" Event/before/" , " Event/after/" );
153153}
154154
155- void addEventHistogramsBootstrap (HistogramRegistry* fRegistry , int nsamples = 1 )
155+ void addEventHistogramsBootstrap (o2::framework:: HistogramRegistry* fRegistry , int nsamples = 1 )
156156{
157- fRegistry ->add (" Event/bootstrap/hPoissonWeights" , " Poisson Weights per sample;sample;weight" , kTH2D , {{nsamples, 0.5 , nsamples + 0.5 }, {210 , -1 , 20 }}, false );
158- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0MQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FT0M} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0M} #upoint Q_{2}^{BPos}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
159- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0MQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FT0M} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0M} #upoint Q_{2}^{BNeg}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
160- fRegistry ->add (" Event/bootstrap/hPrfQ2BPosQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{BPos} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{BPos} #upoint Q_{2}^{BNeg}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
161- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0CQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FT0C} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0C} #upoint Q_{2}^{BPos}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
162- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0CQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FT0C} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0C} #upoint Q_{2}^{BNeg}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
163- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0CQ2BTot_CentFT0C_bootstrap" , " Q_{2}^{FT0C} #upoint Q_{2}^{BTot};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0C} #upoint Q_{2}^{BTot}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
164- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{BPos}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
165- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{BNeg}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
166- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2BTot_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{BTot};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{BTot}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
167- fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2FT0C_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{FT0C};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{FT0C}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
168- fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{BPos}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
169- fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{BNeg}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
170- fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2BTot_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{BTot};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{BTot}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
171- fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2FT0C_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{FT0C};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{FT0C}" , kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
157+ fRegistry ->add (" Event/bootstrap/hPoissonWeights" , " Poisson Weights per sample;sample;weight" , o2::framework:: kTH2D , {{nsamples, 0.5 , nsamples + 0.5 }, {210 , -1 , 20 }}, false );
158+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0MQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FT0M} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0M} #upoint Q_{2}^{BPos}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
159+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0MQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FT0M} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0M} #upoint Q_{2}^{BNeg}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
160+ fRegistry ->add (" Event/bootstrap/hPrfQ2BPosQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{BPos} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{BPos} #upoint Q_{2}^{BNeg}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
161+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0CQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FT0C} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0C} #upoint Q_{2}^{BPos}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
162+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0CQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FT0C} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0C} #upoint Q_{2}^{BNeg}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
163+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0CQ2BTot_CentFT0C_bootstrap" , " Q_{2}^{FT0C} #upoint Q_{2}^{BTot};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0C} #upoint Q_{2}^{BTot}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
164+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{BPos}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
165+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{BNeg}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
166+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2BTot_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{BTot};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{BTot}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
167+ fRegistry ->add (" Event/bootstrap/hPrfQ2FT0AQ2FT0C_CentFT0C_bootstrap" , " Q_{2}^{FT0A} #upoint Q_{2}^{FT0C};centrality FT0C (%);bootstrap sample;Q_{2}^{FT0A} #upoint Q_{2}^{FT0C}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
168+ fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2BPos_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{BPos};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{BPos}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
169+ fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2BNeg_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{BNeg};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{BNeg}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
170+ fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2BTot_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{BTot};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{BTot}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
171+ fRegistry ->add (" Event/bootstrap/hPrfQ2FV0AQ2FT0C_CentFT0C_bootstrap" , " Q_{2}^{FV0A} #upoint Q_{2}^{FT0C};centrality FT0C (%);bootstrap sample;Q_{2}^{FV0A} #upoint Q_{2}^{FT0C}" , o2::framework:: kTProfile2D , {{100 , 0 , 100 }, {nsamples, 0.5 , nsamples + 0.5 }}, false );
172172}
173173
174174template <const int ev_id, const int nmod = -1 , typename TCollision>
@@ -339,7 +339,7 @@ void fillEventInfo(o2::framework::HistogramRegistry* fRegistry, TCollision const
339339 }
340340}
341341template <typename TCollision>
342- void fillEventInfoBootstrap (HistogramRegistry* fRegistry , TCollision const & collision, const int sample, const float weight)
342+ void fillEventInfoBootstrap (o2::framework:: HistogramRegistry* fRegistry , TCollision const & collision, const int sample, const float weight)
343343{
344344 std::array<float , 2 > q2ft0m = {collision.q2xft0m (), collision.q2yft0m ()};
345345 std::array<float , 2 > q2ft0a = {collision.q2xft0a (), collision.q2yft0a ()};
0 commit comments