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 92 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 94 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 99 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 100 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
inline |
might be null!
Definition at line 101 of file AlignmentAlgorithmBase.h.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
private |
might be null!
Definition at line 104 of file AlignmentAlgorithmBase.h.
|
private |
Definition at line 105 of file AlignmentAlgorithmBase.h.
|
private |
might be null!
Definition at line 106 of file AlignmentAlgorithmBase.h.