Skip to content
Closed
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
22 changes: 11 additions & 11 deletions PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -243,17 +243,17 @@ struct NucleitpcPbPb {

std::vector<PrimParticles> primaryParticles;
std::vector<float> primVtx, cents;
bool collHasCandidate = false;
bool collPassedEvSel = false;
int mRunNumber = 0;
int occupancy = 0;
float dBz = 0.0f;
TRandom3 rand;
float proton = 1;
float de = 2;
float triton = 3;
float he3 = 4;
float he4 = 5;
bool collHasCandidate = false;
bool collPassedEvSel = false;
int mRunNumber = 0;
int occupancy = 0;
float dBz = 0.0f;
TRandom3 rand;
float proton = 1;
float de = 2;
float triton = 3;
float he3 = 4;
float he4 = 5;

//----------------------------------------------------------------------------------------------------------------
void init(InitContext const&)
Expand Down