ATLAS Offline Software
Event
xAOD
xAODJet
xAODJet
versions
JetAuxContainer_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: JetAuxContainer_v1.h 631914 2014-11-28 16:08:50Z krasznaa $
8
#ifndef XAODJET_VERSIONS_JETAUXCONTAINER_V1_H
9
#define XAODJET_VERSIONS_JETAUXCONTAINER_V1_H
10
11
// System include(s):
12
#include <vector>
13
14
// ROOT include(s):
15
#include <Math/Vector4D.h>
16
17
// EDM include(s):
18
#include "AthLinks/ElementLink.h"
19
#include "
xAODCore/AuxContainerBase.h
"
20
#include "
xAODBase/IParticleContainer.h
"
21
22
#include "
xAODJet/JetTypes.h
"
23
24
namespace
xAOD
{
25
37
class
JetAuxContainer_v1
:
public
AuxContainerBase
{
38
39
public
:
41
JetAuxContainer_v1
();
42
43
private
:
45
typedef
std::vector< std::vector< ElementLink< IParticleContainer > > >
46
ConstituentLinks_t
;
47
48
//std::vector< JetFourMom_t > momentum;
49
std::vector<float>
pt
;
50
std::vector<float>
eta
;
51
std::vector<float>
phi
;
52
std::vector<float>
m
;
53
54
ConstituentLinks_t
constituentLinks
;
55
std::vector< std::vector< float > >
constituentWeights
;
56
57
};
// class JetAuxContainer_v1
58
59
}
// namespace xAOD
60
61
// Declare the inheritance of the class:
62
#include "
xAODCore/BaseInfo.h
"
63
SG_BASE
(
xAOD::JetAuxContainer_v1
,
xAOD::AuxContainerBase
);
64
65
#endif // XAODJET_VERSIONS_JETAUXCONTAINER_V1_H
AuxContainerBase.h
xAOD::AuxContainerBase
Common base class for the auxiliary containers.
Definition:
AuxContainerBase.h:59
xAOD::JetAuxContainer_v1::pt
std::vector< float > pt
Definition:
JetAuxContainer_v1.h:49
BaseInfo.h
xAOD
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
Definition:
ICaloAffectedTool.h:24
xAOD::JetAuxContainer_v1::ConstituentLinks_t
std::vector< std::vector< ElementLink< IParticleContainer > > > ConstituentLinks_t
Type used for the constituent links:
Definition:
JetAuxContainer_v1.h:46
xAOD::JetAuxContainer_v1
Temporary container used until we have I/O for AuxStoreInternal.
Definition:
JetAuxContainer_v1.h:37
IParticleContainer.h
xAOD::JetAuxContainer_v1::eta
std::vector< float > eta
Definition:
JetAuxContainer_v1.h:50
xAOD::JetAuxContainer_v1::constituentLinks
ConstituentLinks_t constituentLinks
Definition:
JetAuxContainer_v1.h:54
SG_BASE
SG_BASE(xAOD::JetAuxContainer_v1, xAOD::AuxContainerBase)
xAOD::JetAuxContainer_v1::phi
std::vector< float > phi
Definition:
JetAuxContainer_v1.h:51
xAOD::JetAuxContainer_v1::JetAuxContainer_v1
JetAuxContainer_v1()
Default constructor.
Definition:
JetAuxContainer_v1.cxx:12
xAOD::JetAuxContainer_v1::m
std::vector< float > m
Definition:
JetAuxContainer_v1.h:52
JetTypes.h
xAOD::JetAuxContainer_v1::constituentWeights
std::vector< std::vector< float > > constituentWeights
Definition:
JetAuxContainer_v1.h:55
Generated on Thu Nov 7 2024 21:17:59 for ATLAS Offline Software by
1.8.18