ATLAS Offline Software
Loading...
Searching...
No Matches
L1TriggerMuonPlots.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_L1TRIGGERMUONPLOTS_H
6#define MUONHISTUTILS_L1TRIGGERMUONPLOTS_H
7
10//#include "TrkValHistUtils/MSHitPlots.h"
11//#include "TrkValHistUtils/TruthInfoPlots.h"
12//#include "TrkValHistUtils/TruthTrkExtrapolationPlots.h"
13
14#include "xAODMuon/Muon.h"
15#include "xAODTrigger/MuonRoI.h"
16//#include "xAODTruth/TruthParticle.h"
17
19 public:
20 L1TriggerMuonPlots(PlotBase* pParent, const std::string& sDir);
21 void fill(const xAOD::MuonRoI& TrigL1mu);
22
23 //
25};
26
27#endif
L1TriggerMuonPlots(PlotBase *pParent, const std::string &sDir)
Trk::ParamPlots m_oL1TriggerPlots
void fill(const xAOD::MuonRoI &TrigL1mu)
PlotBase(PlotBase *parent, const std::string &sDir)
Definition PlotBase.cxx:29
MuonRoI_v1 MuonRoI
Definition MuonRoI.h:15