00001
00002
00003 #ifndef XAODTRIGEGAMMA_VERSIONS_TRIGPHOTONAUXCONTAINTER_V1_H
00004 #define XAODTRIGEGAMMA_VERSIONS_TRIGPHOTONAUXCONTAINTER_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
00017 namespace xAOD {
00018
00030 class TrigPhotonAuxContainer_v1 : public AuxContainerBase {
00031
00032 public:
00034 TrigPhotonAuxContainer_v1();
00035
00036 private:
00039 std::vector< uint32_t > roiWord;
00040 std::vector< float > rcore;
00041 std::vector< float > eratio;
00042 std::vector< float > etHad;
00043 std::vector< float > etHad1;
00044 std::vector< float > f0;
00045 std::vector< float > f1;
00046 std::vector< float > f2;
00047 std::vector< float > f3;
00048 std::vector< float > fside;
00049 std::vector< float > weta2;
00051
00054 std::vector< float > pt;
00055 std::vector< float > caloEta;
00056 std::vector< float > caloPhi;
00057 std::vector< float > dEta;
00058 std::vector< float > dPhi;
00060
00063 std::vector< ElementLink< TrigEMClusterContainer > > emClusterLink;
00065
00066 };
00067
00068 }
00069
00070 SG_BASE( xAOD::TrigPhotonAuxContainer_v1, xAOD::AuxContainerBase );
00071
00072 #endif // not XAODTRIGEGAMMA_VERSIONS_TRIGPHOTONAUXCONTAINTER_V1_H