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 94 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 96 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 100 of file AlignmentAlgorithmBase.h.
References runId_.
|
inline |
Definition at line 101 of file AlignmentAlgorithmBase.h.
References tkLasBeams_.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
inline |
might be null!
Definition at line 102 of file AlignmentAlgorithmBase.h.
References tkLasBeamTsoses_.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
private |
|
private |
Definition at line 107 of file AlignmentAlgorithmBase.h.
Referenced by tkLasBeams().
|
private |
might be null!
Definition at line 108 of file AlignmentAlgorithmBase.h.
Referenced by tkLasBeamTsoses().