]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerIO.h
Coverity fixes
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerIO.h
index 77eb37bfd05525340ded513975fffe79d185215a..49c9c40ef65954df9be510f2d12a9b7713d42caa 100644 (file)
@@ -25,8 +25,8 @@ public:
   AliMUONTrackerIO();
   virtual ~AliMUONTrackerIO();
 
-  static Int_t ReadConfig(const char* filename, AliMUONVStore& confStore, Bool_t& changed);
-  static Int_t DecodeConfig(const char* data, AliMUONVStore& confStore, Bool_t& changed);
+  static Int_t ReadConfig(const char* filename, AliMUONVStore& confStore);
+  static Int_t DecodeConfig(const char* data, AliMUONVStore& confStore);
   static Int_t WriteConfig(ofstream& out, const AliMUONVStore& confStore);
   
   static Int_t ReadPedestals(const char* filename, AliMUONVStore& pedStore);
@@ -46,10 +46,12 @@ public:
   {
     kCannotOpenFile = -1, /// cannot open given file
     kDummyFile = -2, /// file is a dummy one (e.g. some intermediate gain files from the DA)
-    kFormatError = -3 /// file is not of the expected format
+    kFormatError = -3, /// file is not of the expected format
+    kNoInfoFile = -4, /// file is "empty", i.e. contains to information but that's normal
+    kNoMapping = -99 /// mapping not loaded, cannot work
   };
   
-  ClassDef(AliMUONTrackerIO,1) // Calibration ASCII file reader for MUON tracker
+  ClassDef(AliMUONTrackerIO,2) // Calibration ASCII file reader for MUON tracker
 };
 
 #endif