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 |
|
inline |
|
inline |
Definition at line 83 of file AlignmentAlgorithmBase.h.
References eventId_.
Referenced by ntupleDataFormat.Event::eventIdStr().
|
inline |
Definition at line 84 of file AlignmentAlgorithmBase.h.
References trajTrackPairs_.
Referenced by MillePedeAlignmentAlgorithm::run().
|
private |
Definition at line 91 of file AlignmentAlgorithmBase.h.
Referenced by beamSpot().
|
private |
Definition at line 92 of file AlignmentAlgorithmBase.h.
Referenced by clusterValueMap().
|
private |
|
private |
Definition at line 90 of file AlignmentAlgorithmBase.h.
Referenced by trajTrackPairs().