1 #ifndef CondFormats_PCLConfig_AlignPCLThresholdsHG_h 2 #define CondFormats_PCLConfig_AlignPCLThresholdsHG_h 13 typedef std::unordered_map<std::string, std::vector<float>>
param_map;
49 std::unordered_map<std::string, std::vector<int>>
intMap_;
50 std::unordered_map<std::string, std::vector<std::string>>
stringMap_;
std::unordered_map< std::string, std::vector< float > > param_map
void setFloatMap(const param_map &floatMap)
~AlignPCLThresholdsHG() override=default
std::unordered_map< std::string, std::vector< std::string > > stringMap_
const std::vector< float > & getFloatVec(const std::string &AlignableId) const
const bool hasFloatMap(const std::string &AlignableId) const
const int payloadVersion() const
std::unordered_map< std::string, std::vector< int > > intMap_
#define COND_SERIALIZABLE
const param_map & getFloatMap() const
float getFractionCut(const std::string &AlignableId, const coordType &type) const
void setFractionCut(const std::string &AlignableId, const coordType &type, const float &cut)