Main Page
Namespaces
Classes
Package Documentation
CalibMuon
DTCalibration
plugins
DTTTrigT0SegCorrection.h
Go to the documentation of this file.
1
#ifndef CalibMuon_DTTTrigT0SegCorrection_H
2
#define CalibMuon_DTTTrigT0SegCorrection_H
3
11
#include "
CalibMuon/DTCalibration/interface/DTTTrigBaseCorrection.h
"
12
13
#include <string>
14
15
namespace
edm
{
16
class
ParameterSet
;
17
}
18
19
class
DTTtrig
;
20
21
class
TH1F;
22
class
TFile;
23
24
namespace
dtCalibration
{
25
26
class
DTTTrigT0SegCorrection
:
public
DTTTrigBaseCorrection
{
27
public
:
28
// Constructor
29
DTTTrigT0SegCorrection
(
const
edm::ParameterSet
&);
30
31
// Destructor
32
~
DTTTrigT0SegCorrection
()
override
;
33
34
void
setES(
const
edm::EventSetup
&
setup
)
override
;
35
DTTTrigData
correction(
const
DTSuperLayerId
&)
override
;
36
37
private
:
38
const
TH1F* getHisto(
const
DTSuperLayerId
&);
39
std::string
getHistoName
(
const
DTSuperLayerId
& slID);
40
41
TFile*
rootFile_
;
42
43
std::string
dbLabel
;
44
45
const
DTTtrig
*
tTrigMap_
;
46
};
47
48
}
// namespace
49
#endif
DTTTrigBaseCorrection.h
dtCalibration::DTTTrigT0SegCorrection::rootFile_
TFile * rootFile_
Definition:
DTTTrigT0SegCorrection.h:41
ParameterSet
Definition:
Functions.h:16
dtCalibration::DTTTrigData
Definition:
DTTTrigBaseCorrection.h:19
dtCalibration::DTTTrigBaseCorrection
Definition:
DTTTrigBaseCorrection.h:31
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
dtCalibration
Definition:
DTT0BaseCorrection.h:16
GeneralSetup.setup
def setup(process, global_tag, zero_tesla=False)
Definition:
GeneralSetup.py:2
mergeVDriftHistosByStation.getHistoName
def getHistoName(wheel, station, sector)
Definition:
mergeVDriftHistosByStation.py:7
DTSuperLayerId
Definition:
DTSuperLayerId.h:13
DTTtrig
Definition:
DTTtrig.h:76
edm::EventSetup
Definition:
EventSetup.h:57
dtCalibration::DTTTrigT0SegCorrection
Definition:
DTTTrigT0SegCorrection.h:26
dtCalibration::DTTTrigT0SegCorrection::tTrigMap_
const DTTtrig * tTrigMap_
Definition:
DTTTrigT0SegCorrection.h:45
dtCalibration::DTTTrigT0SegCorrection::dbLabel
std::string dbLabel
Definition:
DTTTrigT0SegCorrection.h:43
edm
HLT enums.
Definition:
AlignableModifier.h:17
edm::ParameterSet
Definition:
ParameterSet.h:36
Generated for CMSSW Reference Manual by
1.8.11