ATLAS Offline Software
Loading...
Searching...
No Matches
TruthEventAuxContainer_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: TruthEventAuxContainer_v1.h 622193 2014-10-16 16:08:34Z krasznaa $
8#ifndef XAODTRUTH_VERSIONS_TRUTHEVENTAUXCONTAINER_V1_H
9#define XAODTRUTH_VERSIONS_TRUTHEVENTAUXCONTAINER_V1_H
10
11// System include(s):
12#include <vector>
13
14// EDM include(s):
15#include "AthLinks/ElementLink.h"
17
18// Local include(s):
21
22namespace xAOD {
23
32
33 public:
36
37 private:
40 std::vector< ElementLink< TruthVertexContainer > >
42 std::vector< ElementLink< TruthParticleContainer > > beamParticle1Link;
43 std::vector< ElementLink< TruthParticleContainer > > beamParticle2Link;
45
47 std::vector< std::vector< float > > weights;
48
51 std::vector< float > crossSection;
52 std::vector< float > crossSectionError;
54
57 std::vector< std::vector< ElementLink< TruthParticleContainer > > >
59 std::vector< std::vector< ElementLink< TruthVertexContainer > > >
62
63 }; // class TruthEventAuxContainer_v1
64
65} // namespace xAOD
66
67// Declare the class's inheritance to StoreGate:
68#include "xAODCore/BaseInfo.h"
70
71#endif // XAODTRUTH_VERSIONS_TRUTHEVENTAUXCONTAINER_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 store for the truth vertices.
std::vector< std::vector< float > > weights
std::vector< ElementLink< TruthParticleContainer > > beamParticle1Link
std::vector< std::vector< ElementLink< TruthVertexContainer > > > truthVertexLinks
std::vector< ElementLink< TruthVertexContainer > > signalProcessVertexLink
std::vector< ElementLink< TruthParticleContainer > > beamParticle2Link
std::vector< std::vector< ElementLink< TruthParticleContainer > > > truthParticleLinks
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.