ATLAS Offline Software
Main Page
Related Pages
Modules
Namespaces
Namespace List
Namespace Members
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Classes
Class List
Class Index
Class Hierarchy
Class Members
All
:
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerations
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Properties
Related Functions
:
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
v
w
x
z
Files
File List
File Members
All
$
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Functions
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
$
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
GitLab
LXR
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Event
xAOD
xAODTrigL1Calo
xAODTrigL1Calo
versions
CMMCPHitsAuxContainer_v1.h
Go to the documentation of this file.
1
// Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
// $Id: CMMCPHitsAuxContainer_v1.h 631511 2014-11-27 13:17:07Z gwatts $
8
#ifndef XAODTRIGL1CALO_VERSIONS_CMMCPHITSAUXCONTAINER_V1_H
9
#define XAODTRIGL1CALO_VERSIONS_CMMCPHITSAUXCONTAINER_V1_H
10
11
// STL include(s):
12
#include <vector>
13
14
// EDM include(s):
15
#include "
xAODCore/AuxContainerBase.h
"
16
17
namespace
xAOD
{
18
25
26
class
CMMCPHitsAuxContainer_v1
:
public
AuxContainerBase
{
27
public
:
28
// Default constructor
29
CMMCPHitsAuxContainer_v1
();
30
31
private
:
32
std::vector<int>
crate
;
33
std::vector<int>
dataID
;
34
std::vector<int>
peak
;
35
std::vector<std::vector<unsigned int> >
hitsVec0
;
36
std::vector<std::vector<unsigned int> >
hitsVec1
;
37
std::vector<std::vector<int> >
errorVec0
;
38
std::vector<std::vector<int> >
errorVec1
;
39
40
};
// class CMMCPHitsAuxContainer_v1
41
}
// namespace xAOD
42
43
#include "
xAODCore/BaseInfo.h
"
44
SG_BASE
(
xAOD::CMMCPHitsAuxContainer_v1
,
xAOD::AuxContainerBase
);
45
46
#endif // XAODTRIGL1CALO_VERSIONS_CMMCPHITSAUXCONTAINER_V1_H
xAOD::CMMCPHitsAuxContainer_v1::crate
std::vector< int > crate
Definition:
CMMCPHitsAuxContainer_v1.h:32
SG_BASE
SG_BASE(xAOD::CMMCPHitsAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::CMMCPHitsAuxContainer_v1::CMMCPHitsAuxContainer_v1
CMMCPHitsAuxContainer_v1()
Definition:
CMMCPHitsAuxContainer_v1.cxx:12
xAOD::CMMCPHitsAuxContainer_v1
AuxContainer for CMMCPHits_v1.
Definition:
CMMCPHitsAuxContainer_v1.h:26
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::CMMCPHitsAuxContainer_v1::peak
std::vector< int > peak
Definition:
CMMCPHitsAuxContainer_v1.h:34
xAOD::CMMCPHitsAuxContainer_v1::dataID
std::vector< int > dataID
Definition:
CMMCPHitsAuxContainer_v1.h:33
xAOD::CMMCPHitsAuxContainer_v1::errorVec1
std::vector< std::vector< int > > errorVec1
Definition:
CMMCPHitsAuxContainer_v1.h:38
xAOD::CMMCPHitsAuxContainer_v1::hitsVec0
std::vector< std::vector< unsigned int > > hitsVec0
Definition:
CMMCPHitsAuxContainer_v1.h:35
xAOD::CMMCPHitsAuxContainer_v1::hitsVec1
std::vector< std::vector< unsigned int > > hitsVec1
Definition:
CMMCPHitsAuxContainer_v1.h:36
xAOD::CMMCPHitsAuxContainer_v1::errorVec0
std::vector< std::vector< int > > errorVec0
Definition:
CMMCPHitsAuxContainer_v1.h:37
Generated on Sat Apr 12 2025 21:08:34 for ATLAS Offline Software by
1.8.18