ATLAS Offline Software
Loading...
Searching...
No Matches
MuonSegmentTruthRelatedPlots.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_MUONSEGMENTTRUTHRELATEDPLOTS_H
6#define MUONHISTUTILS_MUONSEGMENTTRUTHRELATEDPLOTS_H
7
11#include <vector>
12#include <string>
13
14namespace Muon{
15
17 public:
18 MuonSegmentTruthRelatedPlots(PlotBase* pParent, const std::string& sDir);
20
21 void fill(const xAOD::MuonSegment& muonSeg,const xAOD::MuonSegment& truthMuonSeg,float weight=1.0);
22
23 //hit difference plots
27
28 //resolution plots
29 TH1* dxpos{nullptr};
30 TH1* dypos{nullptr};
31 TH1* dzpos{nullptr};
32
33 TH1* detapos{nullptr};
34 TH1* dphipos{nullptr};
35
36 TH1* detadir{nullptr};
37 TH1* dphidir{nullptr};
38
39};
40}
41
42#endif
MuonSegmentTruthRelatedPlots(PlotBase *pParent, const std::string &sDir)
void fill(const xAOD::MuonSegment &muonSeg, const xAOD::MuonSegment &truthMuonSeg, 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.
MuonSegment_v1 MuonSegment
Reference the current persistent version: