mirror of
https://github.com/sesps/SPS_SABRE_EventBuilder.git
synced 2024-11-22 18:18:52 -05:00
commit
d8005e64b9
|
@ -29,7 +29,7 @@ namespace EventBuilder {
|
||||||
|
|
||||||
for(Long64_t i=0; i<tree->GetEntries(); i++)
|
for(Long64_t i=0; i<tree->GetEntries(); i++)
|
||||||
{
|
{
|
||||||
tree->GetEntry();
|
tree->GetEntry(i);
|
||||||
if(prevStamp >= ts)
|
if(prevStamp >= ts)
|
||||||
{
|
{
|
||||||
EVB_WARN("Bad order at entry {0} out of {1}",i,tree->GetEntries());
|
EVB_WARN("Bad order at entry {0} out of {1}",i,tree->GetEntries());
|
||||||
|
|
Loading…
Reference in New Issue
Block a user