ATLAS Offline Software
Loading...
Searching...
No Matches
AFPToFHitAuxContainer_v1.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef XAODFORWARD_VERSIONS_AFPToFHITAUXCONTAINER_V1_H
6#define XAODFORWARD_VERSIONS_AFPToFHITAUXCONTAINER_V1_H
7
8#include<vector>
9
10// EDM include(s):
12
13// local includes
15
16
17namespace xAOD {
18
23
24 public:
26
27 private:
28 std::vector< int > stationID;
29 std::vector< float > time;
30 std::vector< int > hptdcChannel;
31 std::vector< int > barInTrainID;
32 std::vector< int > trainID;
33 std::vector< float > pulseLength;
34 std::vector< int > hptdcID;
35
36 }; // class AFPToFHitAuxContainer_v1
37
38
39} // end xAOD namespace
40
41// StoreGate registration
42#include "xAODCore/BaseInfo.h"
44
45
46#endif // XAODFORWARD_VERSIONS_AFPToFHITAUXCONTAINER_V1_H
47
#define SG_BASE(D, B)
Declare that class D derives from class B.
Class storing information of xAOD::AFPToFHit_v1 objects.
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.