ATLAS Offline Software
Loading...
Searching...
No Matches
AFPToFTrackAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
13
14
15#ifndef XAODFORWARD_VERSIONS_AFPTOFTRACKAUXCONTAINER_V1_H
16#define XAODFORWARD_VERSIONS_AFPTOFTRACKAUXCONTAINER_V1_H
17
18#include<vector>
19
20// EDM include(s):
22
23// local includes
25
26
27namespace xAOD {
28
33
34 public:
37
38 private:
39
40 std::vector< int > stationID;
41 std::vector< int > trainID;
42 std::vector< float > trainTime;
43 std::vector< int > trainSize;
44 std::vector< int > trainNSat;
45 std::vector< std::vector<AFPToFTrack_v1::AFPToFHitLink_t> > bars;
46 std::vector< int > algID;
47
48 }; // class AFPToFTrackAuxContainer_v1
49
50
51} // end xAOD namespace
52
53// StoreGate registration
54#include "xAODCore/BaseInfo.h"
56
57
58#endif // XAODFORWARD_VERSIONS_AFPTOFTRACKAUXCONTAINER_V1_H
59
Header file for the AFPToFTrack class.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Class storing information accessed by xAOD::AFPToFTrack_v1.
std::vector< std::vector< AFPToFTrack_v1::AFPToFHitLink_t > > bars
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.