@@ -233,9 +233,9 @@ struct PCMQCMC {
233233 const AxisSpec axis_rapidity{{0.0 , +0.8 , +0.9 }, " rapidity |y_{#gamma}|" };
234234
235235 if (doprocessGen) {
236- fRegistry .add (" Generated/hPt" , " pT;p_{T} (GeV/c)" , kTH1F , {axis_pt}, true );
237- fRegistry .add (" Generated/hPtY" , " Generated info" , kTH2F , {axis_pt, axis_rapidity}, true );
238- fRegistry .add (" Generated/hPt_ConversionPhoton" , " converted photon pT;p_{T} (GeV/c)" , kTH1F , {axis_pt}, true );
236+ fRegistry .add (" Generated/hPt" , " pT;p_{T} (GeV/c)" , kTH1D , {axis_pt}, true );
237+ fRegistry .add (" Generated/hPtY" , " Generated info" , kTH2D , {axis_pt, axis_rapidity}, true );
238+ fRegistry .add (" Generated/hPt_ConversionPhoton" , " converted photon pT;p_{T} (GeV/c)" , kTH1D , {axis_pt}, true );
239239 fRegistry .add (" Generated/hY_ConversionPhoton" , " converted photon y;rapidity y" , kTH1F , {{40 , -2 .0f , 2 .0f }}, true );
240240 fRegistry .add (" Generated/hPhi_ConversionPhoton" , " converted photon #varphi;#varphi (rad.)" , kTH1F , {{180 , 0 , o2::constants::math::TwoPI}}, true );
241241 fRegistry .add (" Generated/hXY" , " conversion point in XY MC;V_{x} (cm);V_{y} (cm)" , kTH2F , {{800 , -100 .0f , 100 .0f }, {800 , -100 .0f , 100 .0f }}, true );
0 commit comments