Skip to content
Snippets Groups Projects
Commit 9fd688bd authored by Peter Onyisi's avatar Peter Onyisi
Browse files

Declare dependence on muon isolation

parent afd2331c
No related branches found
No related tags found
No related merge requests found
......@@ -13,6 +13,7 @@ StatusCode MuonTrackMonitorAlgorithm::initialize()
{
ATH_CHECK(AthMonitorAlgorithm::initialize());
ATH_CHECK(m_MuonContainerKey.initialize());
ATH_CHECK(m_MuonIsoDecorKey.initialize());
return StatusCode::SUCCESS;
}
......
......@@ -28,6 +28,7 @@ class MuonTrackMonitorAlgorithm : public AthMonitorAlgorithm
private:
SG::ReadHandleKey<xAOD::MuonContainer> m_MuonContainerKey { this, "MuonContainerKey", "Muons", "Key for Muon Containers" };
SG::ReadDecorHandleKey<xAOD::MuonContainer> m_MuonIsoDecorKey { this, "MuonIsoDecorKey", "Muons.ptcone30" };
// Toolds
/// Fills data-quality information (e.g. pt, eta, phi..) to histograms for given selection of muons
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment