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 72 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 74 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 82 of file AlignmentAlgorithmBase.h.
References beamSpot_.
Referenced by MillePedeAlignmentAlgorithm::run(), and MuonAlignmentFromReference::run().
|
inline |
Definition at line 83 of file AlignmentAlgorithmBase.h.
References clusterValueMap_.
Referenced by HIPAlignmentAlgorithm::run().
|
inline |
Definition at line 80 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 81 of file AlignmentAlgorithmBase.h.
References trajTrackPairs_.
Referenced by MuonMillepedeAlgorithm::run(), HIPAlignmentAlgorithm::run(), MuonDTLocalMillepedeAlgorithm::run(), CSCOverlapsAlignmentAlgorithm::run(), MillePedeAlignmentAlgorithm::run(), and MuonAlignmentFromReference::run().
|
private |
Definition at line 89 of file AlignmentAlgorithmBase.h.
Referenced by beamSpot().
|
private |
Definition at line 90 of file AlignmentAlgorithmBase.h.
Referenced by clusterValueMap().
|
private |
|
private |
Definition at line 88 of file AlignmentAlgorithmBase.h.
Referenced by trajTrackPairs().