CondTools
SiStrip
plugins
SiStripApvGainBuilder.h
Go to the documentation of this file.
1
#ifndef SiStripApvGainBuilder_H
2
#define SiStripApvGainBuilder_H
3
4
#include "
FWCore/MessageLogger/interface/MessageLogger.h
"
5
#include "
FWCore/Utilities/interface/Exception.h
"
6
#include "
FWCore/Framework/interface/ESHandle.h
"
7
#include "
FWCore/ParameterSet/interface/ParameterSet.h
"
8
#include "
CommonTools/ConditionDBWriter/interface/ConditionDBWriter.h
"
9
#include "
FWCore/ParameterSet/interface/FileInPath.h
"
10
11
#include "
CondFormats/SiStripObjects/interface/SiStripApvGain.h
"
12
13
#include "CLHEP/Random/RandFlat.h"
14
#include "CLHEP/Random/RandGauss.h"
15
16
class
SiStripApvGainBuilder
:
public
edm::EDAnalyzer
{
17
public
:
18
explicit
SiStripApvGainBuilder
(
const
edm::ParameterSet
& iConfig);
19
20
~SiStripApvGainBuilder
()
override
{};
21
22
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
&)
override
;
23
24
private
:
25
edm::FileInPath
fp_
;
26
bool
printdebug_
;
27
};
28
29
#endif
MessageLogger.h
ESHandle.h
edm::EDAnalyzer
Definition:
EDAnalyzer.h:28
FileInPath.h
SiStripApvGainBuilder::~SiStripApvGainBuilder
~SiStripApvGainBuilder() override
Definition:
SiStripApvGainBuilder.h:20
edm::FileInPath
Definition:
FileInPath.h:64
SiStripApvGain.h
edm::ParameterSet
Definition:
ParameterSet.h:47
SiStripApvGainBuilder::fp_
edm::FileInPath fp_
Definition:
SiStripApvGainBuilder.h:25
edm::EventSetup
Definition:
EventSetup.h:57
ConditionDBWriter.h
SiStripApvGainBuilder::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiStripApvGainBuilder.cc:11
SiStripApvGainBuilder::SiStripApvGainBuilder
SiStripApvGainBuilder(const edm::ParameterSet &iConfig)
Definition:
SiStripApvGainBuilder.cc:6
Exception.h
ParameterSet.h
SiStripApvGainBuilder
Definition:
SiStripApvGainBuilder.h:16
edm::Event
Definition:
Event.h:73
SiStripApvGainBuilder::printdebug_
bool printdebug_
Definition:
SiStripApvGainBuilder.h:26
Generated for CMSSW Reference Manual by
1.8.16