]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONReconstructor.h
Corrected geometry w.r.t. the z-length.
[u/mrichter/AliRoot.git] / MUON / AliMUONReconstructor.h
index 8e4536ef17896c1b2b68b74fa5de98857fb9c014..c6d2db7ea44cec64f81c8a58cfb6348f1ac802f5 100644 (file)
@@ -36,7 +36,7 @@ class AliMUONVClusterStore;
 class AliMUONTracker;
 class AliMUONVTrackStore;
 
-class AliMUONStopwatchGroup;
+class AliMUONTriggerChamberEff;
 
 class AliMUONReconstructor : public AliReconstructor
 {
@@ -76,6 +76,7 @@ private:
   void CreateDigitMaker() const;
   void CreateTriggerCircuit() const;
   void CreateClusterReconstructor() const;
+  void CreateTriggerChamberEff() const;
   void FillTreeR(AliMUONVTriggerStore* triggerStore,
                  AliMUONVClusterStore* clusterStore,
                  TTree& clustersTree) const;
@@ -96,9 +97,9 @@ private:
   mutable AliMUONVClusterStore* fClusterStore; //!< Cluster container
   mutable AliMUONVTriggerStore* fTriggerStore; //!< Trigger container
   mutable AliMUONVTrackStore* fTrackStore; //!< Track container
-  AliMUONStopwatchGroup* fTimers; //!< Internal timers
+  mutable AliMUONTriggerChamberEff* fTrigChamberEff; //!< pointer to trigger chamber efficiency class
   
-  ClassDef(AliMUONReconstructor,1) // Implementation of AliReconstructor
+  ClassDef(AliMUONReconstructor,2) // Implementation of AliReconstructor
 };
 
 #endif