ATLAS Offline Software
Trigger
TrigEvent
TrigCaloEvent
src
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
18
#include "
TrigCaloEvent/TrigTauClusterDetailsContainer.h
"
19
20
using namespace
std;
21
22
// Simple debug method
23
void
24
TrigTauClusterDetailsContainer::print
(
void
)
const
{
25
std::cout <<
"TrigTauClusterDetailsContainer with "
;
26
std::cout <<
size
() <<
" TrigTauClusterDetails"
<< std::endl;
27
for
(
TrigTauClusterDetailsContainer::const_iterator
i
=
begin
();
i
!=
end
();++
i
)
28
(*i)->print();
29
}
30
31
// Simple debug method using MsgStream
32
void
33
TrigTauClusterDetailsContainer::print
( MsgStream&
log
)
const
{
34
log
<<
MSG::DEBUG
<<
"TrigTauClusterDetailsContainer with "
;
35
log
<<
MSG::DEBUG
<<
size
() <<
" TrigTauClusterDetails"
<<
endmsg
;
36
for
(
TrigTauClusterDetailsContainer::const_iterator
i
=
begin
();
i
!=
end
();++
i
)
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:85
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
Generated on Thu Nov 7 2024 21:30:12 for ATLAS Offline Software by
1.8.18