CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiStripMonitorCluster.h
Go to the documentation of this file.
1 #ifndef SiStripMonitorCluster_SiStripMonitorCluster_h
2 #define SiStripMonitorCluster_SiStripMonitorCluster_h
3 // -*- C++ -*-
4 // Package: SiStripMonitorCluster
5 // Class : SiStripMonitorCluster
9 // Original Author: dkcira
10 // Created: Wed Feb 1 16:47:14 CET 2006
11 #include <memory>
22 
23 #include <vector>
24 
27 
29 
30 class DQMStore;
31 class SiStripDetCabling;
32 class SiStripCluster;
33 class SiPixelCluster;
34 class EventWithHistory;
36 class SiStripDCSStatus;
38 
40  public:
43  virtual void analyze(const edm::Event&, const edm::EventSetup&);
44  void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override;
45  void dqmBeginRun(const edm::Run&, const edm::EventSetup&) ;
46 
47  struct ModMEs{ // MEs for one single detector module
48 
58  MonitorElement* NrOfClusterizedStrips = 0; // can be used at client level for occupancy calculations
60  };
61 
62  struct LayerMEs{ // MEs for Layer Level
76 
77  };
78 
79  struct SubDetMEs{ // MEs for Subdetector Level
80  int totNClusters = 0;
90  };
91 
92  struct ClusterProperties { // Cluster Properties
93  float charge;
94  float position;
95  short start;
96  short width;
97  float noise;
98  };
99 
111 
112  private:
113 
114  void createMEs(const edm::EventSetup& es , DQMStore::IBooker & ibooker);
115  void createLayerMEs(std::string label, int ndets , DQMStore::IBooker & ibooker );
116  void createModuleMEs(ModMEs& mod_single, uint32_t detid , DQMStore::IBooker & ibooker);
118  int FindRegion(int nstrip,int npixel);
119  void fillModuleMEs(ModMEs& mod_mes, ClusterProperties& cluster);
120  void fillLayerMEs(LayerMEs&, ClusterProperties& cluster);
121 
122  void ResetModuleMEs(uint32_t idet);
123 
124  inline void fillME(MonitorElement* ME,float value1){if (ME!=0)ME->Fill(value1);}
125  inline void fillME(MonitorElement* ME,float value1,float value2){if (ME!=0)ME->Fill(value1,value2);}
126  inline void fillME(MonitorElement* ME,float value1,float value2,float value3){if (ME!=0)ME->Fill(value1,value2,value3);}
127  inline void fillME(MonitorElement* ME,float value1,float value2,float value3,float value4){if (ME!=0)ME->Fill(value1,value2,value3,value4);}
128  MonitorElement * bookMETrend(const char* , DQMStore::IBooker & ibooker);
129  MonitorElement* bookME1D(const char* ParameterSetLabel, const char* HistoName , DQMStore::IBooker & ibooker);
130  MonitorElement* bookME2D(const char* ParameterSetLabel, const char* HistoName , DQMStore::IBooker & ibooker);
131 
133  std::map<uint32_t, ModMEs> ModuleMEsMap;
134  std::map<std::string, LayerMEs> LayerMEsMap;
135  std::map<std::string, std::vector< uint32_t > > LayerDetMap;
136  std::map<std::string, SubDetMEs> SubDetMEsMap;
137  std::map<std::string, std::string> SubDetPhasePartMap;
138 
139  // flags
141  unsigned long long m_cacheID_;
142 
144  std::vector<uint32_t> ModulesToBeExcluded_;
145 
147 
148  // TkHistoMap added
150 
153  float trendVar;
154 
168 
172 
201 
202  bool Mod_On_;
204 
207 
208  /*
209  edm::InputTag clusterProducerStrip_;
210  edm::InputTag clusterProducerPix_;
211  edm::InputTag historyProducer_;
212  edm::InputTag apvPhaseProducer_;
213  */
214 
219 
225 
226  double k0;
227  double q0;
228  double dk0;
229  double maxClus;
230  double minPix;
231 
233 
234  // add for selecting on ZeroBias events in the MinimumBias PD
238 
242 };
243 #endif
void ResetModuleMEs(uint32_t idet)
virtual void analyze(const edm::Event &, const edm::EventSetup &)
MonitorElement * bookME1D(const char *ParameterSetLabel, const char *HistoName, DQMStore::IBooker &ibooker)
int FindRegion(int nstrip, int npixel)
MonitorElement * PixVsStripMultiplicityRegions
MonitorElement * GlobalCStripVsCpix
edm::ESHandle< SiStripDetCabling > SiStripDetCabling_
MonitorElement * ClusterSignalOverNoiseVsPos
Provides a code based selection for trigger and DCS information in order to have no failing filters i...
MonitorElement * StripNoise2Cycle
void createLayerMEs(std::string label, int ndets, DQMStore::IBooker &ibooker)
std::map< std::string, LayerMEs > LayerMEsMap
std::map< std::string, std::vector< uint32_t > > LayerDetMap
void bookHistograms(DQMStore::IBooker &, edm::Run const &, edm::EventSetup const &) override
void Fill(long long x)
MonitorElement * NumberOfPixelClus
unsigned long long m_cacheID_
void createSubDetMEs(std::string label, DQMStore::IBooker &ibooker)
Definition: ME.h:11
std::map< uint32_t, ModMEs > ModuleMEsMap
void createMEs(const edm::EventSetup &es, DQMStore::IBooker &ibooker)
std::map< std::string, std::string > SubDetPhasePartMap
MonitorElement * GlobalApvCycleDBxTH2
edm::ParameterSet Parameters
GenericTriggerEventFlag * genTriggerEventFlagPixelDCSfilter_
MonitorElement * bookMETrend(const char *, DQMStore::IBooker &ibooker)
void fillME(MonitorElement *ME, float value1, float value2, float value3, float value4)
MonitorElement * NumberOfStripClus
void dqmBeginRun(const edm::Run &, const edm::EventSetup &)
edm::EDGetTokenT< EventWithHistory > historyProducerToken_
MonitorElement * ClusWidthVsAmpTH2
MonitorElement * GlobalMainDiagonalPosition
std::vector< uint32_t > ModulesToBeExcluded_
MonitorElement * bookME2D(const char *ParameterSetLabel, const char *HistoName, DQMStore::IBooker &ibooker)
SiStripDCSStatus * dcsStatus_
GenericTriggerEventFlag * genTriggerEventFlagBPTXfilter_
void fillME(MonitorElement *ME, float value1)
SiStripMonitorCluster(const edm::ParameterSet &)
std::string HistoName
MonitorElement * StripNoise3Cycle
void createModuleMEs(ModMEs &mod_single, uint32_t detid, DQMStore::IBooker &ibooker)
void fillME(MonitorElement *ME, float value1, float value2)
Pixel cluster – collection of neighboring pixels above threshold.
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > clusterProducerPixToken_
std::map< std::string, SubDetMEs > SubDetMEsMap
void fillLayerMEs(LayerMEs &, ClusterProperties &cluster)
void fillME(MonitorElement *ME, float value1, float value2, float value3)
edm::EDGetTokenT< edmNew::DetSetVector< SiStripCluster > > clusterProducerStripToken_
edm::EDGetTokenT< APVCyclePhaseCollection > apvPhaseProducerToken_
GenericTriggerEventFlag * genTriggerEventFlagStripDCSfilter_
MonitorElement * NclusVsCycleTimeProf2D
MonitorElement * BPTXrateTrend
void fillModuleMEs(ModMEs &mod_mes, ClusterProperties &cluster)
Definition: Run.h:43