]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - ITS/AliITSOnlineSDDInjectors.h
Updates in SDD DAs for AMORE monitoring: a TObjArray of TH1F objects is published...
[u/mrichter/AliRoot.git] / ITS / AliITSOnlineSDDInjectors.h
index 2ff66f13a286201f43b759c086aa638282c2f551..f8fba9926b5dcc752335df52c2a89df587b3a198 100644 (file)
@@ -14,6 +14,7 @@
 #include "AliITSOnlineSDD.h"
 
 
+class TH1F;
 class TH2F;
 class TGraphErrors;
 class AliITSOnlineSDDInjectors : public AliITSOnlineSDD {
@@ -64,6 +65,7 @@ class AliITSOnlineSDDInjectors : public AliITSOnlineSDD {
   void SetUseTimeZeroSignal(Bool_t useTZ=kTRUE){
     fUseTimeZeroSignal=useTZ;
   }
+  TH1F* GetMeanDriftSpeedVsPadHisto() const;
   TGraphErrors* GetTimeVsDistGraph(Int_t jpad) const;
   TGraphErrors* GetDriftSpeedGraph() const;
   TGraphErrors* GetSelectedDriftSpeedGraph(Int_t minAcceptStatus) const;