]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - FMD/AliFMDAlignFaker.h
New RAW I/O. I rolled my own, because I wasn't happy with the old
[u/mrichter/AliRoot.git] / FMD / AliFMDAlignFaker.h
index 13e09d5c91587e11dca43105892c4fe48221b20c..dfd1ea00ba38b0a2c92781a2fe0e6f14cce0e0fc 100644 (file)
@@ -36,7 +36,7 @@ public:
                   const char* loc="local://cdb");
   virtual ~AliFMDAlignFaker() {}
   void AddAlign(EWhat w) { SETBIT(fMask, w); }
-  void RemoveAlign(EWhat w) { SETBIT(fMask, w); }
+  void RemoveAlign(EWhat w) { CLRBIT(fMask, w); }
   void SetAlign(Int_t mask) { fMask = mask; }
   void SetSensorDisplacement(Double_t x1=0,   Double_t y1=0,   Double_t z1=0,
                             Double_t x2=.01, Double_t y2=.01, Double_t z2=0);