8 #ifndef CALOUTILS_CALOSAMPLINGHELPER_H
9 #define CALOUTILS_CALOSAMPLINGHELPER_H
12 #include "CaloGeoHelpers/CaloSampling.h"
36 static bool getSamplings(
const std::vector<CaloCell_ID::SUBCALO>& theCalos,
37 std::vector<CaloSampling::CaloSample>& theSamplings);
44 std::vector<CaloSampling::CaloSample>& theSamplings);
51 static bool getCalos(
const std::vector<CaloSampling::CaloSample>& theSamplings,
52 std::vector<CaloCell_ID::SUBCALO>& theCalos);
55 const static std::map<std::string,CaloSampling::CaloSample>
m_lookUp;