00001 #ifndef xAODTrigMinBias_TrigSpacePointCountsAUXCONTAINTER_V1_H 00002 #define xAODTrigMinBias_TrigSpacePointCountsAUXCONTAINTER_V1_H 00003 00004 #include "xAODCore/AuxContainerBase.h" 00005 00006 #include <vector> 00007 00008 namespace xAOD { 00009 00010 class TrigSpacePointCountsAuxContainer_v1 : public AuxContainerBase { 00011 00012 public: 00013 TrigSpacePointCountsAuxContainer_v1(); 00014 00015 private: 00016 std::vector< std::vector<float> > contentsPixelClusEndcapC; 00017 std::vector< std::vector<float> > contentsPixelClusBarrel; 00018 std::vector< std::vector<float> > contentsPixelClusEndcapA; 00019 std::vector<unsigned int> pixelClusTotBins; 00020 std::vector<float> pixelClusTotMin; 00021 std::vector<float> pixelClusTotMax; 00022 std::vector<unsigned int> pixelClusSizeBins; 00023 std::vector<float> pixelClusSizeMin; 00024 std::vector<float> pixelClusSizeMax; 00025 std::vector<unsigned int> sctSpEndcapC; 00026 std::vector<unsigned int> sctSpBarrel; 00027 std::vector<unsigned int> sctSpEndcapA; 00028 }; 00029 00030 } 00031 00032 #include "xAODCore/BaseInfo.h" 00033 SG_BASE( xAOD::TrigSpacePointCountsAuxContainer_v1, xAOD::AuxContainerBase ); 00034 00035 #endif