is available and the run number can be retrieved.
}
// read run number from gAlice
if(fRunLoader->GetAliRun())
}
// read run number from gAlice
if(fRunLoader->GetAliRun())
- AliCDBManager::Instance()->SetRun(fRunLoader->GetAliRun()->GetRunNumber());
+ AliCDBManager::Instance()->SetRun(fRunLoader->GetHeader()->GetRun());
else {
if(fRawReader) {
if(fRawReader->NextEvent()) {
else {
if(fRawReader) {
if(fRawReader->NextEvent()) {
//PH This is a temporary fix to give access to the kinematics
//PH that is needed for the labels of ITS clusters
//PH This is a temporary fix to give access to the kinematics
//PH that is needed for the labels of ITS clusters
+ fRunLoader->LoadHeader();
fRunLoader->LoadKinematics();
} else { // galice.root does not exist
fRunLoader->LoadKinematics();
} else { // galice.root does not exist