ATLAS Offline Software
Loading...
Searching...
No Matches
NeutralParticleAuxContainer_v1.h
Go to the documentation of this file.
1// Dear emacs, this is -*- c++ -*-
2/*
3 Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
4*/
5#ifndef XAODTRACKING_VERSIONS_NEUTRALPARTICLEAUXCONTAINER_V1_H
6#define XAODTRACKING_VERSIONS_NEUTRALPARTICLEAUXCONTAINER_V1_H
7
8// System include(s):
9#include <stdint.h>
10#include <vector>
11
12// EDM include(s):
14
15namespace xAOD {
16
26
27 public:
30
31 private:
33 void dump() const;
34
37 std::vector< float > d0;
38 std::vector< float > z0;
39 std::vector< float > phi;
40 std::vector< float > theta;
41 std::vector< float > oneOverP;
42
43 std::vector< std::vector<float> > definingParametersCovMatrix;
44
45 std::vector< float > vx;
46 std::vector< float > vy;
47 std::vector< float > vz;
48
49 }; // class NeutralParticleAuxContainer_v1
50
51} // namespace xAOD
52
53#include "xAODCore/BaseInfo.h"
55
56#endif // XAODJET_VERSIONS_JETAUXCONTAINER_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.
Temporary container used until we have I/O for AuxStoreInternal.
void dump() const
Dumps contents (for debugging)
std::vector< std::vector< float > > definingParametersCovMatrix
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.