9#ifndef DERIVATIONFRAMEWORK_SKIMMINGTOOLEXAMPLE_H
10#define DERIVATIONFRAMEWORK_SKIMMINGTOOLEXAMPLE_H 1
48 mutable std::atomic<unsigned int>
m_ntot{0};
49 mutable std::atomic<unsigned int>
m_npass{0};
53 ToolHandle<CP::IMuonSelectionTool>
m_muonSelectionTool{
this,
"MuonSelectorTool",
"CP::MuonSelectionTool/MuonSelectionTool"};
54 Gaudi::Property<unsigned int>
m_nMuons{
this,
"MinimumNumberOfMuons", 1};
Property holding a SG store/key/clid from which a ReadHandle is made.