File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ struct ZDCLIAnalysis {
132132 auto multFT0A = zdc.multFt0a ();
133133 auto multFT0C = zdc.multFt0c ();
134134 auto multV0A = zdc.multV0a ();
135- auto zvtx = zdc.vertexZ ();
135+ // auto zvtx = zdc.vertexZ();
136136 auto centrFT0C = zdc.centralityFt0c ();
137137 auto centrFT0A = zdc.centralityFt0a ();
138138 auto centrFT0M = zdc.centralityFt0m ();
@@ -207,7 +207,7 @@ struct ZDCLIAnalysis {
207207 registry.get <TH2>(HIST (" hZPCvscentrFT0M" ))->Fill (centrFT0M, zpc);
208208 //
209209 /* if (tStampOffset > timestamp) {
210- printf("\n\n ################# OFFSET timestamp too large!!!!!!!!!!!!!!!!!!!!!!!!!! > timestamp %llu \n\n", timestamp);
210+ printf("\n\n ################# OFFSET timestamp too large!!!!!!!!!!!!!!!!!!!!!!!!!! > timestamp %lu \n\n", timestamp);
211211 return;
212212 }*/
213213 float tsh = (timestamp / 1000 .) - (tStampOffset / 1000 .); // in hours
You can’t perform that action at this time.
0 commit comments