ATLAS Offline Software
Loading...
Searching...
No Matches
MuonHitResidualPlots.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 XAOD_ANALYSIS
6#ifndef MUONHISTUTILS_MUONHITRESIDUALPLOTS_H
7#define MUONHISTUTILS_MUONHITRESIDUALPLOTS_H
8
9#include <string>
12
13//forward declarations
14class TH2;
15class TProfile;
16namespace Trk
17{
18 class ResidualPull;
19}
20
21namespace Muon{
22
24 public:
25 MuonHitResidualPlots(PlotBase *pParent, const std::string& sDir, std::string sType="");
26 void fill(const Trk::ResidualPull& resPull, int stationPhi );
27
29 TH2* pulls_vs_sectorPhi{nullptr};
30 TProfile* pullsRMS_vs_sectorPhi{nullptr};
31
32 private:
33 void init();
34 };
35
36}
37
38#endif
39#endif // not XAOD_ANALYSIS
void fill(const Trk::ResidualPull &resPull, int stationPhi)
Trk::HitResidualPlots m_oResidualPlots
MuonHitResidualPlots(PlotBase *pParent, const std::string &sDir, std::string sType="")
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
This class containes residual and pull information.
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
Ensure that the ATLAS eigen extensions are properly loaded.