00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V1_H
00004 #define XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V1_H
00005
00006
00007 #include <vector>
00008
00009
00010 #include "xAODCore/AuxContainerBase.h"
00011
00012 namespace xAOD{
00013
00021 class TriggerTowerAuxContainer_v1 : public AuxContainerBase {
00022 public:
00023
00024 TriggerTowerAuxContainer_v1();
00025
00026 private:
00027 std::vector<std::vector<int> > emLUT;
00028 std::vector<std::vector<int> > hadLUT;
00029 std::vector<std::vector<int> > emADC;
00030 std::vector<std::vector<int> > hadADC;
00031 std::vector<std::vector<int> > emBCIDvec;
00032 std::vector<std::vector<int> > hadBCIDvec;
00033 std::vector<std::vector<int> > emBCIDext;
00034 std::vector<std::vector<int> > hadBCIDext;
00035 std::vector<float> phi;
00036 std::vector<float> eta;
00037 std::vector<unsigned int> key;
00038 std::vector<int> emError;
00039 std::vector<int> hadError;
00040 std::vector<int> emPeak;
00041 std::vector<int> emADCPeak;
00042 std::vector<int> hadPeak;
00043 std::vector<int> hadADCPeak;
00044
00045 };
00046 }
00047
00048 #include "xAODCore/BaseInfo.h"
00049 SG_BASE( xAOD::TriggerTowerAuxContainer_v1, xAOD::AuxContainerBase );
00050
00051 #endif // XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V1_H