Main Page
Namespaces
Classes
Package Documentation
CondTools
SiStrip
plugins
SiStripDetVOffReader.h
Go to the documentation of this file.
1
#ifndef SiStripDetVOffReader_H
2
#define SiStripDetVOffReader_H
3
4
// system include files
5
//#include <memory>
6
7
// user include files
8
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
9
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
10
#include "
FWCore/Framework/interface/Event.h
"
11
#include "
FWCore/Framework/interface/EventSetup.h
"
12
#include "
FWCore/Framework/interface/ESHandle.h
"
13
#include "
FWCore/ServiceRegistry/interface/Service.h
"
14
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
15
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
16
#include "
FWCore/Framework/interface/Frameworkfwd.h
"
17
#include "
FWCore/Framework/interface/EDAnalyzer.h
"
18
#include "
FWCore/Framework/interface/Event.h
"
19
#include "
FWCore/ServiceRegistry/interface/Service.h
"
20
21
22
//
23
//
24
// class decleration
25
//
26
class
SiStripDetVOffReader
:
public
edm::EDAnalyzer
{
27
28
public
:
29
explicit
SiStripDetVOffReader
(
const
edm::ParameterSet
& );
30
~SiStripDetVOffReader
()
override
;
31
32
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
& )
override
;
33
34
private
:
35
bool
printdebug_
;
36
std::vector<uint32_t>
detids
;
37
};
38
#endif
39
40
/* LocalWords: ifndef
41
*/
MessageLogger.h
SiStripDetVOffReader::detids
std::vector< uint32_t > detids
Definition:
SiStripDetVOffReader.h:36
Event.h
SiStripDetVOffReader::printdebug_
bool printdebug_
Definition:
SiStripDetVOffReader.h:35
EventSetup.h
SiStripDetVOffReader
Definition:
SiStripDetVOffReader.h:26
SiStripDetVOffReader::~SiStripDetVOffReader
~SiStripDetVOffReader() override
Definition:
SiStripDetVOffReader.cc:14
Frameworkfwd.h
ParameterSet.h
SiStripDetVOffReader::SiStripDetVOffReader
SiStripDetVOffReader(const edm::ParameterSet &)
Definition:
SiStripDetVOffReader.cc:10
SiStripDetVOffReader::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiStripDetVOffReader.cc:17
ESHandle.h
Service.h
edm::EventSetup
Definition:
EventSetup.h:48
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
EDAnalyzer.h
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:69
Generated for CMSSW Reference Manual by
1.8.11