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  * $Date: 2009/10/21 17:05:47 $
5  * $Revision: 1.2 $
6  * \author G. Cerminara - INFN Torino
7  */
8 
10 
11 
13 
14 
15 
17 
18 
19 
20 double DTTTrigBaseSync::offset(const DTLayer* layer,
21  const DTWireId& wireId,
22  const GlobalPoint& globalPos) {
23  double tTrig = 0;
24  double wireProp = 0;
25  double tof = 0;
26  return offset(layer, wireId, globalPos, tTrig, wireProp, tof);
27 }
28 
29 
30 
32 
33  double tTrig = 0.;
34  double t0cell = 0.;
35  return emulatorOffset(wireId, tTrig, t0cell);
36 }
double offset(const DTLayer *layer, const DTWireId &wireId, const GlobalPoint &globalPos)
virtual double emulatorOffset(const DTWireId &wireId)
virtual ~DTTTrigBaseSync()
Destructor.
DTTTrigBaseSync()
Constructor.