]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AliMUONTriggerChamberEfficiency.h
Move setting of cluster in array after the cluster has been modified with distance...
[u/mrichter/AliRoot.git] / MUON / AliMUONTriggerChamberEfficiency.h
index b36bbff245ad0eaa255829e7d7f81bfcfa108483..6d896c61ed5de284d71b8e1f3244def528ccde02 100755 (executable)
@@ -9,8 +9,8 @@
 ///
 //  Author: Diego Stocco; Subatech, Nantes
 
-#ifndef ALIMUONTRIGGEREFFICIENCY_H
-#define ALIMUONTRIGGEREFFICIENCY_H
+#ifndef ALIMUONTRIGGERCHAMBEREFFICIENCY_H
+#define ALIMUONTRIGGERCHAMBEREFFICIENCY_H
 
 #include "TObject.h"
 class TH1;
@@ -32,6 +32,8 @@ public:
   virtual ~AliMUONTriggerChamberEfficiency();
 
   Float_t GetCellEfficiency(Int_t detElemId, Int_t localBoard, Int_t hType) const;
+  Float_t GetCellEfficiencyError(Int_t detElemId, Int_t localBoard, Int_t hType, Int_t errType) const;
+  TObject* GetEffObject(Int_t histoType, Int_t countType, Int_t chamber);
     
   void IsTriggered(Int_t detElemId, Int_t localBoard, Bool_t &trigBend, Bool_t &trigNonBend) const;