ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
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
ClusterTOBArray.h
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
TCS::DataArrayImpl< ClusterTOB >::begin
iterator begin()
Definition
DataArrayImpl.h:40
TCS::DataArrayImpl< ClusterTOB >::const_iterator
data_t::const_iterator const_iterator
Definition
DataArrayImpl.h:18
TCS::DataArrayImpl< ClusterTOB >::DataArrayImpl
DataArrayImpl(unsigned int reserve=0)
Definition
DataArrayImpl.h:21
TCS::DataArrayImpl< ClusterTOB >::end
iterator end()
Definition
DataArrayImpl.h:43
TCS::DataArray::name
const std::string & name() const
Definition
DataArray.h:20
TCS::InputTOBArray::InputTOBArray
InputTOBArray(const std::string &name)
Definition
InputTOBArray.h:18
Generated on
for ATLAS Offline Software by
1.17.0