ATLAS Offline Software
Trigger
TrigT1
Global
GlobalSimulation
src
IO
Global/GlobalSimulation/src/IO/eEmTOBArray.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef GLOBALSIM_EEMTOBARRAY_H
4
#define GLOBALSIM_EEMTOBARRAY_H
5
6
#include "
L1TopoEvent/InputTOBArray.h
"
7
#include "
L1TopoEvent/DataArrayImpl.h
"
8
#include "
L1TopoEvent/eEmTOB.h
"
9
10
#include "
AthenaKernel/CLASS_DEF.h
"
11
12
namespace
TCS
{
13
class
InputTOBArray;
14
class
eEmTOB;
15
}
16
17
namespace
GlobalSim
{
18
19
class
eEmTOBArray
:
public
TCS::InputTOBArray
,
20
public
TCS::DataArrayImpl
<TCS::eEmTOB> {
21
public
:
22
23
eEmTOBArray
(
const
std::string &
name
,
unsigned
int
reserve);
24
25
virtual
unsigned
int
size
()
const
{
26
return
TCS::DataArrayImpl<TCS::eEmTOB>::size
();
27
}
28
29
private
:
30
virtual
void
print
(std::ostream&)
const
;
31
};
32
}
33
34
CLASS_DEF
(
GlobalSim::eEmTOBArray
, 13700225 , 1 )
35
36
#endif
InputTOBArray.h
TCS::DataArray::name
const std::string & name() const
Definition:
DataArray.h:20
GlobalSim::eEmTOBArray::eEmTOBArray
eEmTOBArray(const std::string &name, unsigned int reserve)
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.cxx:11
GlobalSim::eEmTOBArray
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.h:20
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
GlobalSim::eEmTOBArray::print
virtual void print(std::ostream &) const
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.cxx:17
TCS::DataArrayImpl::size
size_t size() const
Definition:
DataArrayImpl.h:30
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
GlobalSim::eEmTOBArray::size
virtual unsigned int size() const
Definition:
Global/GlobalSimulation/src/IO/eEmTOBArray.h:25
eEmTOB.h
DataArrayImpl.h
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
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
CLASS_DEF.h
macros to associate a CLID to a type
Generated on Thu Nov 7 2024 21:14:01 for ATLAS Offline Software by
1.8.18