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 
23 #include <memory>
24 
25 // user include files
29 
31 
33 
37 
38 
44 
46 
47 #include <boost/cstdint.hpp>
48 
58 
60  public:
63 
65 
66  virtual void analyze(const edm::Event&, const edm::EventSetup&);
67  virtual void beginJob() ;
68  virtual void endJob() ;
69  virtual void beginRun(const edm::Run&, edm::EventSetup const&) ;
70 
71  virtual void buildStructure(edm::EventSetup const&);
72  virtual void bookMEs();
73 
74  private:
77  bool saveFile;
78  bool isPIB;
79  bool slowDown;
80  int eventNo;
82  std::map<uint32_t,SiPixelClusterModule*> thePixelStructure;
83  bool modOn;
84  bool twoDimOn;
85  bool reducedSet;
86  //barrel:
87  bool ladOn, layOn, phiOn;
88  //forward:
90  bool smileyOn; //cluster sizeY vs Cluster eta plot
91  bool firstRun;
92  int lumSec;
93  int nLumiSecs;
97 
105 
106  //define Token(-s)
108 };
109 
110 #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:27
edm::EDGetTokenT< edmNew::DetSetVector< SiPixelCluster > > srcToken_
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:41