]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Cal/AliTRDCalDCSPTRCbb.h
Masking of not calibrated chambers
[u/mrichter/AliRoot.git] / TRD / Cal / AliTRDCalDCSPTRCbb.h
index 9e62bb0fd717dd5e081c9f3561a8941f0abe0b07..d1e91ab6804f5b79fae724da38e8163846a666b3 100644 (file)
@@ -1,5 +1,5 @@
-#ifndef AliTRDCALDCSPTRCBB_H
-#define AliTRDCALDCSPTRCBB_H
+#ifndef ALITRDCALDCSPTRCBB_H
+#define ALITRDCALDCSPTRCBB_H
 /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. *
  * See cxx source for full Copyright notice                               */
 
@@ -27,8 +27,8 @@ class AliTRDCalDCSPTRCbb : public TNamed {
   TString GetControlBoxSide()                         { return fSide;                         }
   Int_t   GetControlBoxPrimary()                      { return fPrimary;                      }
   
-  void    SetControlBoxSide(TString bs)               { fSide = bs;                           }
-  void    SetControlBoxPrimary(Int_t bp)              { fPrimary = bp;                        }
+  void    SetControlBoxSide(TString bs) const        { fSide = bs;                           }
+  void    SetControlBoxPrimary(Int_t bp) const        { fPrimary = bp;                        }
   UInt_t  GetPreToNextCycles() const                  { return fPreToNextCycles;                         }
   UInt_t  GetL0ToNextCycles() const                   { return fL0ToNextCycles;                         }
   UInt_t  GetL1ToNextCycles() const                   { return fL1ToNextCycles;                         }