ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:54
TrigTauClusterDetailsContainer.h
DataVector< TrigTauClusterDetails >::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Definition
DataVector.h:838
DataVector< TrigTauClusterDetails >::end
const_iterator end() const noexcept
DataVector< TrigTauClusterDetails >::begin
const_iterator begin() const noexcept
DataVector< TrigTauClusterDetails >::size
size_type size() const noexcept
TrigTauClusterDetailsContainer::print
void print(void) const
calls TrigTauClusterDetails::print (to std::cout) for all available clusters
Definition
TrigTauClusterDetailsContainer.cxx:24
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.17.0