Details
-
Bug
-
Status: Closed (View Workflow)
-
Blocker
-
Resolution: Fixed
-
6.04/02
-
None
-
Debian Linux 8.1 + gcc 4.9.2
Description
I guess this might be problematic with high entry values.
TTreeReader::EEntryStatus TTreeReader::SetEntryBase(Long64_t entry, Bool_t local)
|
{
|
....
|
int loadResult;
|
...
|
loadResult = entry;
|
...
|
fDirector->SetReadEntry(loadResult);
|
...
|
}
|