We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0dab1b0 commit 857844dCopy full SHA for 857844d
PWGLF/Tasks/Nuspex/nucleitpcpbpb.cxx
@@ -157,13 +157,13 @@ struct NucleitpcPbPb {
157
int mRunNumber, occupancy;
158
float dBz, momn;
159
TRandom3 rand;
160
+ int He3 = 4;
161
+ int He4 = 5;
162
//----------------------------------------------------------------------------------------------------------------
163
void init(InitContext const&)
164
{
165
mRunNumber = 0;
166
dBz = 0;
- int He3 = 4;
- int He4 = 5;
167
rand.SetSeed(0);
168
ccdb->setURL(ccdbUrl);
169
ccdb->setCaching(true);
0 commit comments