@@ -131,22 +131,22 @@ struct ChargedparticleRaa {
131131 histos.add (" PhiVsEtaHistNoCut" , " PhiVsEtaHistNoCut" , kTH2D , {axisPhi, axisEta}, false );
132132 histos.add (" PhiVsEtaHistWithCut" , " PhiVsEtaHistWithCut" , kTH2D , {axisPhi, axisEta}, false );
133133
134- if (processDataPbPb ) {
134+ if (doprocessDataPbPb ) {
135135 histos.add (" hdatazvtxcent" , " hdatazvtxcent" , kTH2D , {axisVtxZ, centAxis}, false );
136136 histos.add (" hdatahistPbPb" , " hdatahistPbPb" , kTHnSparseD , {axisVtxZ, centAxis, axisPt, axisTrackType}, false );
137137 }
138138
139- if (processDatapp ) {
139+ if (doprocessDatapp ) {
140140 histos.add (" hdatahistpp" , " hdatahistpp" , kTHnSparseD , {axisVtxZ, axisPt, axisTrackType}, false );
141141 }
142142
143- if (processMCPbPb ) {
143+ if (doprocessMCPbPb ) {
144144 histos.add (" hmczvtxcent" , " hmczvtxcent" , kTH2D , {axisVtxZ, centAxis}, false );
145145 histos.add (" hmcrechistPbPb" , " hmcrechistPbPb" , kTHnSparseD , {axisVtxZ, centAxis, axisPt, axisTrackType}, false );
146146 histos.add (" hmcgenhistPbPb" , " hmcgenhistPbPb" , kTHnSparseD , {axisVtxZ, centAxis, axisPt}, false );
147147 }
148148
149- if (processMCpp ) {
149+ if (doprocessMCpp ) {
150150 histos.add (" hmcrechistpp" , " hmcrechistpp" , kTHnSparseD , {axisVtxZ, axisPt, axisTrackType}, false );
151151 histos.add (" hmcgenhistpp" , " hmcgenhistpp" , kTHnSparseD , {axisVtxZ, axisPt}, false );
152152 }
0 commit comments