]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerCircuit.h
introduced the response of the APD
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerCircuit.h
index 55f559d8287aec33c0da9128e7c4a247a7c1065d..9cc29a225473c53e9e7a032e0bfca63b4099f093 100644 (file)
@@ -43,8 +43,8 @@ public TObject {
   Float_t GetX11Pos(Int_t istrip);
  
   //  Get reference to segmentation model
-  virtual AliMUONSegmentation*  SegmentationModel(Int_t isec) {
-      return (AliMUONSegmentation *) (*fSegmentation)[isec-1];
+  virtual AliSegmentation*  SegmentationModel(Int_t isec) {
+      return (AliSegmentation *) (*fSegmentation)[isec-1];
   }
 
  protected:
@@ -64,9 +64,9 @@ public TObject {
   ClassDef(AliMUONTriggerCircuit,1) // Trigger Circuit class
     
  private:    
-  Int_t fidCircuit;            // circuit Id number
-  Int_t fx2m;                  // internal info needed by TriggerDecision
-  Int_t fx2ud;                 // internal info needed by TriggerDecision
+  Int_t fIdCircuit;            // circuit Id number
+  Int_t fX2m;                  // internal info needed by TriggerDecision
+  Int_t fX2ud;                 // internal info needed by TriggerDecision
   Int_t fOrMud[2];             // internal info needed by TriggerDecision
   Int_t fXcode[4][32];         // code of X strips
   Int_t fYcode[4][32];         // code of Y strips