ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Trigger
TrigEvent
TrigCaloEvent
src
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
20
#include "
TrigCaloEvent/TrigCaloClusterContainer.h
"
21
22
using namespace
std
;
23
24
// Simple debug method
25
void
26
TrigCaloClusterContainer::print
(
void
)
const
{
27
std::cout <<
"TrigCaloClusterContainer with "
;
28
std::cout <<
size
() <<
" TrigCaloClusters"
<< std::endl;
29
for
(
TrigCaloClusterContainer::const_iterator
i =
begin
(); i!=
end
();++i)
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
;
38
for
(
TrigCaloClusterContainer::const_iterator
i =
begin
(); i!=
end
();++i)
39
(*i)->print(log);
40
}
41
42
// End of file TrigCaloClusterContainer.cxx
endmsg
#define endmsg
Definition
AnalysisConfig_Ntuple.cxx:61
TrigCaloClusterContainer.h
DataVector< TrigCaloCluster >::const_iterator
DataModel_detail::const_iterator< DataVector > const_iterator
Definition
DataVector.h:838
DataVector< TrigCaloCluster >::end
const_iterator end() const noexcept
DataVector< TrigCaloCluster >::begin
const_iterator begin() const noexcept
DataVector< TrigCaloCluster >::size
size_type size() const noexcept
TrigCaloClusterContainer::print
void print(void) const
calls TrigCaloCluster::print (to std::cout) for all available clusters
Definition
TrigCaloClusterContainer.cxx:26
std
STL namespace.
Generated on
for ATLAS Offline Software by
1.17.0