00001
00002
00003 #ifndef XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONAUXCONTAINTER_V1_H
00004 #define XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONAUXCONTAINTER_V1_H
00005
00006
00007 #include <vector>
00008 extern "C" {
00009 # include <stdint.h>
00010 }
00011
00012
00013 #include "AthLinks/ElementLink.h"
00014 #include "xAODCore/AuxContainerBase.h"
00015 #include "xAODTrigCalo/TrigEMClusterContainer.h"
00016 #include "xAODTracking/TrackParticleContainer.h"
00017
00018 namespace xAOD {
00019
00031 class TrigElectronAuxContainer_v1 : public AuxContainerBase {
00032
00033 public:
00035 TrigElectronAuxContainer_v1();
00036
00037 private:
00040 std::vector< uint32_t > roiWord;
00041 std::vector< float > zvtx;
00042 std::vector< float > charge;
00043 std::vector< int > nTRTHits;
00044 std::vector< int > nTRTHiThresholdHits;
00045 std::vector< float > rcore;
00046 std::vector< float > eratio;
00047 std::vector< float > etHad;
00048 std::vector< float > etHad1;
00049 std::vector< float > f0;
00050 std::vector< float > f1;
00051 std::vector< float > f2;
00052 std::vector< float > f3;
00054
00057 std::vector< float > trkEtaAtCalo;
00058 std::vector< float > trkPhiAtCalo;
00059 std::vector< float > etOverPt;
00060 std::vector< float > pt;
00061 std::vector< float > caloEta;
00062 std::vector< float > caloPhi;
00064
00067 std::vector< ElementLink< TrigEMClusterContainer > > emClusterLink;
00068 std::vector< ElementLink< TrackParticleContainer > > trackParticleLink;
00070
00071 };
00072
00073 }
00074
00075 SG_BASE( xAOD::TrigElectronAuxContainer_v1, xAOD::AuxContainerBase );
00076
00077 #endif // not XAODTRIGEGAMMA_VERSIONS_TRIGELECTRONAUXCONTAINTER_V1_H