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 96 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 98 of file AlignmentAlgorithmBase.h.
|
inline |
|
inline |
Definition at line 104 of file AlignmentAlgorithmBase.h.
References tkLasBeams_.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
inline |
might be null!
Definition at line 105 of file AlignmentAlgorithmBase.h.
References tkLasBeamTsoses_.
Referenced by MillePedeAlignmentAlgorithm::endRun().
|
private |
|
private |
Definition at line 109 of file AlignmentAlgorithmBase.h.
Referenced by tkLasBeams().
|
private |
might be null!
Definition at line 110 of file AlignmentAlgorithmBase.h.
Referenced by tkLasBeamTsoses().