ATLAS Offline Software
Trigger
TrigT1
L1Topo
L1TopoEvent
L1TopoEvent
jEmTOBArray.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
6
#ifndef JEMTOBARRAY_H
7
#define JEMTOBARRAY_H
8
9
#include <iostream>
10
#include "
L1TopoEvent/InputTOBArray.h
"
11
#include "
L1TopoEvent/DataArrayImpl.h
"
12
#include "
L1TopoEvent/jEmTOB.h
"
13
#include <vector>
14
15
namespace
TCS
{
16
17
class
TOBArray;
18
19
class
jEmTOBArray
:
public
InputTOBArray
,
public
DataArrayImpl
<jEmTOB> {
20
public
:
21
// default constructor
22
jEmTOBArray
(
const
std::string &
name
,
unsigned
int
reserve);
23
24
virtual
unsigned
int
size
()
const
{
return
DataArrayImpl<jEmTOB>::size
(); }
25
26
TOBArray
asTOBArray
()
const
;
27
28
private
:
29
// print method can be invoked via <<
30
virtual
void
print
(std::ostream&)
const
;
31
};
32
33
}
34
35
#endif
TCS::jEmTOBArray::asTOBArray
TOBArray asTOBArray() const
Definition:
jEmTOBArray.cxx:17
InputTOBArray.h
TCS::jEmTOBArray::size
virtual unsigned int size() const
Definition:
jEmTOBArray.h:24
TCS::DataArray::name
const std::string & name() const
Definition:
DataArray.h:20
TCS::DataArrayImpl
Definition:
DataArrayImpl.h:13
TCS::DataArrayImpl::size
size_t size() const
Definition:
DataArrayImpl.h:30
TCS::InputTOBArray
Definition:
InputTOBArray.h:15
TCS::jEmTOBArray::jEmTOBArray
jEmTOBArray(const std::string &name, unsigned int reserve)
Definition:
jEmTOBArray.cxx:10
TCS::TOBArray
Definition:
TOBArray.h:24
jEmTOB.h
DataArrayImpl.h
TCS::jEmTOBArray::print
virtual void print(std::ostream &) const
Definition:
jEmTOBArray.cxx:25
TCS
Definition:
Global/GlobalSimulation/src/IO/Decision.h:18
TCS::jEmTOBArray
Definition:
jEmTOBArray.h:19
Generated on Sun Dec 22 2024 21:12:14 for ATLAS Offline Software by
1.8.18