#include <SurveyAlignmentAlgorithm.h>
Public Member Functions | |
virtual void | initialize (const edm::EventSetup &, AlignableTracker *, AlignableMuon *, AlignableExtras *, AlignmentParameterStore *) |
call at start of job More... | |
virtual void | run (const edm::EventSetup &, const AlignmentAlgorithmBase::EventInfo &) |
run for every event More... | |
SurveyAlignmentAlgorithm (const edm::ParameterSet &) | |
virtual void | terminate (const edm::EventSetup &iSetup) |
call at end of job More... | |
Public Member Functions inherited from AlignmentAlgorithmBase | |
virtual bool | addCalibrations (const Calibrations &) |
AlignmentAlgorithmBase (const edm::ParameterSet &) | |
Constructor. More... | |
virtual void | beginLuminosityBlock (const edm::EventSetup &setup) |
called at begin of luminosity block (no lumi block info passed yet) More... | |
virtual void | beginRun (const edm::EventSetup &setup) |
called at begin of run More... | |
virtual void | endLuminosityBlock (const edm::EventSetup &setup) |
called at end of luminosity block (no lumi block info passed yet) More... | |
virtual void | endRun (const EndRunInfo &runInfo, const edm::EventSetup &setup) |
called at end of run - order of arguments like in EDProducer etc. More... | |
virtual bool | processesEvents () |
Returns whether algorithm proccesses events in current configuration. More... | |
virtual bool | setParametersForRunRange (const RunRange &rr) |
virtual void | startNewLoop () |
virtual bool | supportsCalibrations () |
virtual void | terminate () |
Called at end of job (must be implemented in derived class) More... | |
virtual | ~AlignmentAlgorithmBase () |
Destructor. More... | |
Private Attributes | |
unsigned int | theIterations |
std::vector< std::string > | theLevels |
std::string | theOutfile |
Additional Inherited Members | |
Public Types inherited from AlignmentAlgorithmBase | |
typedef std::pair< const Trajectory *, const reco::Track * > | ConstTrajTrackPair |
typedef std::vector < ConstTrajTrackPair > | ConstTrajTrackPairCollection |
typedef cond::RealTimeType < cond::runnumber >::type | RunNumber |
typedef std::pair< RunNumber, RunNumber > | RunRange |
Alignment of Silicon Pixel Detector with survey constraint.
Definition at line 22 of file SurveyAlignmentAlgorithm.h.
SurveyAlignmentAlgorithm::SurveyAlignmentAlgorithm | ( | const edm::ParameterSet & | cfg | ) |
Definition at line 8 of file SurveyAlignmentAlgorithm.cc.
|
virtual |
call at start of job
Implements AlignmentAlgorithmBase.
Definition at line 16 of file SurveyAlignmentAlgorithm.cc.
References AlignmentParameterStore::alignables(), SurveyAlignment::iterate(), prof2calltree::l, AlignableObjectId::stringToId(), theIterations, theLevels, and theOutfile.
|
inlinevirtual |
run for every event
Implements AlignmentAlgorithmBase.
Definition at line 43 of file SurveyAlignmentAlgorithm.h.
Referenced by Types.EventID::cppID(), and Types.LuminosityBlockID::cppID().
|
inlinevirtual |
call at end of job
Implements AlignmentAlgorithmBase.
Definition at line 40 of file SurveyAlignmentAlgorithm.h.
|
private |
Definition at line 53 of file SurveyAlignmentAlgorithm.h.
Referenced by initialize().
|
private |
Definition at line 55 of file SurveyAlignmentAlgorithm.h.
Referenced by initialize().
|
private |
Definition at line 51 of file SurveyAlignmentAlgorithm.h.
Referenced by initialize().