ATLAS Offline Software
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 
24 
25 }
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 }
LVL1_ROI::m_emtauROIs
emtaus_type m_emtauROIs
Vector of em/tau RoIs.
Definition: LVL1_ROI.h:89
LVL1_ROI::m_jetROIs
jets_type m_jetROIs
Vector of jet RoIs.
Definition: LVL1_ROI.h:90
LVL1_ROI::m_energysumROIs
energysums_type m_energysumROIs
Vector of energy sum RoIs.
Definition: LVL1_ROI.h:92
LVL1_ROI::LVL1_ROI
LVL1_ROI()
Constructor.
Definition: LVL1_ROI.cxx:14
LVL1_ROI::~LVL1_ROI
~LVL1_ROI()
Destructor.
Definition: LVL1_ROI.cxx:23
LVL1_ROI.h
LVL1_ROI::m_jetetROIs
jetets_type m_jetetROIs
Vector of jet-ET RoIs.
Definition: LVL1_ROI.h:91
LVL1_ROI::clear
void clear()
Clear all the RoIs from the object.
Definition: LVL1_ROI.cxx:31
LVL1_ROI::m_muonROIs
muons_type m_muonROIs
Vector of muon RoIs.
Definition: LVL1_ROI.h:88