|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef ANALYSISTRIGGEREVENT_LVL1_ROI_H
9 #define ANALYSISTRIGGEREVENT_LVL1_ROI_H
98 #endif // ANALYSISTRIGGEREVENT_LVL1_ROI_H
const muons_type & getMuonROIs() const
Get all the muon RoIs in the event.
emtaus_type m_emtauROIs
Vector of em/tau RoIs.
jets_type m_jetROIs
Vector of jet RoIs.
void addJetROI(const jets_type::value_type roi)
Add a jet RoI to the object.
std::vector< Jet_ROI > jets_type
Type storing jet RoIs.
void addEmTauROI(const emtaus_type::value_type roi)
Add an em/tau RoI to the object.
energysums_type m_energysumROIs
Vector of energy sum RoIs.
std::vector< Muon_ROI > muons_type
Type storing muon RoIs.
void addMuonROI(const muons_type::value_type roi)
Add a muon RoI to the object.
std::vector< EnergySum_ROI > energysums_type
Type storing energy sum RoIs.
void addJetETROI(const jetets_type::value_type roi)
Add a jet-ET RoI to the object.
const jets_type & getJetROIs() const
Get all the jet RoIs in the event.
void addEnergySumROI(const energysums_type::value_type roi)
Add an energy sum RoI to the object.
const jetets_type & getJetEtROIs() const
Get all the jet-ET RoIs in the event.
Top level AOD object storing LVL1 RoIs.
jetets_type m_jetetROIs
Vector of jet-ET RoIs.
std::vector< EmTau_ROI > emtaus_type
Type storing em/tau RoIs.
const energysums_type & getEnergySumROIs() const
Get all the energy sum RoIs in the event.
void clear()
Clear all the RoIs from the object.
std::vector< JetET_ROI > jetets_type
Type storing jet-ET RoIs.
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
muons_type m_muonROIs
Vector of muon RoIs.
const emtaus_type & getEmTauROIs() const
Get all the em/tau RoIs in the event.
macros to associate a CLID to a type