ATLAS Offline Software
Loading...
Searching...
No Matches
AFPSiHitAuxContainer_v2.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
13
14
15#ifndef XAODFORWARD_VERSIONS_AFPSIHITAUXCONTAINER_V2_H
16#define XAODFORWARD_VERSIONS_AFPSIHITAUXCONTAINER_V2_H
17
18#include<vector>
19
20// EDM include(s):
22
23// local includes
25
26
27namespace xAOD {
28
35
36 public:
38
39 private:
40 std::vector< float > depositedCharge;
41 std::vector< float > timeOverThreshold;
42 std::vector< int > stationID;
43 std::vector< int > pixelLayerID;
44 std::vector< int > pixelRowIDChip;
45 std::vector< int > pixelColIDChip;
46 }; // class AFPSiHitAuxContainer_v2
47
48
49} // end xAOD namespace
50
51// StoreGate registration
52#include "xAODCore/BaseInfo.h"
54
55
56#endif // XAODFORWARD_VERSIONS_AFPSIHITAUXCONTAINER_V2_H
57
Header file for AFPSiHit_v2 class representing a hit in AFP track detector.
#define SG_BASE(D, B)
Declare that class D derives from class B.
Class storing information of xAOD::AFPSiHit_v2 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.