ATLAS Offline Software
Loading...
Searching...
No Matches
AFPProtonAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
13
14#ifndef XAODFORWARD_VERSIONS_AFPPROTONAUXCONTAINER_V1_H
15#define XAODFORWARD_VERSIONS_AFPPROTONAUXCONTAINER_V1_H
16
17// EDM include(s):
19
20// Local include(s):
22
23namespace xAOD {
24
26 {
27 public:
29
30 private:
31 std::vector<float> px;
32 std::vector<float> py;
33 std::vector<float> pz;
34 std::vector<float> e;
35
36 std::vector<float> chi2;
37 std::vector<int> side;
38 std::vector<int> methodID;
39
40 std::vector<std::vector<AFPProton_v1::AFPTrackLink_t> > afpTrackLinks;
41 }; // class AFPProtonAuxContainer_v1
42
43} // namespace xAOD
44
45// StoreGate registration
46#include "xAODCore/BaseInfo.h"
48
49#endif
Header file for AFPProton_v1 class representing a reconstructed proton measured in AFP detectors.
#define SG_BASE(D, B)
Declare that class D derives from class B.
std::vector< std::vector< AFPProton_v1::AFPTrackLink_t > > afpTrackLinks
Common base class for the auxiliary containers.
AuxContainerBase(bool allowDynamicVars=true)
Default constructor.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.