CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
DTTTrigBaseSync.cc
Go to the documentation of this file.
1 /*
2  * See header file for a description of this class.
3  *
4  * \author G. Cerminara - INFN Torino
5  */
6 
8 
9 
11 
12 
13 
15 
16 
17 
18 double DTTTrigBaseSync::offset(const DTLayer* layer,
19  const DTWireId& wireId,
20  const GlobalPoint& globalPos) {
21  double tTrig = 0;
22  double wireProp = 0;
23  double tof = 0;
24  return offset(layer, wireId, globalPos, tTrig, wireProp, tof);
25 }
26 
27 
28 
30 
31  double tTrig = 0.;
32  double t0cell = 0.;
33  return emulatorOffset(wireId, tTrig, t0cell);
34 }
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos)
virtual double emulatorOffset(const DTWireId &wireId)
virtual ~DTTTrigBaseSync()
Destructor.
DTTTrigBaseSync()
Constructor.