]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONAttPainter.h
Fixes
[u/mrichter/AliRoot.git] / MUON / AliMUONAttPainter.h
index 4945628d74413d033bec78fa1e755d26888000b2..8bbfe978324adaa64a7beb1c83bd9f59d2c5cca5 100644 (file)
@@ -78,6 +78,8 @@ public:
   /// Whether we are valid
   Bool_t IsValid() const { return TestBit(kIsValid); }
   
+  void Invert();
+  
   /// Set our cathode states
   void SetCathode(Bool_t cath0, Bool_t cath1) { SetBit(kIsCathode0,cath0); SetBit(kIsCathode1,cath1); }