mirror of
https://github.com/sesps/EventBuilder_Skeleton.git
synced 2025-01-30 17:28:50 -05:00
Fix bug in OrderChecker
This commit is contained in:
parent
7ba80ed4aa
commit
99e82910fc
|
@ -25,7 +25,7 @@ namespace EventBuilder {
|
||||||
|
|
||||||
for(int64_t i=0; i<tree->GetEntries(); i++)
|
for(int64_t i=0; i<tree->GetEntries(); i++)
|
||||||
{
|
{
|
||||||
tree->GetEntry();
|
tree->GetEntry(i);
|
||||||
if(prevStamp >= ts)
|
if(prevStamp >= ts)
|
||||||
{
|
{
|
||||||
std::cerr<<"Bad order at entry "<<i<<" out of "<<tree->GetEntries()<<std::endl;
|
std::cerr<<"Bad order at entry "<<i<<" out of "<<tree->GetEntries()<<std::endl;
|
||||||
|
|
Loading…
Reference in New Issue
Block a user