ATLAS Offline Software
Trigger
TrigT1
Global
GlobalSimulation
src
IO
Global/GlobalSimulation/src/IO/cTauTOBArray.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef GLOBALSIM_CTAUTOBARRAY_H
4
#define GLOBALSIM_CTAUTOBARRAY_H
5
6
#include <ostream>
7
#include "
L1TopoEvent/InputTOBArray.h
"
8
#include "
L1TopoEvent/DataArrayImpl.h
"
9
#include "
L1TopoEvent/cTauTOB.h
"
10
11
#include "
AthenaKernel/CLASS_DEF.h
"
12
13
14
namespace
GlobalSim
{
15
16
class
cTauTOBArray
:
public
TCS::InputTOBArray
,
17
public
TCS::DataArrayImpl
<TCS::cTauTOB> {
18
public
:
19
20
cTauTOBArray
(
const
std::string &
name
,
unsigned
int
reserve);
21
22
virtual
unsigned
int
size
()
const
{
23
return
DataArrayImpl<TCS::cTauTOB>::size
();
24
}
25
26
private
:
27
virtual
void
print
(std::ostream&)
const
;
28
};
29
}
30
31
CLASS_DEF
(
GlobalSim::cTauTOBArray
, 239876180 , 1 )
32
33
#endif
GlobalSim::cTauTOBArray
Definition:
Global/GlobalSimulation/src/IO/cTauTOBArray.h:17
InputTOBArray.h
TCS::DataArray::name
const std::string & name() const
Definition:
DataArray.h:20
python.setupRTTAlg.size
int size
Definition:
setupRTTAlg.py:39
GlobalSim
AlgTool to obtain a selection of eFex RoIs read in from the event store.
Definition:
dump.h:8
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
cTauTOB.h
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
DataArrayImpl.h
GlobalSim::cTauTOBArray::print
virtual void print(std::ostream &) const
Definition:
Global/GlobalSimulation/src/IO/cTauTOBArray.cxx:15
CLASS_DEF
#define CLASS_DEF(NAME, CID, VERSION)
associate a clid and a version to a type eg
Definition:
Control/AthenaKernel/AthenaKernel/CLASS_DEF.h:64
GlobalSim::cTauTOBArray::cTauTOBArray
cTauTOBArray(const std::string &name, unsigned int reserve)
Definition:
Global/GlobalSimulation/src/IO/cTauTOBArray.cxx:8
CLASS_DEF.h
macros to associate a CLID to a type
GlobalSim::cTauTOBArray::size
virtual unsigned int size() const
Definition:
Global/GlobalSimulation/src/IO/cTauTOBArray.h:22
Generated on Fri Jan 10 2025 21:08:51 for ATLAS Offline Software by
1.8.18