CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelClusterSource.h
Go to the documentation of this file.
1 #ifndef SiPixelMonitorCluster_SiPixelClusterSource_h
2 #define SiPixelMonitorCluster_SiPixelClusterSource_h
3 // -*- C++ -*-
4 //
5 // Package: SiPixelMonitorCluster
6 // Class : SiPixelClusterSource
7 //
8 /*
9 
10  Description: <one line class summary>
11 
12  Usage:
13  <usage>
14 
15 */
16 //
17 // Original Author: Vincenzo Chiochia & Andrew York
18 //
19 // Updated by: Lukas Wehrli
20 // for pixel offline DQM
21 // Created:
22 // $Id: SiPixelClusterSource.h,v 1.18 2010/04/19 20:36:53 merkelp Exp $
23 
24 #include <memory>
25 
26 // user include files
30 
32 
34 
39 
40 
46 
48 
49 #include <boost/cstdint.hpp>
50 
60 
62  public:
65 
67 
68  virtual void analyze(const edm::Event&, const edm::EventSetup&);
69  virtual void beginJob() ;
70  virtual void endJob() ;
71  virtual void beginRun(const edm::Run&, edm::EventSetup const&) ;
72 
73  virtual void buildStructure(edm::EventSetup const&);
74  virtual void bookMEs();
75 
76  private:
79  bool saveFile;
80  bool isPIB;
81  bool slowDown;
82  int eventNo;
84  std::map<uint32_t,SiPixelClusterModule*> thePixelStructure;
85  bool modOn;
86  bool twoDimOn;
87  bool reducedSet;
88  //barrel:
89  bool ladOn, layOn, phiOn;
90  //forward:
92  bool smileyOn; //cluster sizeY vs Cluster eta plot
93  bool firstRun;
94  int lumSec;
95  int nLumiSecs;
99 
107 
108 
109 };
110 
111 #endif
virtual void buildStructure(edm::EventSetup const &)
MonitorElement * meClPosDisk2pz
virtual void analyze(const edm::Event &, const edm::EventSetup &)
data_type const * const_iterator
Definition: DetSetNew.h:25
SiPixelClusterSource(const edm::ParameterSet &conf)
MonitorElement * meClPosLayer3
virtual void beginRun(const edm::Run &, edm::EventSetup const &)
MonitorElement * meClPosLayer1
tuple conf
Definition: dbtoconf.py:185
edm::ParameterSet conf_
edmNew::DetSet< SiPixelCluster >::const_iterator ClusterIterator
MonitorElement * meClPosDisk2mz
std::map< uint32_t, SiPixelClusterModule * > thePixelStructure
MonitorElement * meClPosLayer2
MonitorElement * bigFpixClusterEventRate
MonitorElement * meClPosDisk1mz
MonitorElement * meClPosDisk1pz
Definition: Run.h:32