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