ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoEvent
L1TopoEvent
L1Topo/L1TopoEvent/L1TopoEvent/jXETOBArray.h
Go to the documentation of this file.
1
// Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
2
3
#ifndef L1TopoEvent_jXETOBArray
4
#define L1TopoEvent_jXETOBArray
5
6
#include <iostream>
7
#include "
L1TopoEvent/InputTOBArray.h
"
8
#include "
L1TopoEvent/DataArrayImpl.h
"
9
#include "
L1TopoEvent/jXETOB.h
"
10
#include <vector>
11
12
namespace
TCS
{
13
14
class
jXETOBArray
:
public
InputTOBArray
,
public
DataArrayImpl
<jXETOB> {
15
public
:
16
17
// default constructor
18
jXETOBArray
(
const
std::string &
name
,
unsigned
int
reserve);
19
20
virtual
unsigned
int
size
()
const
{
return
DataArrayImpl<jXETOB>::size
(); }
21
22
private
:
23
virtual
void
print
(std::ostream&)
const
;
24
};
25
26
}
27
28
#endif
TCS::jXETOBArray::print
virtual void print(std::ostream &) const
Definition:
L1Topo/L1TopoEvent/Root/jXETOBArray.cxx:11
InputTOBArray.h
TCS::DataArray::name
const std::string & name() const
Definition:
DataArray.h:20
TCS::jXETOBArray::size
virtual unsigned int size() const
Definition:
L1Topo/L1TopoEvent/L1TopoEvent/jXETOBArray.h:20
jXETOB.h
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
TCS::DataArrayImpl::size
size_t size() const
Definition:
DataArrayImpl.h:30
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TCS::jXETOBArray
Definition:
L1Topo/L1TopoEvent/L1TopoEvent/jXETOBArray.h:14
DataArrayImpl.h
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::jXETOBArray::jXETOBArray
jXETOBArray(const std::string &name, unsigned int reserve)
Definition:
L1Topo/L1TopoEvent/Root/jXETOBArray.cxx:5
Generated on Thu Nov 7 2024 21:18:41 for ATLAS Offline Software by
1.8.18