]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/AliTRDv1.h
Geometry update, compressed hit structure
[u/mrichter/AliRoot.git] / TRD / AliTRDv1.h
index 4ea33da7c2e4a82ecc31527169bb33310a3c1b55..ae846aa6844468060db7ed2c2c6c03cd609786fe 100644 (file)
@@ -53,13 +53,6 @@ class AliTRDv1 : public AliTRD {
 
  protected:
 
-  Int_t        fIdSensDr;               // Sensitive volume identifier (drift region)
-  Int_t        fIdSensAm;               // Sensitive volume identifier (amplification region)
-
-  Int_t        fIdChamber1;             // Driftchamber volume identifier
-  Int_t        fIdChamber2;             // Driftchamber volume identifier 
-  Int_t        fIdChamber3;             // Driftchamber volume identifier 
-
   Int_t        fSensSelect;             // Switch to select only parts of the detector
   Int_t        fSensPlane;              // Sensitive detector plane
   Int_t        fSensChamber;            // Sensitive detector chamber
@@ -74,7 +67,7 @@ class AliTRDv1 : public AliTRD {
 
   TF1         *fDeltaE;                 // Energy distribution of the delta-electrons
    
-  ClassDef(AliTRDv1,1)                  // Transition Radiation Detector version 1 (slow simulator)
+  ClassDef(AliTRDv1,2)                  // Transition Radiation Detector version 1 (slow simulator)
 
 };