CMS 3D CMS Logo

Public Member Functions | Public Attributes

AlignmentAlgorithmBase::EndRunInfo Struct Reference

define run information passed to algorithms (in endRun) More...

#include <AlignmentAlgorithmBase.h>

List of all members.

Public Member Functions

 EndRunInfo (const edm::RunID &runId, const TkFittedLasBeamCollection *tkLasBeams, const TsosVectorCollection *tkLasBeamTsoses)

Public Attributes

const edm::RunIDrunId_
const TkFittedLasBeamCollectiontkLasBeams_
const TsosVectorCollectiontkLasBeamTsoses_
 might be null!

Detailed Description

define run information passed to algorithms (in endRun)

Definition at line 57 of file AlignmentAlgorithmBase.h.


Constructor & Destructor Documentation

AlignmentAlgorithmBase::EndRunInfo::EndRunInfo ( const edm::RunID runId,
const TkFittedLasBeamCollection tkLasBeams,
const TsosVectorCollection tkLasBeamTsoses 
) [inline]

Definition at line 58 of file AlignmentAlgorithmBase.h.

      : runId_(runId), tkLasBeams_(tkLasBeams), tkLasBeamTsoses_(tkLasBeamTsoses) {}

Member Data Documentation

Definition at line 61 of file AlignmentAlgorithmBase.h.

Definition at line 62 of file AlignmentAlgorithmBase.h.

Referenced by MillePedeAlignmentAlgorithm::endRun().

might be null!

Definition at line 63 of file AlignmentAlgorithmBase.h.

Referenced by MillePedeAlignmentAlgorithm::endRun().