Main Page
Namespaces
Classes
Package Documentation
CalibMuon
DTDigiSync
src
DTTTrigSyncFromDB.h
Go to the documentation of this file.
1
#ifndef RecoLocalMuon_DTTTrigSyncFromDB_H
2
#define RecoLocalMuon_DTTTrigSyncFromDB_H
3
41
#include "
CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h
"
42
43
class
DTLayer
;
44
class
DTWireId
;
45
class
DTT0
;
46
class
DTTtrig
;
47
48
namespace
edm
{
49
class
ParameterSet
;
50
}
51
52
class
DTTTrigSyncFromDB
:
public
DTTTrigBaseSync
{
53
public
:
55
DTTTrigSyncFromDB
(
const
edm::ParameterSet
&
config
);
56
58
~
DTTTrigSyncFromDB
()
override
;
59
60
// Operations
61
63
void
setES(
const
edm::EventSetup
&
setup
)
override
;
64
69
double
offset
(
const
DTLayer
* layer,
70
const
DTWireId
& wireId,
71
const
GlobalPoint
& globPos,
72
double
& tTrig,
73
double
& wirePropCorr,
74
double
& tofCorr)
const override
;
75
78
double
offset
(
const
DTWireId
& wireId)
const override
;
79
85
double
emulatorOffset(
const
DTWireId
& wireId,
double
& tTrig,
double
& t0cell)
const override
;
86
87
private
:
88
const
DTT0
*
tZeroMap
;
89
const
DTTtrig
*
tTrigMap
;
90
// Set the verbosity level
91
const
bool
debug
;
92
// The velocity of signal propagation along the wire (cm/ns)
93
double
theVPropWire
;
94
// Switch on/off the T0 correction from pulses
95
bool
doT0Correction
;
96
// Switch on/off the TOF correction for particles from IP
97
bool
doTOFCorrection
;
98
int
theTOFCorrType
;
99
// Switch on/off the correction for the signal propagation along the wire
100
bool
doWirePropCorrection
;
101
int
theWirePropCorrType
;
102
// spacing of BX in ns
103
double
theBXspace
;
104
105
std::string
thetTrigLabel
;
106
};
107
#endif
DTTTrigSyncFromDB::doWirePropCorrection
bool doWirePropCorrection
Definition:
DTTTrigSyncFromDB.h:100
DTTTrigSyncFromDB
Definition:
DTTTrigSyncFromDB.h:52
DTTTrigSyncFromDB::tTrigMap
const DTTtrig * tTrigMap
Definition:
DTTTrigSyncFromDB.h:89
DTTTrigSyncFromDB::tZeroMap
const DTT0 * tZeroMap
Definition:
DTTTrigSyncFromDB.h:88
ParameterSet
Definition:
Functions.h:16
AlCaHLTBitMon_QueryRunRegistry.string
string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
DTTTrigSyncFromDB::debug
const bool debug
Definition:
DTTTrigSyncFromDB.h:91
DTTTrigSyncFromDB::theWirePropCorrType
int theWirePropCorrType
Definition:
DTTTrigSyncFromDB.h:101
GeneralSetup.setup
def setup(process, global_tag, zero_tesla=False)
Definition:
GeneralSetup.py:2
config
Definition:
config.py:1
DTTTrigSyncFromDB::theVPropWire
double theVPropWire
Definition:
DTTTrigSyncFromDB.h:93
DTTTrigSyncFromDB::theTOFCorrType
int theTOFCorrType
Definition:
DTTTrigSyncFromDB.h:98
DTT0
Definition:
DTT0.h:53
DTTtrig
Definition:
DTTtrig.h:76
DTTTrigSyncFromDB::doT0Correction
bool doT0Correction
Definition:
DTTTrigSyncFromDB.h:95
edm::EventSetup
Definition:
EventSetup.h:57
DTTTrigSyncFromDB::theBXspace
double theBXspace
Definition:
DTTTrigSyncFromDB.h:103
DTTTrigSyncFromDB::thetTrigLabel
std::string thetTrigLabel
Definition:
DTTTrigSyncFromDB.h:105
PFRecoTauDiscriminationByIsolation_cfi.offset
offset
Definition:
PFRecoTauDiscriminationByIsolation_cfi.py:62
Point3DBase< float, GlobalTag >
edm
HLT enums.
Definition:
AlignableModifier.h:17
DTLayer
Definition:
DTLayer.h:26
DTWireId
Definition:
DTWireId.h:13
edm::ParameterSet
Definition:
ParameterSet.h:36
DTTTrigSyncFromDB::doTOFCorrection
bool doTOFCorrection
Definition:
DTTTrigSyncFromDB.h:97
DTTTrigBaseSync.h
DTTTrigBaseSync
Definition:
DTTTrigBaseSync.h:19
Generated for CMSSW Reference Manual by
1.8.11