define event information passed to algorithms More...
#include <AlignmentAlgorithmBase.h>
Public Member Functions | |
EventInfo (const edm::EventID &eventId, const ConstTrajTrackPairCollection &trajTrackPairs, const reco::BeamSpot &beamSpot, const AliClusterValueMap *clusterValueMap) | |
Public Attributes | |
const reco::BeamSpot & | beamSpot_ |
const AliClusterValueMap * | clusterValueMap_ |
const edm::EventID & | eventId_ |
const ConstTrajTrackPairCollection & | trajTrackPairs_ |
define event information passed to algorithms
Definition at line 43 of file AlignmentAlgorithmBase.h.
AlignmentAlgorithmBase::EventInfo::EventInfo | ( | const edm::EventID & | eventId, |
const ConstTrajTrackPairCollection & | trajTrackPairs, | ||
const reco::BeamSpot & | beamSpot, | ||
const AliClusterValueMap * | clusterValueMap | ||
) | [inline] |
Definition at line 44 of file AlignmentAlgorithmBase.h.
: eventId_(eventId), trajTrackPairs_(trajTrackPairs), beamSpot_(beamSpot), clusterValueMap_(clusterValueMap) {}
Definition at line 52 of file AlignmentAlgorithmBase.h.
Referenced by KalmanAlignmentAlgorithm::run(), and MillePedeAlignmentAlgorithm::run().
Definition at line 53 of file AlignmentAlgorithmBase.h.
Referenced by HIPAlignmentAlgorithm::run().
Definition at line 50 of file AlignmentAlgorithmBase.h.
Referenced by RunRangeDependentPedeLabeler::parameterLabel().
Definition at line 51 of file AlignmentAlgorithmBase.h.
Referenced by CSCOverlapsAlignmentAlgorithm::run(), HIPAlignmentAlgorithm::run(), KalmanAlignmentAlgorithm::run(), MuonAlignmentFromReference::run(), MuonDTLocalMillepedeAlgorithm::run(), MillePedeAlignmentAlgorithm::run(), and MuonMillepedeAlgorithm::run().