CMS 3D CMS Logo

Classes | Enumerations | Variables
SiStripCondObjectRepresent Namespace Reference

Classes

class  SiStripCondDataItem
 
class  SiStripDataContainer
 

Enumerations

enum  granularity { PERSTRIP, PERAPV, PERMODULE }
 
enum  plotType {
  STANDARD, COMPARISON, DIFF, RATIO,
  MAP, END_OF_TYPES
}
 

Variables

static const std::map< std::string, int > k_colormap
 
static const std::map< std::string, int > k_markermap
 

Enumeration Type Documentation

◆ granularity

◆ plotType

Variable Documentation

◆ k_colormap

const std::map<std::string, int> SiStripCondObjectRepresent::k_colormap
static
Initial value:
= {
{"TIB", kRed}, {"TOB", kGreen}, {"TID", kBlack}, {"TEC", kBlue}}

Definition at line 36 of file SiStripCondObjectRepresent.h.

Referenced by SiStripCondObjectRepresent::SiStripDataContainer< Item, type >::fillByPartition().

◆ k_markermap

const std::map<std::string, int> SiStripCondObjectRepresent::k_markermap
static
Initial value:
= {
{"TIB", kFullCircle}, {"TOB", kFullTriangleUp}, {"TID", kFullSquare}, {"TEC", kFullTriangleDown}}

Definition at line 38 of file SiStripCondObjectRepresent.h.