 |
ATLAS Offline Software
|
Go to the documentation of this file.
10 #ifndef MUONPHYSVALMONITORING_MUONPHYSVALMONITORINGTOOL_H
11 #define MUONPHYSVALMONITORING_MUONPHYSVALMONITORINGTOOL_H
112 TH1F*
findHistogram(
const std::vector<HistData>&
hists,
const std::string& hnameTag,
const std::string& hdirTag,
113 const std::string& hNewName);
132 "MSOnlyExtrapolatedMuonTrackParticles"};
152 Gaudi::Property<std::vector<std::string>>
m_L1MuonItems{
this,
"SelectL1MuonItems", {}};
155 "SelectMuonCategories",
156 {
MUCATEGORY::ALL, MUCATEGORY::PROMPT, MUCATEGORY::INFLIGHT, MUCATEGORY::NONISO, MUCATEGORY::REST}};
163 Gaudi::Property<bool>
m_isData{
this,
"IsData",
false};
168 ToolHandle<CP::IMuonSelectionTool>
m_muonSelectionTool{
this,
"MuonSelector",
"CP::MuonSelectionTool/MuonSelectionTool"};
169 ToolHandle<Rec::IMuonPrintingTool>
m_muonPrinter{
this,
"MuonPrinter",
"Rec::MuonPrintingTool/MuonPrintingTool"};
170 ToolHandle<Trig::TrigDecisionTool>
m_trigDec{
this,
"TrigDecTool",
"Trig::TrigDecisionTool/TrigDecisionTool"};
171 ToolHandle<Trk::ITrackSelectorTool>
m_trackSelector{
this,
"TrackSelector",
"InDet::InDetDetailedTrackSelectorTool/MuonCombinedInDetDetailedTrackSelectorTool"};
172 ToolHandle<CP::IIsolationSelectionTool>
m_isoTool{
this,
"IsoTool",
""};
179 void SplitString(TString
x,
const TString& delim, std::vector<TString>&
v);
228 const ContType* & container)
const;
235 #endif //> !MUONPHYSVALMONITORING_MUONPHYSVALMONITORINGTOOL_H
Property holding a SG store/key/clid from which a ReadHandle is made.
Class describing a SlowMuon.
Class describing standalone muons reconstructed in the LVL2 trigger.
Class describing a MuonSegment.
Class providing the definition of the 4-vector interface.
Class describing combined muon reconstructed in the LVL2 trigger.
::StatusCode StatusCode
StatusCode definition for legacy code.
Class describing a truth particle in the MC record.
Class describing a LVL1 muon region of interest.
def TH1F(name, title, nxbins, bins_par2, bins_par3=None, path='', **kwargs)
Class describing a TrackParticle.