]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONGainSubprocessor.h
Some cleanup in the makefiles
[u/mrichter/AliRoot.git] / MUON / AliMUONGainSubprocessor.h
index 6ac737643df418d866907cc2d16ce9353c74b2dd..b144fdea53d8f3b594e6b7de8e91578537f78640 100644 (file)
 #  include "AliMUONVSubprocessor.h"
 #endif
 
+#ifndef ROOT_TString
+#  include "TString.h"
+#endif
+
 class AliMUONVStore;
 class TObjArray;
 
@@ -38,8 +42,10 @@ private:
 
 private:
   AliMUONVStore* fGains; //!< Gains for the MUON TRK
+  Bool_t fSkip; //!< whether we should skip this run (because it's dummy)
+  TString fComment; //!< comment for OCDB entry
   
-  ClassDef(AliMUONGainSubprocessor,1) // A shuttle preprocessor for MUON TRK gains
+  ClassDef(AliMUONGainSubprocessor,2) // A shuttle preprocessor for MUON TRK gains
 };
 
 #endif