CMS 3D CMS Logo

DummyUpdator Class Reference

A dummy alignment-updator for the KalmanAlignmentAlgorithm - it does nothing. More...

#include <Alignment/KalmanAlignmentAlgorithm/plugins/DummyUpdator.h>

Inheritance diagram for DummyUpdator:

KalmanAlignmentUpdator

List of all members.

Public Member Functions

virtual DummyUpdatorclone (void) const
 DummyUpdator (const edm::ParameterSet &config)
virtual void process (const ReferenceTrajectoryPtr &trajectory, AlignmentParameterStore *store, AlignableNavigator *navigator, KalmanAlignmentMetricsUpdator *metrics)
 Calculate the improved estimate.
virtual ~DummyUpdator (void)


Detailed Description

A dummy alignment-updator for the KalmanAlignmentAlgorithm - it does nothing.

Definition at line 10 of file DummyUpdator.h.


Constructor & Destructor Documentation

DummyUpdator::DummyUpdator ( const edm::ParameterSet config  ) 

Definition at line 8 of file DummyUpdator.cc.

Referenced by clone().

00008 : KalmanAlignmentUpdator( config ) {}

DummyUpdator::~DummyUpdator ( void   )  [virtual]

Definition at line 11 of file DummyUpdator.cc.

00011 {}


Member Function Documentation

virtual DummyUpdator* DummyUpdator::clone ( void   )  const [inline, virtual]

Implements KalmanAlignmentUpdator.

Definition at line 24 of file DummyUpdator.h.

References DummyUpdator().

00024 { return new DummyUpdator( *this ); }

void DummyUpdator::process ( const ReferenceTrajectoryPtr trajectory,
AlignmentParameterStore store,
AlignableNavigator navigator,
KalmanAlignmentMetricsUpdator metrics 
) [virtual]

Calculate the improved estimate.

Implements KalmanAlignmentUpdator.

Definition at line 14 of file DummyUpdator.cc.

00017                                                                      {}


The documentation for this class was generated from the following files:
Generated on Tue Jun 9 18:19:13 2009 for CMSSW by  doxygen 1.5.4