X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=blobdiff_plain;f=RALICE%2FAliCalorimeter.cxx;h=2e7cc048ae38f18f3ea7cad5350dcdbe2fe182f0;hp=7ab5b1f36e99f6c25555f9f1216aabbb443844d8;hb=b31dbd22ce917b70821780bdb737af8d76cd0a60;hpb=7a5c405b7a2e26bf2dbacdd2322b2df8c9706186;ds=sidebyside diff --git a/RALICE/AliCalorimeter.cxx b/RALICE/AliCalorimeter.cxx index 7ab5b1f36e9..2e7cc048ae3 100644 --- a/RALICE/AliCalorimeter.cxx +++ b/RALICE/AliCalorimeter.cxx @@ -1102,11 +1102,13 @@ AliSignal* AliCalorimeter::GetVetoSignal(Int_t i) /////////////////////////////////////////////////////////////////////////// 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; } ///////////////////////////////////////////////////////////////////////////