]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Warning corrected.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Nov 2011 22:19:31 +0000 (22:19 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 22 Nov 2011 22:19:31 +0000 (22:19 +0000)
FASTSIM/AliFastMuonTriggerEff.cxx
FASTSIM/AliFastMuonTriggerEff.h

index 564e8eb6e4f0fd8e395aeeaf4bae666b79571c08..a45c7eaf25b4aaae35d598ffed308c4dad996cde 100644 (file)
@@ -202,7 +202,7 @@ Int_t AliFastMuonTriggerEff::ForceBkgLevel(Float_t Bkg)
     return 0;
 }
 
-Int_t AliFastMuonTriggerEff::LoadTables(Char_t *namet=""){
+Int_t AliFastMuonTriggerEff::LoadTables(const Char_t *namet){
   //
   // Load the trigger tables
   //
index b01c18b27fbb47b48c9ea3773fab97530f4b0f26..1186c1c8268eadbb73a3b347deb75ec7549625da 100644 (file)
@@ -48,7 +48,7 @@ class AliFastMuonTriggerEff : public AliFastResponse {
     virtual Int_t   SetBkgLevel(Float_t Bkg=0.);
     virtual Int_t   ForceBkgLevel(Float_t Bkg=0.);
     virtual Float_t GetBkgLevel() const {return fBkg;}
-    Int_t LoadTables(Char_t *namet);  // Load trigger response tables
+    Int_t LoadTables(const Char_t *namet);  // Load trigger response tables
     void SetInt() {fInt=1;}
     void UnsetInt() {fInt=0;}
     Int_t GetInt() const {return fInt;}