00001
00002
00003 #ifndef XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V2_H
00004 #define XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V2_H
00005
00006
00007 #include <vector>
00008
00009 #include <stdint.h>
00010
00011
00012 #include "xAODCore/AuxContainerBase.h"
00013
00014 namespace xAOD{
00015
00023 class TriggerTowerAuxContainer_v2 : public AuxContainerBase {
00024 public:
00025
00026 TriggerTowerAuxContainer_v2();
00027
00028 private:
00029
00030
00031 std::vector<float> eta;
00032 std::vector<float> phi;
00033 std::vector<uint32_t> coolId;
00034
00035
00036 std::vector<std::vector<uint8_t> > lut_cp;
00037 std::vector<std::vector<uint8_t> > lut_jep;
00038 std::vector<std::vector<int16_t> > correction;
00039 std::vector<std::vector<uint8_t> > correctionEnabled;
00040 std::vector<std::vector<uint8_t> > bcidVec;
00041
00042
00043 std::vector<std::vector<uint16_t> > adc;
00044 std::vector<std::vector<uint8_t> > bcidExt;
00045 std::vector<std::vector<uint8_t> > sat80Vec;
00046
00047
00048
00049 std::vector<uint32_t> errorWord;
00050
00051
00052 std::vector<uint8_t> peak;
00053 std::vector<uint8_t> adcPeak;
00054
00055
00056 };
00057 }
00058
00059 #include "xAODCore/BaseInfo.h"
00060 SG_BASE( xAOD::TriggerTowerAuxContainer_v2, xAOD::AuxContainerBase );
00061
00062 #endif // XAODTRIGL1CALO_VERSIONS_TRIGGERTOWERAUXCONTAINER_V2_H