@@ -50,7 +50,7 @@ void o2::aod::emphotonhistograms::DefineHistograms(THashList* list, const char*
5050 if (TString (histClass) == " V0Leg" ) {
5151 list->Add (new TH1F (" hPt" , " pT;p_{T} (GeV/c)" , 1000 , 0 .0f , 10 ));
5252 list->Add (new TH1F (" hQoverPt" , " q/pT;q/p_{T} (GeV/c)^{-1}" , 400 , -20 , 20 ));
53- list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 72 , 0 , 2 * M_PI , 40 , -2 .0f , 2 .0f ));
53+ list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 180 , 0 , 2 * M_PI , 40 , -2 .0f , 2 .0f ));
5454 list->Add (new TH2F (" hDCAxyz" , " DCA xy vs. z;DCA_{xy} (cm);DCA_{z} (cm)" , 200 , -50 .0f , 50 .0f , 200 , -50 .0f , 50 .0f ));
5555 list->Add (new TH1F (" hNclsTPC" , " number of TPC clusters" , 161 , -0.5 , 160.5 ));
5656 list->Add (new TH1F (" hNcrTPC" , " number of TPC crossed rows" , 161 , -0.5 , 160.5 ));
@@ -78,7 +78,7 @@ void o2::aod::emphotonhistograms::DefineHistograms(THashList* list, const char*
7878 }
7979 if (TString (histClass) == " V0" ) {
8080 list->Add (new TH1F (" hPt" , " pT;p_{T} (GeV/c)" , 2000 , 0 .0f , 20 ));
81- list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 72 , 0 , 2 * M_PI , 40 , -2 .0f , 2 .0f ));
81+ list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 180 , 0 , 2 * M_PI , 40 , -2 .0f , 2 .0f ));
8282 list->Add (new TH2F (" hRadius" , " V0Radius; radius in Z (cm);radius in XY (cm)" , 200 , -100 , 100 , 200 , 0 .0f , 100 .0f ));
8383 list->Add (new TH1F (" hCosPA" , " V0CosPA;cosine pointing angle" , 100 , 0 .9f , 1 .0f ));
8484 list->Add (new TH2F (" hCosPA_Rxy" , " cos PA vs. R_{xy};R_{xy} (cm);cosine pointing angle" , 200 , 0 .f , 100 .f , 100 , 0 .9f , 1 .0f ));
@@ -287,7 +287,7 @@ void o2::aod::emphotonhistograms::DefineHistograms(THashList* list, const char*
287287
288288 list->Add (new TH1F (" hPt" , " pT;p_{T} (GeV/c)" , 1000 , 0 .0f , maxP));
289289 list->Add (new TH1F (" hQoverPt" , " q/pT;q/p_{T} (GeV/c)^{-1}" , 400 , -20 , 20 ));
290- list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 72 , 0 , 2 * M_PI , 40 , -2 .0f , 2 .0f ));
290+ list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 180 , 0 , 2 * M_PI , 40 , -2 .0f , 2 .0f ));
291291 list->Add (new TH2F (" hDCAxyz" , " DCA xy vs. z;DCA_{xy} (cm);DCA_{z} (cm)" , 200 , -1 .0f , 1 .0f , 200 , -1 .0f , 1 .0f ));
292292 list->Add (new TH2F (" hDCAxyzSigma" , " DCA xy vs. z;DCA_{xy} (#sigma);DCA_{z} (#sigma)" , 200 , -10 .0f , 10 .0f , 200 , -10 .0f , 10 .0f ));
293293 list->Add (new TH2F (" hDCAxyRes_Pt" , " DCA_{xy} resolution vs. pT;p_{T} (GeV/c);DCA_{xy} resolution (#mum)" , 1000 , 0 , maxP, 100 , 0 ., 1000 ));
@@ -322,7 +322,7 @@ void o2::aod::emphotonhistograms::DefineHistograms(THashList* list, const char*
322322
323323 if (TString (histClass) == " Cluster" ) {
324324 list->Add (new TH1F (" hPt" , " pT;p_{T} (GeV/c)" , 1000 , 0 .0f , 10 ));
325- list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 72 , 0 , 2 * M_PI , 400 , -2 .0f , 2 .0f ));
325+ list->Add (new TH2F (" hEtaPhi" , " #eta vs. #varphi;#varphi (rad.);#eta" , 180 , 0 , 2 * M_PI , 400 , -2 .0f , 2 .0f ));
326326 list->Add (new TH1F (" hNgamma" , " Number of #gamma candidates per collision" , 101 , -0 .5f , 100 .5f ));
327327
328328 if (TString (subGroup) == " PHOS" ) {
@@ -341,7 +341,7 @@ void o2::aod::emphotonhistograms::DefineHistograms(THashList* list, const char*
341341 if (TString (histClass) == " singlephoton" ) {
342342 list->Add (new TH1F (" hPt" , " pT of photon candidates;p_{T} (GeV/c)" , 2000 , 0 .0f , 20 ));
343343 list->Add (new TH1F (" hY" , " rapidity of photon candidates;y" , 40 , -2 .0f , 2 .0f ));
344- list->Add (new TH1F (" hPhi" , " azimuthal angle of photon candidates;#varphi (rad.)" , 72 , 0 , 2 * M_PI ));
344+ list->Add (new TH1F (" hPhi" , " azimuthal angle of photon candidates;#varphi (rad.)" , 180 , 0 , 2 * M_PI ));
345345 if (TString (subGroup) == " mc" ) {
346346 list->Add (new TH1F (" hPt_Photon_Primary" , " pT;p_{T} (GeV/c)" , 2000 , 0 .0f , 20 )); // for MC efficiency
347347 list->Add (new TH1F (" hY_Photon_Primary" , " rapidity;y" , 40 , -2 .0f , 2 .0f )); // for MC efficiency
0 commit comments