CMS 3D CMS Logo

/data/refman/pasoursint/CMSSW_4_1_8_patch9/src/CalibMuon/DTDigiSync/src/DTTTrigBaseSync.cc

Go to the documentation of this file.
00001 /*
00002  *  See header file for a description of this class.
00003  *
00004  *  $Date: 2009/10/21 17:05:47 $
00005  *  $Revision: 1.2 $
00006  *  \author G. Cerminara - INFN Torino
00007  */
00008 
00009 #include "CalibMuon/DTDigiSync/interface/DTTTrigBaseSync.h"
00010 
00011 
00012 DTTTrigBaseSync::DTTTrigBaseSync(){}
00013 
00014 
00015 
00016 DTTTrigBaseSync::~DTTTrigBaseSync(){}
00017 
00018 
00019 
00020 double DTTTrigBaseSync::offset(const DTLayer* layer,
00021                                const DTWireId& wireId,
00022                                const GlobalPoint& globalPos) {
00023   double tTrig = 0;
00024   double wireProp = 0;
00025   double tof = 0;
00026   return offset(layer, wireId, globalPos, tTrig, wireProp, tof);
00027 }
00028 
00029 
00030 
00031 double DTTTrigBaseSync::emulatorOffset(const DTWireId& wireId) {
00032 
00033   double tTrig = 0.;
00034   double t0cell = 0.;
00035   return emulatorOffset(wireId, tTrig, t0cell);
00036 }