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! |
define run information passed to algorithms (in endRun)
Definition at line 57 of file AlignmentAlgorithmBase.h.
AlignmentAlgorithmBase::EndRunInfo::EndRunInfo | ( | const edm::RunID & | runId, |
const TkFittedLasBeamCollection * | tkLasBeams, | ||
const TsosVectorCollection * | tkLasBeamTsoses | ||
) | [inline] |
Definition at line 58 of file AlignmentAlgorithmBase.h.
: runId_(runId), tkLasBeams_(tkLasBeams), tkLasBeamTsoses_(tkLasBeamTsoses) {}
Definition at line 61 of file AlignmentAlgorithmBase.h.
Definition at line 62 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().
might be null!
Definition at line 63 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().