Main Page
Namespaces
Classes
Package Documentation
CalibMuon
DTCalibration
plugins
DTT0FillChamberFromDB.h
Go to the documentation of this file.
1
#ifndef CalibMuon_DTT0FillChamberFromDB_H
2
#define CalibMuon_DTT0FillChamberFromDB_H
3
12
#include "
CalibMuon/DTCalibration/interface/DTT0BaseCorrection.h
"
13
#include "
DataFormats/MuonDetId/interface/DTChamberId.h
"
14
15
#include <string>
16
17
namespace
edm
{
18
class
ParameterSet
;
19
}
20
21
class
DTT0
;
22
23
namespace
dtCalibration
{
24
25
class
DTT0FillChamberFromDB
:
public
DTT0BaseCorrection
{
26
public
:
27
// Constructor
28
DTT0FillChamberFromDB
(
const
edm::ParameterSet
&);
29
30
// Destructor
31
~
DTT0FillChamberFromDB
()
override
;
32
33
void
setES(
const
edm::EventSetup
&
setup
)
override
;
34
DTT0Data
correction(
const
DTWireId
&)
override
;
35
36
private
:
37
std::string
dbLabelRef_
;
38
std::string
chamberRef_
;
39
40
DTChamberId
chosenChamberId_
;
41
42
const
DTT0
*
t0MapRef_
;
43
const
DTT0
*
t0Map_
;
44
};
45
46
}
// namespace
47
#endif
dtCalibration::DTT0Data
Definition:
DTT0BaseCorrection.h:18
dtCalibration::DTT0FillChamberFromDB::dbLabelRef_
std::string dbLabelRef_
Definition:
DTT0FillChamberFromDB.h:37
dtCalibration::DTT0FillChamberFromDB::chosenChamberId_
DTChamberId chosenChamberId_
Definition:
DTT0FillChamberFromDB.h:40
ParameterSet
Definition:
Functions.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
dtCalibration
Definition:
DTT0BaseCorrection.h:16
dtCalibration::DTT0FillChamberFromDB::t0Map_
const DTT0 * t0Map_
Definition:
DTT0FillChamberFromDB.h:43
DTChamberId
Definition:
DTChamberId.h:14
GeneralSetup.setup
def setup(process, global_tag, zero_tesla=False)
Definition:
GeneralSetup.py:2
dtCalibration::DTT0FillChamberFromDB::t0MapRef_
const DTT0 * t0MapRef_
Definition:
DTT0FillChamberFromDB.h:42
DTT0
Definition:
DTT0.h:53
dtCalibration::DTT0FillChamberFromDB::chamberRef_
std::string chamberRef_
Definition:
DTT0FillChamberFromDB.h:38
DTT0BaseCorrection.h
DTChamberId.h
edm::EventSetup
Definition:
EventSetup.h:57
dtCalibration::DTT0FillChamberFromDB
Definition:
DTT0FillChamberFromDB.h:25
edm
HLT enums.
Definition:
AlignableModifier.h:17
DTWireId
Definition:
DTWireId.h:13
edm::ParameterSet
Definition:
ParameterSet.h:36
dtCalibration::DTT0BaseCorrection
Definition:
DTT0BaseCorrection.h:28
Generated for CMSSW Reference Manual by
1.8.11