ATLAS Offline Software
Loading...
Searching...
No Matches
SlowMuonParamPlots.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef MUONHISTUTILS_SLOWMUONPARAMPLOTS_H
6#define MUONHISTUTILS_SLOWMUONPARAMPLOTS_H
7
9
10#include "xAODMuon/SlowMuon.h"
11
12namespace Muon{
13
14class BetaPlots: public PlotBase {
15 public:
16 BetaPlots(PlotBase *pParent, const std::string& sDir, std::string sDetType);
17
18 void fill(const xAOD::SlowMuon& smu, float weight=1.0);
19
20 TH1* nHits;
21 TH1* avg;
22 TH1* chi2;
23 TH1* ndf;
24 TH1* chi2ndf;
26 TH1* rms;
27
28 private:
29 std::string m_sDetType;
30 void initializePlots();
31
32};
33
35 public:
36 SlowMuonParamPlots(PlotBase *pParent, const std::string& sDir);
37
38 void fill(const xAOD::SlowMuon& smu, float weight=1.0);
39
40 TH1* beta{nullptr};
44
45 private:
46 void initializePlots();
47
48};
49
50}
51
52#endif
BetaPlots(PlotBase *pParent, const std::string &sDir, std::string sDetType)
void fill(const xAOD::SlowMuon &smu, float weight=1.0)
SlowMuonParamPlots(PlotBase *pParent, const std::string &sDir)
void fill(const xAOD::SlowMuon &smu, float weight=1.0)
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
SlowMuon_v1 SlowMuon
Reference the current persistent version:
Definition SlowMuon.h:13