define run information passed to algorithms (in endRun) More...
#include <AlignmentAlgorithmBase.h>
Public Member Functions | |
EndRunInfo (const edm::RunID &runId, const TkFittedLasBeamCollection *tkLasBeams, const TsosVectorCollection *tkLasBeamTsoses) | |
Public Attributes | |
const edm::RunID & | runId_ |
const TkFittedLasBeamCollection * | tkLasBeams_ |
const TsosVectorCollection * | tkLasBeamTsoses_ |
might be null! More... | |
define run information passed to algorithms (in endRun)
Definition at line 57 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 58 of file AlignmentAlgorithmBase.h.
const edm::RunID& AlignmentAlgorithmBase::EndRunInfo::runId_ |
Definition at line 61 of file AlignmentAlgorithmBase.h.
const TkFittedLasBeamCollection* AlignmentAlgorithmBase::EndRunInfo::tkLasBeams_ |
Definition at line 62 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().
const TsosVectorCollection* AlignmentAlgorithmBase::EndRunInfo::tkLasBeamTsoses_ |
might be null!
Definition at line 63 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().