define event information passed to algorithms More...
#include <AlignmentAlgorithmBase.h>
Public Member Functions | |
const reco::BeamSpot & | beamSpot () const |
const AliClusterValueMap * | clusterValueMap () const |
const edm::EventID | eventId () const |
EventInfo (const edm::EventID &theEventId, const ConstTrajTrackPairCollection &theTrajTrackPairs, const reco::BeamSpot &theBeamSpot, const AliClusterValueMap *theClusterValueMap) | |
const ConstTrajTrackPairCollection & | trajTrackPairs () const |
Private Attributes | |
const reco::BeamSpot & | beamSpot_ |
const AliClusterValueMap * | clusterValueMap_ |
const edm::EventID | eventId_ |
might be null! More... | |
const ConstTrajTrackPairCollection & | trajTrackPairs_ |
define event information passed to algorithms
Definition at line 46 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 48 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 56 of file AlignmentAlgorithmBase.h.
References beamSpot_.
Referenced by KalmanAlignmentAlgorithm::run(), MillePedeAlignmentAlgorithm::run(), and MuonAlignmentFromReference::run().
|
inline |
Definition at line 57 of file AlignmentAlgorithmBase.h.
References clusterValueMap_.
Referenced by HIPAlignmentAlgorithm::run().
|
inline |
Definition at line 54 of file AlignmentAlgorithmBase.h.
References eventId_.
Referenced by SiStripBackplaneCalibration::checkBackPlaneCorrectionInput(), SiStripLorentzAngleCalibration::checkLorentzAngleInput(), SiPixelLorentzAngleCalibration::checkLorentzAngleInput(), SiStripLorentzAngleCalibration::derivatives(), SiPixelLorentzAngleCalibration::derivatives(), SiStripBackplaneCalibration::derivatives(), and RunRangeDependentPedeLabeler::parameterLabel().
|
inline |
Definition at line 55 of file AlignmentAlgorithmBase.h.
References trajTrackPairs_.
Referenced by MuonMillepedeAlgorithm::run(), HIPAlignmentAlgorithm::run(), MuonDTLocalMillepedeAlgorithm::run(), KalmanAlignmentAlgorithm::run(), CSCOverlapsAlignmentAlgorithm::run(), MillePedeAlignmentAlgorithm::run(), and MuonAlignmentFromReference::run().
|
private |
Definition at line 63 of file AlignmentAlgorithmBase.h.
Referenced by beamSpot().
|
private |
Definition at line 64 of file AlignmentAlgorithmBase.h.
Referenced by clusterValueMap().
|
private |
|
private |
Definition at line 62 of file AlignmentAlgorithmBase.h.
Referenced by trajTrackPairs().