CMS 3D CMS Logo

KFSwitching1DUpdator.cc

Go to the documentation of this file.
00001 #include "TrackingTools/KalmanUpdators/interface/KFSwitching1DUpdator.h"
00002 #include "TrackingTools/TransientTrackingRecHit/interface/TransientTrackingRecHit.h"
00003 #include "Geometry/CommonDetUnit/interface/GeomDetType.h"
00004 #include "Geometry/CommonDetUnit/interface/GeomDetUnit.h"
00005 
00006 TrajectoryStateOnSurface
00007 KFSwitching1DUpdator::update(const TSOS& aTsos, const TransientTrackingRecHit& aHit) const {
00008   if(//aHit.isMatched() || 
00009      aHit.detUnit()->type().isTrackerPixel()) {
00010     return localUpdator().update(aTsos, aHit);
00011   } else {
00012     return stripUpdator().update(aTsos, aHit);
00013   }
00014 }

Generated on Tue Jun 9 17:48:22 2009 for CMSSW by  doxygen 1.5.4