ATLAS Offline Software
TrigCaloClusterContainer.cxx
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 /*******************************************************
7 
8 NAME: TrigCaloClusterContainer.cxx
9 PACKAGE: Trigger/TrigEvent/TrigCaloEvent
10 AUTHORS: Denis O. Damazio
11 
12 PURPOSE: Keep a container for the important
13  output variables from the Calorimeter
14  LVL2 Trigger.
15  Variables here should be RAW variables.
16 DATE: May 31st, 2011
17 
18 ******************************************************/
19 
21 
22 using namespace std;
23 
24 // Simple debug method
25 void
27  std::cout << "TrigCaloClusterContainer with ";
28  std::cout << size() << " TrigCaloClusters" << std::endl;
30  (*i)->print();
31 }
32 
33 // Simple debug method using MsgStream
34 void
35 TrigCaloClusterContainer::print ( MsgStream& log ) const {
36  log <<MSG::DEBUG<< "TrigCaloClusterContainer with ";
37  log <<MSG::DEBUG<< size() << " TrigCaloClusters" << endmsg;
39  (*i)->print(log);
40 }
41 
42 // End of file TrigCaloClusterContainer.cxx
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
TrigCaloClusterContainer.h
mergePhysValFiles.end
end
Definition: DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
python.setupRTTAlg.size
int size
Definition: setupRTTAlg.py:39
lumiFormat.i
int i
Definition: lumiFormat.py:92
TrigCaloClusterContainer::print
void print(void) const
calls TrigCaloCluster::print (to std::cout) for all available clusters
Definition: TrigCaloClusterContainer.cxx:26
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20