ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoEvent
Root
ClusterTOBArray.cxx
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3
*/
4
// ClusterTOBArray.cxx
5
// TopoCore
6
// Created by Joerg Stelzer on 11/17/12.
7
8
#include "
L1TopoEvent/ClusterTOBArray.h
"
9
10
TCS::ClusterTOBArray::ClusterTOBArray
(
const
std::string &
name
,
unsigned
int
reserve) :
11
InputTOBArray
(
name
),
12
DataArrayImpl
<
ClusterTOB
>(reserve)
13
{}
14
15
void
16
TCS::ClusterTOBArray::print
(std::ostream &o)
const
{
17
o <<
name
() << std::endl;
18
for
(
const_iterator
tob =
begin
(); tob !=
end
(); ++tob)
19
o << **tob << std::endl;
20
}
21
TCS::DataArrayImpl< ClusterTOB >::const_iterator
data_t::const_iterator const_iterator
Definition:
DataArrayImpl.h:18
PlotCalibFromCool.begin
begin
Definition:
PlotCalibFromCool.py:94
ClusterTOBArray.h
mergePhysValFiles.end
end
Definition:
DataQuality/DataQualityUtils/scripts/mergePhysValFiles.py:93
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
TCS::ClusterTOBArray::ClusterTOBArray
ClusterTOBArray(const std::string &name, unsigned int reserve)
Definition:
ClusterTOBArray.cxx:10
TCS::ClusterTOBArray::print
virtual void print(std::ostream &) const
Definition:
ClusterTOBArray.cxx:16
TCS::ClusterTOB
Definition:
ClusterTOB.h:13
Generated on Thu Nov 7 2024 21:11:59 for ATLAS Offline Software by
1.8.18