]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONAttPainter.h
More sharing diagnostics
[u/mrichter/AliRoot.git] / MUON / AliMUONAttPainter.h
index 5dcdb7f343612dd8e37780589b24c557704eb08c..8bbfe978324adaa64a7beb1c83bd9f59d2c5cca5 100644 (file)
@@ -23,6 +23,7 @@ class AliMUONAttPainter : public TObject
 {
 public:
   
+  /// Internal status bits
   enum EBits {
     kIsCathode0         = BIT(14),
     kIsCathode1         = BIT(15),
@@ -77,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); }