Loading [MathJax]/extensions/tex2jax.js
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
CMXJetHitsAuxContainer_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: CMXJetHitsAuxContainer_v1.h 687949 2015-08-06 15:48:49Z amazurov $
8
#ifndef XAODTRIGL1CALO_VERSIONS_CMXJETHITSAUXCONTAINER_V1_H
9
#define XAODTRIGL1CALO_VERSIONS_CMXJETHITSAUXCONTAINER_V1_H
10
11
// STL include(s):
12
#include <vector>
13
// System include(s):
14
#include <stdint.h>
15
16
// EDM include(s):
17
#include "
xAODCore/AuxContainerBase.h
"
18
19
namespace
xAOD
{
20
27
28
class
CMXJetHitsAuxContainer_v1
:
public
AuxContainerBase
{
29
public
:
31
CMXJetHitsAuxContainer_v1
();
32
33
private
:
34
std::vector<uint8_t>
crate
;
35
std::vector<uint8_t>
sourceComponent
;
36
std::vector<uint8_t>
peak
;
37
std::vector<std::vector<uint32_t> >
hitsVec0
;
38
std::vector<std::vector<uint32_t> >
hitsVec1
;
39
std::vector<std::vector<uint32_t> >
errorVec0
;
40
std::vector<std::vector<uint32_t> >
errorVec1
;
41
42
};
// class CMXJetHitsAuxContainer_v2
43
}
// namespace xAOD
44
45
SG_BASE
(
xAOD::CMXJetHitsAuxContainer_v1
,
xAOD::AuxContainerBase
);
46
47
#endif
48
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::CMXJetHitsAuxContainer_v1::errorVec1
std::vector< std::vector< uint32_t > > errorVec1
Definition:
CMXJetHitsAuxContainer_v1.h:40
xAOD::CMXJetHitsAuxContainer_v1::hitsVec0
std::vector< std::vector< uint32_t > > hitsVec0
Definition:
CMXJetHitsAuxContainer_v1.h:37
xAOD::CMXJetHitsAuxContainer_v1::hitsVec1
std::vector< std::vector< uint32_t > > hitsVec1
Definition:
CMXJetHitsAuxContainer_v1.h:38
xAOD::CMXJetHitsAuxContainer_v1::crate
std::vector< uint8_t > crate
Definition:
CMXJetHitsAuxContainer_v1.h:34
xAOD::CMXJetHitsAuxContainer_v1::errorVec0
std::vector< std::vector< uint32_t > > errorVec0
Definition:
CMXJetHitsAuxContainer_v1.h:39
xAOD::CMXJetHitsAuxContainer_v1::peak
std::vector< uint8_t > peak
Definition:
CMXJetHitsAuxContainer_v1.h:36
xAOD::CMXJetHitsAuxContainer_v1::sourceComponent
std::vector< uint8_t > sourceComponent
Definition:
CMXJetHitsAuxContainer_v1.h:35
SG_BASE
SG_BASE(xAOD::CMXJetHitsAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::CMXJetHitsAuxContainer_v1
Description of CMXJetHitsAuxContainer_v1.
Definition:
CMXJetHitsAuxContainer_v1.h:28
xAOD::CMXJetHitsAuxContainer_v1::CMXJetHitsAuxContainer_v1
CMXJetHitsAuxContainer_v1()
Default constructor.
Definition:
CMXJetHitsAuxContainer_v1.cxx:12
Generated on Wed Apr 23 2025 21:08:39 for ATLAS Offline Software by
1.8.18