Main Page
Namespaces
Classes
Package Documentation
CondTools
SiStrip
plugins
SiStripLorentzAngleReader.h
Go to the documentation of this file.
1
#ifndef SiStripLorentzAngleReader_H
2
#define SiStripLorentzAngleReader_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
17
18
//
19
//
20
// class decleration
21
//
22
class
SiStripLorentzAngleReader
:
public
edm::EDAnalyzer
{
23
24
public
:
25
explicit
SiStripLorentzAngleReader
(
const
edm::ParameterSet
& );
26
~SiStripLorentzAngleReader
()
override
;
27
28
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
& )
override
;
29
30
private
:
31
uint32_t
printdebug_
;
32
std::string
label_
;
33
};
34
35
#endif
MessageLogger.h
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Event.h
EventSetup.h
SiStripLorentzAngleReader::label_
std::string label_
Definition:
SiStripLorentzAngleReader.h:32
SiStripLorentzAngleReader
Definition:
SiStripLorentzAngleReader.h:22
Frameworkfwd.h
ParameterSet.h
ESHandle.h
SiStripLorentzAngleReader::printdebug_
uint32_t printdebug_
Definition:
SiStripLorentzAngleReader.h:31
Service.h
edm::EventSetup
Definition:
EventSetup.h:57
SiStripLorentzAngleReader::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiStripLorentzAngleReader.cc:18
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
edm::ParameterSet
Definition:
ParameterSet.h:36
SiStripLorentzAngleReader::SiStripLorentzAngleReader
SiStripLorentzAngleReader(const edm::ParameterSet &)
Definition:
SiStripLorentzAngleReader.cc:13
edm::Event
Definition:
Event.h:71
SiStripLorentzAngleReader::~SiStripLorentzAngleReader
~SiStripLorentzAngleReader() override
Definition:
SiStripLorentzAngleReader.cc:16
Generated for CMSSW Reference Manual by
1.8.11