CMS 3D CMS Logo

DTTTrigBaseSync.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_DTTTrigBaseSync_H
2 #define RecoLocalMuon_DTTTrigBaseSync_H
3 
11 
12 class DTLayer;
13 class DTWireId;
14 
15 namespace edm {
16  class EventSetup;
17 }
18 
20 public:
23 
25  virtual ~DTTTrigBaseSync();
26 
27  // Operations
28 
30  virtual void setES(const edm::EventSetup& setup) = 0;
31 
36  double offset(const DTLayer* layer, const DTWireId& wireId, const GlobalPoint& globalPos) const;
37 
40  virtual double offset(const DTWireId& wireId) const = 0;
41 
50  virtual double offset(const DTLayer* layer,
51  const DTWireId& wireId,
52  const GlobalPoint& globalPos,
53  double& tTrig,
54  double& wirePropCorr,
55  double& tofCorr) const = 0;
56 
59  virtual double emulatorOffset(const DTWireId& wireId) const;
60 
66  virtual double emulatorOffset(const DTWireId& wireId, double& tTrig, double& t0cell) const = 0;
67 };
68 #endif
virtual double emulatorOffset(const DTWireId &wireId) const
constexpr std::array< uint8_t, layerIndexSize< TrackerTraits > > layer
virtual void setES(const edm::EventSetup &setup)=0
Pass the Event Setup to the synchronization module at each event.
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos) const
virtual ~DTTTrigBaseSync()
Destructor.
HLT enums.
DTTTrigBaseSync()
Constructor.