mirror of
https://github.com/sesps/SPS_SABRE_EventBuilder.git
synced 2025-01-30 09:18:52 -05:00
Fix orderchecker bug
This commit is contained in:
parent
44fc676fa2
commit
d4ebec49d7
|
@ -29,7 +29,7 @@ namespace EventBuilder {
|
|||
|
||||
for(Long64_t i=0; i<tree->GetEntries(); i++)
|
||||
{
|
||||
tree->GetEntry();
|
||||
tree->GetEntry(i);
|
||||
if(prevStamp >= ts)
|
||||
{
|
||||
EVB_WARN("Bad order at entry {0} out of {1}",i,tree->GetEntries());
|
||||
|
@ -41,4 +41,4 @@ namespace EventBuilder {
|
|||
return true;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user