]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDtrapConfig.h
jet pt cut before bkg subtraction
[u/mrichter/AliRoot.git] / TRD / AliTRDtrapConfig.h
index 8dcec7d2c8477a779e002f4ccdd5108bdf700628..777710a49608c6e74beeab3d47a87ce0168c3e44 100644 (file)
@@ -523,13 +523,10 @@ class AliTRDtrapConfig : public TNamed
   static const Int_t fgkDbankStartAddress = 0xf000; // start address in TRAP GIO
   static const Int_t fgkDbankWords = 0x0100;        // number of words in DBANK
 
- protected:
-  void InitRegs();
-
   class AliTRDtrapValue : public TObject {
   public:
     AliTRDtrapValue();
-    virtual ~AliTRDtrapValue() {}
+    virtual ~AliTRDtrapValue();
 
     virtual Bool_t Allocate(Alloc_t mode);
 
@@ -613,6 +610,9 @@ class AliTRDtrapConfig : public TNamed
     ClassDef(AliTRDtrapDmemWord, 1);
   };
 
+ protected:
+  void InitRegs();
+
   // configuration registers
   AliTRDtrapRegister fRegisterValue[kLastReg];  // array of TRAP register values in use