CMS 3D CMS Logo

DTTTrigBaseSync.cc

Go to the documentation of this file.
00001 /*
00002  *  See header file for a description of this class.
00003  *
00004  *  $Date: 2007/02/19 11:45:21 $
00005  *  $Revision: 1.1 $
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 

Generated on Tue Jun 9 17:25:30 2009 for CMSSW by  doxygen 1.5.4