CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
SiStripThresholdDQM.cc File Reference
#include "DQM/SiStripMonitorSummary/interface/SiStripThresholdDQM.h"

Go to the source code of this file.

Functions

 if (HistoMaps_On_)
 

Function Documentation

if ( HistoMaps_On_  )

Definition at line 12 of file SiStripThresholdDQM.cc.

12  {
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.);
17  }