00001
00002
00003 #ifndef XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V1_H
00004 #define XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V1_H
00005
00006
00007 #include <vector>
00008
00009
00010 #include "xAODTrigCalo/versions/TrigCaloClusterAuxContainer_v1.h"
00011
00012 namespace xAOD {
00013
00026 class TrigEMClusterAuxContainer_v1 : public TrigCaloClusterAuxContainer_v1 {
00027
00028 public:
00030 TrigEMClusterAuxContainer_v1();
00031
00032 private:
00033 std::vector< float > energy;
00034 std::vector< std::vector< float > > energySample;
00035 std::vector< float > et;
00036 std::vector< float > eta;
00037 std::vector< float > phi;
00038 std::vector< float > e237;
00039 std::vector< float > e277;
00040 std::vector< float > fracs1;
00041 std::vector< float > weta2;
00042 std::vector< float > ehad1;
00043 std::vector< float > eta1;
00044 std::vector< float > emaxs1;
00045 std::vector< float > e2tsts1;
00046 std::vector< float > e233;
00047 std::vector< float > wstot;
00048
00049 };
00050
00051 }
00052
00053 #include "xAODCore/BaseInfo.h"
00054 SG_BASE( xAOD::TrigEMClusterAuxContainer_v1, xAOD::TrigCaloClusterAuxContainer_v1);
00055
00056 #endif // XAODTRIGCALO_VERSIONS_TRIGEMCLUSTERAUXCONTAINER_V1_H