]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerIO.h
Fix compilation warnings
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerIO.h
index c09b521c7389b2190e592496367318d1999b3489..b60d5070f2b73bd120819e5957f4972d6f638702 100644 (file)
@@ -19,6 +19,8 @@
 class AliMUONVStore;
 class TString;
 
+using std::ofstream;
+
 class AliMUONTrackerIO : public TObject
 {
 public:
@@ -46,10 +48,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