Main Page
Namespaces
Classes
Package Documentation
CalibMuon
DTCalibration
plugins
DTT0FEBPathCorrection.h
Go to the documentation of this file.
1
#ifndef CalibMuon_DTT0FEBPathCorrection_H
2
#define CalibMuon_DTT0FEBPathCorrection_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
DTT0FEBPathCorrection
:
public
DTT0BaseCorrection
{
26
public
:
27
// Constructor
28
DTT0FEBPathCorrection
(
const
edm::ParameterSet
&);
29
30
// Destructor
31
~
DTT0FEBPathCorrection
()
override
;
32
33
void
setES(
const
edm::EventSetup
&
setup
)
override
;
34
DTT0Data
correction(
const
DTWireId
&)
override
;
35
36
float
t0FEBPathCorrection(
int
wheel
,
int
st,
int
sec,
int
sl,
int
l
,
int
w
);
37
private
:
38
DTT0Data
defaultT0(
const
DTWireId
&);
39
40
std::string
calibChamber_
;
41
42
DTChamberId
chosenChamberId_
;
43
const
DTT0
*
t0Map_
;
44
};
45
46
}
// namespace
47
#endif
dtCalibration::DTT0Data
Definition:
DTT0BaseCorrection.h:18
w
const double w
Definition:
UKUtility.cc:23
makeMuonMisalignmentScenario.wheel
wheel
Definition:
makeMuonMisalignmentScenario.py:319
ParameterSet
Definition:
Functions.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
dtCalibration
Definition:
DTT0BaseCorrection.h:16
DTChamberId
Definition:
DTChamberId.h:14
GeneralSetup.setup
def setup(process, global_tag, zero_tesla=False)
Definition:
GeneralSetup.py:2
dtCalibration::DTT0FEBPathCorrection::calibChamber_
std::string calibChamber_
Definition:
DTT0FEBPathCorrection.h:40
dtCalibration::DTT0FEBPathCorrection
Definition:
DTT0FEBPathCorrection.h:25
dtCalibration::DTT0FEBPathCorrection::chosenChamberId_
DTChamberId chosenChamberId_
Definition:
DTT0FEBPathCorrection.h:42
DTT0
Definition:
DTT0.h:53
DTT0BaseCorrection.h
DTChamberId.h
edm::EventSetup
Definition:
EventSetup.h:57
dtCalibration::DTT0FEBPathCorrection::t0Map_
const DTT0 * t0Map_
Definition:
DTT0FEBPathCorrection.h:43
edm
HLT enums.
Definition:
AlignableModifier.h:17
checklumidiff.l
l
Definition:
checklumidiff.py:65
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