Skip to content

Commit 898812d

Browse files
authored
Format code for consistency in nucleitpcpbpb.cxx
1 parent 9e9fd82 commit 898812d

1 file changed

Lines changed: 11 additions & 11 deletions

File tree

PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -243,17 +243,17 @@ struct NucleitpcPbPb {
243243

244244
std::vector<PrimParticles> primaryParticles;
245245
std::vector<float> primVtx, cents;
246-
bool collHasCandidate = false;
247-
bool collPassedEvSel = false;
248-
int mRunNumber = 0;
249-
int occupancy = 0;
250-
float dBz = 0.0f;
251-
TRandom3 rand;
252-
float proton = 1;
253-
float de = 2;
254-
float triton = 3;
255-
float he3 = 4;
256-
float he4 = 5;
246+
bool collHasCandidate = false;
247+
bool collPassedEvSel = false;
248+
int mRunNumber = 0;
249+
int occupancy = 0;
250+
float dBz = 0.0f;
251+
TRandom3 rand;
252+
float proton = 1;
253+
float de = 2;
254+
float triton = 3;
255+
float he3 = 4;
256+
float he4 = 5;
257257

258258
//----------------------------------------------------------------------------------------------------------------
259259
void init(InitContext const&)

0 commit comments

Comments
 (0)