]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTrackerIO.h
Update of preprocessors.
[u/mrichter/AliRoot.git] / MUON / AliMUONTrackerIO.h
index 510b7ca1f669c3cece26a373d2372e263a0d6449..ee61b0d93424ab7d272dc817e58454c813251fc7 100644 (file)
@@ -25,6 +25,10 @@ public:
   AliMUONTrackerIO();
   virtual ~AliMUONTrackerIO();
 
+  static Int_t ReadConfig(const char* filename, AliMUONVStore& confStore, Bool_t& changed);
+  static Int_t DecodeConfig(TString data, AliMUONVStore& confStore, Bool_t& changed);
+  static Int_t WriteConfig(ofstream& out, AliMUONVStore& confStore);
+  
   static Int_t ReadPedestals(const char* filename, AliMUONVStore& pedStore);
   static Int_t DecodePedestals(TString data, AliMUONVStore& pedStore);