Skip to content

Commit f56c21f

Browse files
committed
Updating for coding conv.
1 parent 97cd60c commit f56c21f

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Common/Tasks/zdcTableReader.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -206,15 +206,15 @@ struct ZDCLIAnalysis {
206206
registry.get<TH2>(HIST("hZPCvscentrFT0C"))->Fill(centrFT0C, zpc);
207207
registry.get<TH2>(HIST("hZPCvscentrFT0M"))->Fill(centrFT0M, zpc);
208208
//
209-
if (tStampOffset > timestamp) {
209+
/*if (tStampOffset > timestamp) {
210210
printf("\n\n ################# OFFSET timestamp too large!!!!!!!!!!!!!!!!!!!!!!!!!! > timestamp %llu \n\n", timestamp);
211211
return;
212-
}
212+
}*/
213213
float tsh = (timestamp / 1000.) - (tStampOffset / 1000.); // in hours
214-
if (tsh > tStampMax) {
214+
/*if (tsh > tStampMax) {
215215
printf("\n\n MAXIMUM timestamp too small!!!!!!!!!!!!!!!!!!!!!!!!!! > timestamp-offset %f \n\n", tsh);
216216
return;
217-
}
217+
}*/
218218
registry.get<TH2>(HIST("hZNAvstimestamp"))->Fill(tsh, zna);
219219
registry.get<TH2>(HIST("hZNCvstimestamp"))->Fill(tsh, znc);
220220
registry.get<TH2>(HIST("hZPAvstimestamp"))->Fill(tsh, zpa);

0 commit comments

Comments
 (0)