CMS 3D CMS Logo

DTTTrigSyncFromDB.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_DTTTrigSyncFromDB_H
2 #define RecoLocalMuon_DTTTrigSyncFromDB_H
3 
42 
43 class DTLayer;
44 class DTWireId;
45 class DTT0;
46 class DTTtrig;
47 
48 namespace edm {
49  class ParameterSet;
50 }
51 
53 public:
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
96  // Switch on/off the TOF correction for particles from IP
99  // Switch on/off the correction for the signal propagation along the wire
102  // spacing of BX in ns
103  double theBXspace;
104 
106 };
107 #endif
const DTTtrig * tTrigMap
const DTT0 * tZeroMap
def setup(process, global_tag, zero_tesla=False)
Definition: GeneralSetup.py:2
Definition: config.py:1
Definition: DTT0.h:53
std::string thetTrigLabel
HLT enums.