ATLAS Offline Software
Loading...
Searching...
No Matches
TruthVertexAuxContainer_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: TruthVertexAuxContainer_v1.h 624338 2014-10-27 15:08:55Z krasznaa $
8#ifndef XAODTRUTH_VERSIONS_TRUTHVERTEXAUXCONTAINER_V1_H
9#define XAODTRUTH_VERSIONS_TRUTHVERTEXAUXCONTAINER_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):
20
21namespace xAOD {
22
32
33 public:
36
37 private:
38 std::vector< int > id;
39 std::vector< int > barcode;
40 std::vector< std::vector< ElementLink< TruthParticleContainer > > >
42 std::vector< std::vector< ElementLink< TruthParticleContainer > > >
44 std::vector< float > x;
45 std::vector< float > y;
46 std::vector< float > z;
47 std::vector< float > t;
48
49 }; // class TruthVertexAuxContainer_v1
50
51} // namespace xAOD
52
53
54// StoreGate registration
55#include "xAODCore/BaseInfo.h"
57
58#endif // XAODTRUTH_VERSIONS_TRUTHVERTEXAUXCONTAINER_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< ElementLink< TruthParticleContainer > > > outgoingParticleLinks
std::vector< std::vector< ElementLink< TruthParticleContainer > > > incomingParticleLinks
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.