ATLAS Offline Software
TrigTauClusterDetailsContainer.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: TrigTauClusterDetailsContainer.cxx
9 PACKAGE: Trigger/TrigEvent/TrigCaloEvent
10 AUTHORS: M.P. Casado
11 
12 PURPOSE: Keep a container for the detailed variables of
13  the Calorimeter LVL2 tau Trigger.
14 DATE: January 21st, 2009
15 
16 ******************************************************/
17 
19 
20 using namespace std;
21 
22 // Simple debug method
23 void
25  std::cout << "TrigTauClusterDetailsContainer with ";
26  std::cout << size() << " TrigTauClusterDetails" << std::endl;
28  (*i)->print();
29 }
30 
31 // Simple debug method using MsgStream
32 void
34  log <<MSG::DEBUG<< "TrigTauClusterDetailsContainer with ";
35  log <<MSG::DEBUG<< size() << " TrigTauClusterDetails" << endmsg;
37  (*i)->print(log);
38 }
39 
40 // End of file TrigTauClusterDetailsContainer.cxx
DataModel_detail::const_iterator
Const iterator class for DataVector/DataList.
Definition: DVLIterator.h:82
PlotCalibFromCool.begin
begin
Definition: PlotCalibFromCool.py:94
TrigTauClusterDetailsContainer::print
void print(void) const
calls TrigTauClusterDetails::print (to std::cout) for all available clusters
Definition: TrigTauClusterDetailsContainer.cxx:24
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
endmsg
#define endmsg
Definition: AnalysisConfig_Ntuple.cxx:63
TrigTauClusterDetailsContainer.h
DEBUG
#define DEBUG
Definition: page_access.h:11
python.CaloCondTools.log
log
Definition: CaloCondTools.py:20