Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 1 addition & 4 deletions PWGCF/Flow/Tasks/FlowGFWPbPb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -412,7 +412,6 @@ struct FlowGFWPbPb {

registry.fill(HIST("hEventCount"), 3.5);


// track weights
float weff = 1, wacc = 1;
int Magnetfield = 0;
Expand All @@ -433,7 +432,6 @@ struct FlowGFWPbPb {
if (!setCurrentParticleWeights(weff, wacc, track.phi(), track.eta(), track.pt(), vtxz))
continue;


bool WithinPtRef = (cfgCutPtMin < track.pt()) && (track.pt() < cfgCutPtMax); // within RF pT range

registry.fill(HIST("hPt"), track.pt());
Expand All @@ -454,8 +452,7 @@ struct FlowGFWPbPb {

registry.fill(HIST("cent_vs_Nch"), cent, Ntot);

} // End of track loop

} // End of track loop

// Filling c22 with ROOT TProfile
FillProfile(corrconfigs.at(0), HIST("c22"), cent);
Expand Down