CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
ClusterSummaryProducer.h
Go to the documentation of this file.
1 #ifndef CLUSTERSUMMARYPRODUCER
2 #define CLUSTERSUMMARYPRODUCER
3 
4 // -*- C++ -*-
5 //
6 // Package: ClusterSummaryProducer
7 // Class: ClusterSummaryProducer
8 //
16 //
17 // Original Author: Michael Segala
18 // Created: Thu Jun 23 09:33:08 CDT 2011
19 // $Id: ClusterSummaryProducer.h,v 1.3 2012/02/02 18:17:38 msegala Exp $
20 //
21 //
22 
23 
24 // system include files
25 #include <memory>
26 #include <string>
27 #include <map>
28 #include <vector>
29 #include<iostream>
30 #include <string.h>
31 // user include files
32 
36 
39 
42 
47 
48 
52 
53 
56 
65 
66 
67 //
68 // class declaration
69 //
70 class ClusterVariables;
71 class ClusterSummary;
72 
73 
75  public:
78 
79  private:
80  virtual void beginJob() ;
81  virtual void produce(edm::Event&, const edm::EventSetup&);
82 
83  void decodeInput(std::vector<std::string> &, std::string );
84 
85  // ----------member data ---------------------------
86 
89  std::string stripModules;
90  std::vector<std::string> v_stripModuleTypes;
91  std::string pixelModules;
92  std::vector<std::string> v_pixelModuleTypes;
93 
94  std::string stripVariables;
95  std::vector<std::string> v_stripVariables;
96  std::string pixelVariables;
97  std::vector<std::string> v_pixelVariables;
98 
100  std::map< std::string, int > EnumMap;
101  std::vector<ClusterSummary::ModuleSelection*> ModuleSelectionVect;
102  std::vector<ClusterSummary::ModuleSelection*> ModuleSelectionVectPixels;
103 
104 
105  bool doStrips;
106  bool doPixels;
107  bool verbose;
108  bool firstpass;
112 
113  //Declare the variables to fill the summary info with
114  std::vector<std::string> v_userContent;
115 
116 
117 
118 };
119 
120 #endif
std::vector< ClusterSummary::ModuleSelection * > ModuleSelectionVect
std::vector< std::string > v_userContent
void decodeInput(std::vector< std::string > &, std::string)
ClusterSummaryProducer(const edm::ParameterSet &)
std::vector< std::string > v_pixelVariables
virtual void produce(edm::Event &, const edm::EventSetup &)
std::vector< std::string > v_pixelModuleTypes
std::vector< std::string > v_stripModuleTypes
std::map< std::string, int > EnumMap
std::vector< std::string > v_stripVariables
std::vector< ClusterSummary::ModuleSelection * > ModuleSelectionVectPixels