Main Page
Namespaces
Classes
Package Documentation
CondTools
SiStrip
plugins
SiStripApvGainReader.h
Go to the documentation of this file.
1
#ifndef SiStripApvGainReader_H
2
#define SiStripApvGainReader_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 "
CommonTools/UtilAlgos/interface/TFileService.h
"
17
18
// root objects
19
#include "TROOT.h"
20
#include "TSystem.h"
21
#include "TFile.h"
22
#include "TDirectory.h"
23
#include "TTree.h"
24
25
class
SiStripApvGainReader
:
public
edm::EDAnalyzer
{
26
27
public
:
28
explicit
SiStripApvGainReader
(
const
edm::ParameterSet
& );
29
~SiStripApvGainReader
()
override
;
30
31
void
analyze
(
const
edm::Event
&,
const
edm::EventSetup
& )
override
;
32
33
private
:
34
bool
printdebug_
;
35
std::string
formatedOutput_
;
36
uint32_t
gainType_
;
37
edm::Service<TFileService>
fs_
;
38
TTree *
tree_
;
39
int
id_
=0,
detId_
=0,
apvId_
=0;
40
double
gain_
=0;
41
42
};
43
#endif
MessageLogger.h
edm::Service< TFileService >
SiStripApvGainReader::gain_
double gain_
Definition:
SiStripApvGainReader.h:40
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
Event.h
EventSetup.h
SiStripApvGainReader::apvId_
int apvId_
Definition:
SiStripApvGainReader.h:39
SiStripApvGainReader::gainType_
uint32_t gainType_
Definition:
SiStripApvGainReader.h:36
SiStripApvGainReader::printdebug_
bool printdebug_
Definition:
SiStripApvGainReader.h:34
Frameworkfwd.h
TFileService.h
ParameterSet.h
SiStripApvGainReader::detId_
int detId_
Definition:
SiStripApvGainReader.h:39
ESHandle.h
SiStripApvGainReader
Definition:
SiStripApvGainReader.h:25
Service.h
edm::EventSetup
Definition:
EventSetup.h:57
SiStripApvGainReader::formatedOutput_
std::string formatedOutput_
Definition:
SiStripApvGainReader.h:35
edm::EDAnalyzer
Definition:
EDAnalyzer.h:29
EDAnalyzer.h
SiStripApvGainReader::fs_
edm::Service< TFileService > fs_
Definition:
SiStripApvGainReader.h:37
SiStripApvGainReader::~SiStripApvGainReader
~SiStripApvGainReader() override
Definition:
SiStripApvGainReader.cc:30
SiStripApvGainReader::analyze
void analyze(const edm::Event &, const edm::EventSetup &) override
Definition:
SiStripApvGainReader.cc:32
SiStripApvGainReader::SiStripApvGainReader
SiStripApvGainReader(const edm::ParameterSet &)
Definition:
SiStripApvGainReader.cc:15
edm::ParameterSet
Definition:
ParameterSet.h:36
edm::Event
Definition:
Event.h:71
SiStripApvGainReader::id_
int id_
Definition:
SiStripApvGainReader.h:39
SiStripApvGainReader::tree_
TTree * tree_
Definition:
SiStripApvGainReader.h:38
Generated for CMSSW Reference Manual by
1.8.11