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 68 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 70 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 74 of file AlignmentAlgorithmBase.h.
References runId_.
|
inline |
Definition at line 75 of file AlignmentAlgorithmBase.h.
References tkLasBeams_.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
inline |
might be null!
Definition at line 76 of file AlignmentAlgorithmBase.h.
References tkLasBeamTsoses_.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
private |
|
private |
Definition at line 81 of file AlignmentAlgorithmBase.h.
Referenced by tkLasBeams().
|
private |
might be null!
Definition at line 82 of file AlignmentAlgorithmBase.h.
Referenced by tkLasBeamTsoses().