CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTTrigBaseSync.h
Go to the documentation of this file.
1 #ifndef RecoLocalMuon_DTTTrigBaseSync_H
2 #define RecoLocalMuon_DTTTrigBaseSync_H
3 
13 
14 class DTLayer;
15 class DTWireId;
16 
17 namespace edm {
18  class EventSetup;
19 }
20 
21 
23 public:
26 
28  virtual ~DTTTrigBaseSync();
29 
30  // Operations
31 
33  virtual void setES(const edm::EventSetup& setup) = 0;
34 
35 
36 
41  double offset(const DTLayer* layer,
42  const DTWireId& wireId,
43  const GlobalPoint& globalPos);
44 
47  virtual double offset(const DTWireId& wireId) = 0 ;
48 
49 
58  virtual double offset(const DTLayer* layer,
59  const DTWireId& wireId,
60  const GlobalPoint& globalPos,
61  double &tTrig,
62  double& wirePropCorr,
63  double& tofCorr) = 0;
64 
65 
68  virtual double emulatorOffset(const DTWireId& wireId);
69 
75  virtual double emulatorOffset(const DTWireId& wireId,
76  double &tTrig,
77  double &t0cell) = 0;
78 
79 
80 };
81 #endif
82 
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos)
virtual double emulatorOffset(const DTWireId &wireId)
virtual void setES(const edm::EventSetup &setup)=0
Pass the Event Setup to the synchronization module at each event.
virtual ~DTTTrigBaseSync()
Destructor.
DTTTrigBaseSync()
Constructor.
void setup(std::vector< TH2F > &depth, std::string name, std::string units="")