Interface/Base class for alignment algorithms, each alignment algorithm has to be derived from this class. More...
#include <vector>
#include <utility>
#include "Alignment/CommonAlignment/interface/Utilities.h"
#include "Alignment/LaserAlignment/interface/TsosVectorCollection.h"
#include "DataFormats/Alignment/interface/TkFittedLasBeamCollectionFwd.h"
#include "DataFormats/Alignment/interface/AliClusterValueMapFwd.h"
#include "FWCore/Framework/interface/Event.h"
Go to the source code of this file.
Classes | |
class | AlignmentAlgorithmBase |
class | AlignmentAlgorithmBase::EndRunInfo |
define run information passed to algorithms (in endRun) More... | |
class | AlignmentAlgorithmBase::EventInfo |
define event information passed to algorithms More... | |
Namespaces | |
Alignment | |
edm | |
HLT enums. | |
reco | |
fixed size matrix | |
Typedefs | |
typedef std::vector< IntegratedCalibrationBase * > | Calibrations |
typedef std::pair< const Trajectory *, const reco::Track * > | ConstTrajTrackPair |
typedef std::vector< ConstTrajTrackPair > | ConstTrajTrackPairs |
typedef AlignmentAlgorithmBase::EndRunInfo | EndRunInfo |
typedef AlignmentAlgorithmBase::EventInfo | EventInfo |
Interface/Base class for alignment algorithms, each alignment algorithm has to be derived from this class.
Last update:
Definition in file AlignmentAlgorithmBase.h.
typedef std::vector<IntegratedCalibrationBase*> Calibrations |
Definition at line 49 of file AlignmentAlgorithmBase.h.
typedef std::pair<const Trajectory*, const reco::Track*> ConstTrajTrackPair |
Definition at line 46 of file AlignmentAlgorithmBase.h.
typedef std::vector< ConstTrajTrackPair > ConstTrajTrackPairs |
Definition at line 47 of file AlignmentAlgorithmBase.h.
Definition at line 166 of file AlignmentAlgorithmBase.h.
Definition at line 165 of file AlignmentAlgorithmBase.h.