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