CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
List of all members | Public Member Functions | Public Attributes
AlignmentAlgorithmBase::EndRunInfo Struct Reference

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

#include <AlignmentAlgorithmBase.h>

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! More...
 

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.

60  : runId_(runId), tkLasBeams_(tkLasBeams), tkLasBeamTsoses_(tkLasBeamTsoses) {}
const TsosVectorCollection * tkLasBeamTsoses_
might be null!
const TkFittedLasBeamCollection * tkLasBeams_

Member Data Documentation

const edm::RunID& AlignmentAlgorithmBase::EndRunInfo::runId_

Definition at line 61 of file AlignmentAlgorithmBase.h.

const TkFittedLasBeamCollection* AlignmentAlgorithmBase::EndRunInfo::tkLasBeams_

Definition at line 62 of file AlignmentAlgorithmBase.h.

Referenced by MillePedeAlignmentAlgorithm::endRun().

const TsosVectorCollection* AlignmentAlgorithmBase::EndRunInfo::tkLasBeamTsoses_

might be null!

Definition at line 63 of file AlignmentAlgorithmBase.h.

Referenced by MillePedeAlignmentAlgorithm::endRun().