File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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);
You can’t perform that action at this time.
0 commit comments