00001 // -*- c++ -*- 00002 #ifndef XAODCALOEVENT_VERSIONS_CALOTOWERAUXCONTAINER_V1_H 00003 #define XAODCALOEVENT_VERSIONS_CALOTOWERAUXCONTAINER_V1_H 00004 00005 #include "xAODCore/AuxContainerBase.h" 00006 00007 #include <vector> 00008 00009 namespace xAOD { 00010 00011 class CaloTowerAuxContainer_v1 : public AuxContainerBase 00012 { 00013 public: 00014 00016 CaloTowerAuxContainer_v1(); 00018 ~CaloTowerAuxContainer_v1(); 00019 00020 private: 00021 00026 std::vector<float> towerE; 00027 // std::vector<short> towerEtaIdx; 00028 // std::vector<short> towerPhiIdx; 00029 00030 }; 00031 } 00032 00033 #include "xAODCore/BaseInfo.h" 00034 SG_BASE( xAOD::CaloTowerAuxContainer_v1, xAOD::AuxContainerBase ); 00035 00039 00040 #endif