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 73 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 75 of file AlignmentAlgorithmBase.h.
|
inline |
Definition at line 86 of file AlignmentAlgorithmBase.h.
References beamSpot_.
Referenced by MuonAlignmentFromReference::run(), and MillePedeAlignmentAlgorithm::run().
|
inline |
Definition at line 87 of file AlignmentAlgorithmBase.h.
References clusterValueMap_.
Referenced by HIPAlignmentAlgorithm::run().
|
inline |
Definition at line 84 of file AlignmentAlgorithmBase.h.
References eventId_.
Referenced by SiStripBackplaneCalibration::checkBackPlaneCorrectionInput(), SiStripLorentzAngleCalibration::derivatives(), SiPixelLorentzAngleCalibration::derivatives(), SiStripBackplaneCalibration::derivatives(), ntupleDataFormat.Event::eventIdStr(), and RunRangeDependentPedeLabeler::parameterLabel().
|
inline |
Definition at line 85 of file AlignmentAlgorithmBase.h.
References trajTrackPairs_.
Referenced by HIPAlignmentAlgorithm::run(), CSCOverlapsAlignmentAlgorithm::run(), MuonAlignmentFromReference::run(), and MillePedeAlignmentAlgorithm::run().
|
private |
Definition at line 92 of file AlignmentAlgorithmBase.h.
Referenced by beamSpot().
|
private |
Definition at line 93 of file AlignmentAlgorithmBase.h.
Referenced by clusterValueMap().
|
private |
|
private |
Definition at line 91 of file AlignmentAlgorithmBase.h.
Referenced by trajTrackPairs().