ATLAS Offline Software
Loading...
Searching...
No Matches
LVL1_ROI.cxx
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// $Id: LVL1_ROI.cxx,v 1.2 2008-05-08 15:00:11 krasznaa Exp $
6
7// Local include(s):
9
15 : m_muonROIs( 0 ), m_emtauROIs( 0 ), m_jetROIs( 0 ), m_jetetROIs( 0 ),
16 m_energysumROIs( 0 ) {
17
18}
19
26
32
33 m_muonROIs.clear();
34 m_emtauROIs.clear();
35 m_jetROIs.clear();
36 m_jetetROIs.clear();
37 m_energysumROIs.clear();
38
39 return;
40}
energysums_type m_energysumROIs
Vector of energy sum RoIs.
Definition LVL1_ROI.h:92
LVL1_ROI()
Constructor.
Definition LVL1_ROI.cxx:14
jets_type m_jetROIs
Vector of jet RoIs.
Definition LVL1_ROI.h:90
jetets_type m_jetetROIs
Vector of jet-ET RoIs.
Definition LVL1_ROI.h:91
muons_type m_muonROIs
Vector of muon RoIs.
Definition LVL1_ROI.h:88
emtaus_type m_emtauROIs
Vector of em/tau RoIs.
Definition LVL1_ROI.h:89
void clear()
Clear all the RoIs from the object.
Definition LVL1_ROI.cxx:31
~LVL1_ROI()
Destructor.
Definition LVL1_ROI.cxx:23