ATLAS Offline Software
Loading...
Searching...
No Matches
CompositeParticleAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
5*/
6
7// $Id: CompositeParticleAuxContainer_v1.h 677235 2015-06-22 16:08:20Z kkoeneke $
8#ifndef XAODPARTICLEEVENT_VERSIONS_COMPOSITEPARTICLEAUXCONTAINER_V1_H
9#define XAODPARTICLEEVENT_VERSIONS_COMPOSITEPARTICLEAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// EDM include(s):
18
19
20namespace xAOD {
21
33
34 public:
39
40
41
42 private:
45 std::vector< float > px;
46 std::vector< float > py;
47 std::vector< float > pz;
48 std::vector< float > e;
50
53 std::vector< float > charge;
54 std::vector< int > pdgId;
56
59 std::vector< xAOD::IParticleLinkContainer > partLinks;
60 std::vector< xAOD::IParticleLinkContainer > otherPartLinks;
61 std::vector< ElementLink< xAOD::MissingETContainer > > missingETLink;
63
64 }; // class CompositeParticleAuxContainer_v1
65
66} // namespace xAOD
67
68
69// Set up StoreGate inheritance for the class:
70#include "xAODCore/BaseInfo.h"
72
73#endif // XAODPARTICLEEVENT_VERSIONS_COMPOSITEPARTICLEAUXCONTAINER_V1_H
#define SG_BASE(D, B)
Declare that class D derives from class B.
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
Auxiliary container for composite particle containers.
std::vector< ElementLink< xAOD::MissingETContainer > > missingETLink
std::vector< xAOD::IParticleLinkContainer > otherPartLinks
~CompositeParticleAuxContainer_v1()=default
Destructor.
std::vector< xAOD::IParticleLinkContainer > partLinks
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.