//
if (!fReader)
{
- Error("AliHBTAnalysis::Process","The reader is not set");
+ Error("Process","The reader is not set");
return;
}
{
if (fReader->GetNumberOfPartEvents() <1)
{
- Error("AliHBTAnalysis::Process","There is no Particles. Maybe change the option?");
+ Error("Process","There is no Particles. Maybe change the option?");
return;
}
if (fReader->GetNumberOfTrackEvents() <1)
{
- Error("AliHBTAnalysis::Process","There is no Tracks. Maybe change the option?");
+ Error("Process","There is no Tracks. Maybe change the option?");
return;
}
if ( RunCoherencyCheck() )
{
- Error("AliHBTAnalysis::Process",
+ Error("Process",
"Coherency check not passed. Maybe change the option?\n");
return;
}