///////////////////////////////////////////////////////////////////////////
void AliCalorimeter::SetName(TString name)
{
+// Set the name of the calorimeter system.
fName=name;
}
///////////////////////////////////////////////////////////////////////////
TString AliCalorimeter::GetName()
{
+// Provide the name of the calorimeter system.
return fName;
}
///////////////////////////////////////////////////////////////////////////