CMS 3D CMS Logo

DummyUpdator.cc

Go to the documentation of this file.
00001 
00002 //#include "Alignment/KalmanAlignmentAlgorithm/plugins/DummyUpdator.h"
00003 #include "DummyUpdator.h"
00004 
00005 #include "Alignment/KalmanAlignmentAlgorithm/interface/KalmanAlignmentUpdatorPlugin.h"
00006 
00007 
00008 DummyUpdator::DummyUpdator( const edm::ParameterSet & config ) : KalmanAlignmentUpdator( config ) {}
00009 
00010 
00011 DummyUpdator::~DummyUpdator( void ) {}
00012 
00013 
00014 void DummyUpdator::process( const ReferenceTrajectoryPtr & trajectory,
00015                             AlignmentParameterStore* store,
00016                             AlignableNavigator* navigator,
00017                             KalmanAlignmentMetricsUpdator* metrics ) {}
00018 
00019 DEFINE_EDM_PLUGIN( KalmanAlignmentUpdatorPlugin, DummyUpdator, "DummyUpdator" );

Generated on Tue Jun 9 17:24:03 2009 for CMSSW by  doxygen 1.5.4