ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleAuxContainer_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: ParticleAuxContainer_v1.h 637086 2014-12-19 16:02:19Z kkoeneke $
8#ifndef XAODPARTICLEEVENT_VERSIONS_PARTICLEAUXCONTAINER_V1_H
9#define XAODPARTICLEEVENT_VERSIONS_PARTICLEAUXCONTAINER_V1_H
10
11// STL include(s):
12#include <vector>
13
14// EDM include(s):
17
18
19namespace xAOD {
20
32
33 public:
38
39
40
41 private:
44 std::vector< float > px;
45 std::vector< float > py;
46 std::vector< float > pz;
47 std::vector< float > e;
49
52 std::vector< float > charge;
53 std::vector< int > pdgId;
55
56 }; // class ParticleAuxContainer_v1
57
58} // namespace xAOD
59
60
61// Set up StoreGate inheritance for the class:
62#include "xAODCore/BaseInfo.h"
64
65#endif // XAODPARTICLEEVENT_VERSIONS_PARTICLEAUXCONTAINER_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 particle containers.
ParticleAuxContainer_v1()
Default constructor.
~ParticleAuxContainer_v1()=default
Destructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.