// Loads galice.root file and corresponding header, kinematics
// hits and sdigits or digits depending on the option
//
- fRunLoader = AliRunLoader::Open(file,AliConfig::fgkDefaultEventFolderName);
+ fRunLoader = AliRunLoader::Open(file,AliConfig::fgkDefaultEventFolderName,
+ "UPDATE");
if (!fRunLoader)
{
TClonesArray &lInputStreams = *fInputStreams;
for (i=0;i<nInputStreams;i++) {
- new(lInputStreams[i]) AliStream(fgkBaseInFolderName+(Long_t)i,"READ");
+ new(lInputStreams[i]) AliStream(fgkBaseInFolderName+(Long_t)i,"UPDATE");
}
}
//_______________________________________________________________________
// Connect the AliRoot file containing Geometry, Kine, and Hits
- fRunLoader = AliRunLoader::Open(file,AliConfig::fgkDefaultEventFolderName);
+ fRunLoader = AliRunLoader::Open(file,AliConfig::fgkDefaultEventFolderName,
+ "UPDATE");
if (!fRunLoader)
{