5 #ifndef TRIGT1CTP_THRESHOLDMAP_H
6 #define TRIGT1CTP_THRESHOLDMAP_H
33 ThresholdMap(
const std::vector< TrigConf::TriggerThreshold* >& threshold_vector);
36 ThresholdMap(
const std::vector< TrigConf::TriggerThreshold* >& threshold_vector,
const std::vector< TrigConf::PIT* >& pit_vector);
39 ThresholdMap(
const std::vector< TrigConf::TriggerThreshold* >& threshold_vector,
const std::vector< TrigConf::TIP* >& pit_vector );
53 std::map< std::string, const CTPTriggerThreshold* >
m_mapByName;