Go to the source code of this file.
Definition at line 12 of file SiStripThresholdDQM.cc.
13 if (WhichThreshold ==
"Low")
14 Tk_HM_L = std::make_unique<TkHistoMap>(tkDetMap,
"SiStrip/Histo_Map",
"LowThresh_TkMap", 0.);
15 if (WhichThreshold ==
"High")
16 Tk_HM_H = std::make_unique<TkHistoMap>(tkDetMap,
"SiStrip/Histo_Map",
"HighThresh_TkMap", 0.);