ATLAS Offline Software
Loading...
Searching...
No Matches
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
8NAME: TrigTauClusterDetailsContainer.cxx
9PACKAGE: Trigger/TrigEvent/TrigCaloEvent
10AUTHORS: M.P. Casado
11
12PURPOSE: Keep a container for the detailed variables of
13 the Calorimeter LVL2 tau Trigger.
14DATE: January 21st, 2009
15
16******************************************************/
17
19
20using namespace std;
21
22// Simple debug method
23void
25 std::cout << "TrigTauClusterDetailsContainer with ";
26 std::cout << size() << " TrigTauClusterDetails" << std::endl;
28 (*i)->print();
29}
30
31// Simple debug method using MsgStream
32void
33TrigTauClusterDetailsContainer::print ( MsgStream& log ) const {
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
#define endmsg
DataModel_detail::const_iterator< DataVector > const_iterator
Definition DataVector.h:838
const_iterator end() const noexcept
const_iterator begin() const noexcept
size_type size() const noexcept
void print(void) const
calls TrigTauClusterDetails::print (to std::cout) for all available clusters
STL namespace.