test
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
77 
78  };
79 
80  struct SubDetMEs{ // MEs for Subdetector Level
81  int totNClusters = 0;
91  };
92 
93  struct ClusterProperties { // Cluster Properties
94  float charge;
95  float position;
96  short start;
97  short width;
98  float noise;
99  };
100 
112 
113  private:
114 
115  void createMEs(const edm::EventSetup& es , DQMStore::IBooker & ibooker);
116  void createLayerMEs(std::string label, int ndets , DQMStore::IBooker & ibooker );
117  void createModuleMEs(ModMEs& mod_single, uint32_t detid , DQMStore::IBooker & ibooker);
119  int FindRegion(int nstrip,int npixel);
120  void fillModuleMEs(ModMEs& mod_mes, ClusterProperties& cluster);
121  void fillLayerMEs(LayerMEs&, ClusterProperties& cluster);
122 
123  void ResetModuleMEs(uint32_t idet);
124 
125  inline void fillME(MonitorElement* ME,float value1){if (ME!=0)ME->Fill(value1);}
126  inline void fillME(MonitorElement* ME,float value1,float value2){if (ME!=0)ME->Fill(value1,value2);}
127  inline void fillME(MonitorElement* ME,float value1,float value2,float value3){if (ME!=0)ME->Fill(value1,value2,value3);}
128  inline void fillME(MonitorElement* ME,float value1,float value2,float value3,float value4){if (ME!=0)ME->Fill(value1,value2,value3,value4);}
129  MonitorElement * bookMETrend(const char* , DQMStore::IBooker & ibooker);
130  MonitorElement* bookME1D(const char* ParameterSetLabel, const char* HistoName , DQMStore::IBooker & ibooker);
131  MonitorElement* bookME2D(const char* ParameterSetLabel, const char* HistoName , DQMStore::IBooker & ibooker);
132 
134  std::map<uint32_t, ModMEs> ModuleMEsMap;
135  std::map<std::string, LayerMEs> LayerMEsMap;
136  std::map<std::string, std::vector< uint32_t > > LayerDetMap;
137  std::map<std::string, SubDetMEs> SubDetMEsMap;
138  std::map<std::string, std::string> SubDetPhasePartMap;
139 
140  // flags
142  unsigned long long m_cacheID_;
143 
145  std::vector<uint32_t> ModulesToBeExcluded_;
146 
148 
149  // TkHistoMap added
152 
155  float trendVar;
156 
170 
174 
204 
205  bool Mod_On_;
207 
210 
211  /*
212  edm::InputTag clusterProducerStrip_;
213  edm::InputTag clusterProducerPix_;
214  edm::InputTag historyProducer_;
215  edm::InputTag apvPhaseProducer_;
216  */
217 
222 
228 
229  double k0;
230  double q0;
231  double dk0;
232  double maxClus;
233  double minPix;
234 
236 
237  // add for selecting on ZeroBias events in the MinimumBias PD
241 
245 };
246 #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