CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
SiPixelDigiToRaw.h
Go to the documentation of this file.
1 #ifndef SiPixelDigiToRaw_H
2 #define SiPixelDigiToRaw_H
3 
15 
18 class TH1D;
19 class R2DTimerObserver;
20 
22 public:
23 
25  explicit SiPixelDigiToRaw( const edm::ParameterSet& );
26 
28  virtual ~SiPixelDigiToRaw();
29 
30 
32  virtual void endJob() {}
33 
35  virtual void produce( edm::Event&, const edm::EventSetup& );
36 
37 private:
38 
42  TH1D *hCPU, *hDigi;
44  unsigned long eventCounter;
45  edm::InputTag label; //label of input digi data
48  std::vector<unsigned int> fedIds;
50  bool debug;
51 
52 };
53 #endif
SiPixelDigiToRaw(const edm::ParameterSet &)
ctor
unsigned long eventCounter
virtual void produce(edm::Event &, const edm::EventSetup &)
get data, convert to raw event, attach again to Event
std::vector< unsigned int > fedIds
virtual ~SiPixelDigiToRaw()
dtor
virtual void endJob()
dummy end of job
R2DTimerObserver * theTimer
edm::ESWatcher< SiPixelFedCablingMapRcd > recordWatcher
edm::ParameterSet config_
SiPixelFrameReverter * frameReverter_
SiPixelFedCablingTree * cablingTree_
edm::InputTag label