define run information passed to algorithms (in endRun) More...
#include <AlignmentAlgorithmBase.h>
Public Member Functions | |
EndRunInfo (const edm::RunID &theRunId, const TkFittedLasBeamCollection *theTkLasBeams, const TsosVectorCollection *theTkLasBeamTsoses) | |
const edm::RunID | runId () const |
const TkFittedLasBeamCollection * | tkLasBeams () const |
const TsosVectorCollection * | tkLasBeamTsoses () const |
might be null! More... | |
Private Attributes | |
const edm::RunID | runId_ |
might be null! More... | |
const TkFittedLasBeamCollection * | tkLasBeams_ |
const TsosVectorCollection * | tkLasBeamTsoses_ |
might be null! More... | |
define run information passed to algorithms (in endRun)
Definition at line 90 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 92 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 96 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 97 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
inline |
might be null!
Definition at line 98 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
private |
might be null!
Definition at line 102 of file AlignmentAlgorithmBase.h.
|
private |
Definition at line 103 of file AlignmentAlgorithmBase.h.
|
private |
might be null!
Definition at line 104 of file AlignmentAlgorithmBase.h.