CMS 3D CMS Logo

MillePedeAlignmentAlgorithm.h
Go to the documentation of this file.
1 #ifndef Alignment_MillePedeAlignmentAlgorithm_MillePedeAlignmentAlgorithm_h
2 #define Alignment_MillePedeAlignmentAlgorithm_MillePedeAlignmentAlgorithm_h
3 
13 
16 
19 
22 
24 
27 
31 
34 
35 #include <vector>
36 #include <string>
37 #include <memory>
38 
39 class Alignable;
40 class AlignableTracker;
41 class AlignableMuon;
42 class AlignableExtras;
43 
45 class AlignableNavigator;
48 
50 
52 
53 class MillePedeMonitor;
54 class PedeSteerer;
55 class PedeLabelerBase;
56 class Mille;
58 
59 // already from base class - and forward declaration does not work since typedef!
60 /* class TkFittedLasBeamCollection; */
61 /* class TsosVectorCollection; */
62 
64 public:
67 
70 
72  void initialize(const edm::EventSetup &setup,
75  AlignableExtras *extras,
76  AlignmentParameterStore *store) override;
77 
79  bool supportsCalibrations() override;
81  bool addCalibrations(const std::vector<IntegratedCalibrationBase *> &iCals) override;
82 
83  virtual bool storeThresholds(const int &nRecords,
84  const AlignPCLThresholdsHG::threshold_map &thresholdMap,
85  const AlignPCLThresholdsHG::param_map &floatMap);
86 
88  void terminate(const edm::EventSetup &iSetup) override;
90  void terminate() override;
91 
93  bool processesEvents() override;
94 
96  bool storeAlignments() override;
97 
99  void run(const edm::EventSetup &setup, const EventInfo &eventInfo) override;
100 
102  void beginRun(const edm::Run &run, const edm::EventSetup &setup, bool changed) override;
103 
104  // TODO: This method does NOT match endRun() in base class! Nobody is
105  // calling this?
107  virtual void endRun(const EventInfo &, const EndRunInfo &,
108  const edm::EventSetup &); //override;
109 
110  // This one will be called since it matches the interface of the base class
111  void endRun(const EndRunInfo &runInfo, const edm::EventSetup &setup) override;
112 
114  void beginLuminosityBlock(const edm::EventSetup &) override;
115 
117  void endLuminosityBlock(const edm::EventSetup &) override;
118 
121  bool setParametersForRunRange(const RunRange &runrange) override;
122 
123 private:
125 
127  std::pair<unsigned int, unsigned int> addReferenceTrajectory(
128  const edm::EventSetup &setup,
129  const EventInfo &eventInfo,
131 
136  const EventInfo &eventInfo,
138  unsigned int iHit,
140 
144  const EventInfo &eventInfo,
146  unsigned int iHit,
147  gbl::GblPoint &gblPoint);
148 
153  unsigned int addHitCount(const std::vector<AlignmentParameters *> &parVec,
154  const std::vector<bool> &validHitVecY) const;
155 
157  template <typename CovarianceMatrix, typename ResidualMatrix, typename LocalDerivativeMatrix>
159  unsigned int iTrajHit,
160  Eigen::MatrixBase<CovarianceMatrix> &aHitCovarianceM,
161  Eigen::MatrixBase<ResidualMatrix> &aHitResidualsM,
162  Eigen::MatrixBase<LocalDerivativeMatrix> &aLocalDerivativesM);
163 
165  void addVirtualMeas(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iVirtualMeas);
166 
168  template <typename CovarianceMatrix, typename ResidualMatrix, typename LocalDerivativeMatrix>
170  unsigned int iVirtualMeas,
171  Eigen::MatrixBase<CovarianceMatrix> &aHitCovarianceM,
172  Eigen::MatrixBase<ResidualMatrix> &aHitResidualsM,
173  Eigen::MatrixBase<LocalDerivativeMatrix> &aLocalDerivativesM);
174 
177  const TrajectoryStateOnSurface &tsos,
178  Alignable *ali,
179  const AlignableDetOrUnitPtr &alidet,
180  std::vector<float> &globalDerivativesX,
181  std::vector<float> &globalDerivativesY,
182  std::vector<int> &globalLabels,
183  AlignmentParameters *&lowestParams) const;
184 
187  const TrajectoryStateOnSurface &tsos,
188  Alignable *ali,
189  const AlignableDetOrUnitPtr &alidet,
190  std::vector<double> &globalDerivativesX,
191  std::vector<double> &globalDerivativesY,
192  std::vector<int> &globalLabels,
193  AlignmentParameters *&lowestParams) const;
194 
197  const TrajectoryStateOnSurface &tsos,
198  const edm::EventSetup &setup,
199  const EventInfo &eventInfo,
200  std::vector<float> &globalDerivativesX,
201  std::vector<float> &globalDerivativesY,
202  std::vector<int> &globalLabels) const;
203 
206  unsigned int iTrajHit,
207  const std::vector<int> &globalLabels,
208  const std::vector<float> &globalDerivativesX,
209  const std::vector<float> &globalDerivativesY);
210 
213  unsigned int iTrajHit,
214  const std::vector<int> &globalLabels,
215  const std::vector<float> &globalDerivativesX);
216 
221  unsigned int iTrajHit,
222  const std::vector<int> &globalLabels,
223  const std::vector<float> &globalDerivativesx,
224  const std::vector<float> &globalDerivativesy);
225 
226  template <typename CovarianceMatrix,
227  typename LocalDerivativeMatrix,
228  typename ResidualMatrix,
229  typename GlobalDerivativeMatrix>
230  void diagonalize(Eigen::MatrixBase<CovarianceMatrix> &aHitCovarianceM,
231  Eigen::MatrixBase<LocalDerivativeMatrix> &aLocalDerivativesM,
232  Eigen::MatrixBase<ResidualMatrix> &aHitResidualsM,
233  Eigen::MatrixBase<GlobalDerivativeMatrix> &aGlobalDerivativesM) const;
234 
235  // deals with the non matrix format of theFloatBufferX ...
236  template <typename GlobalDerivativeMatrix>
237  void makeGlobDerivMatrix(const std::vector<float> &globalDerivativesx,
238  const std::vector<float> &globalDerivativesy,
239  Eigen::MatrixBase<GlobalDerivativeMatrix> &aGlobalDerivativesM);
240 
241  // void callMille(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr,
242  // unsigned int iTrajHit, MeasurementDirection xOrY,
243  // const std::vector<float> &globalDerivatives, const std::vector<int> &globalLabels);
246 
248  bool readFromPede(const edm::ParameterSet &mprespset, bool setUserVars, const RunRange &runrange);
249  bool areEmptyParams(const align::Alignables &alignables) const;
250  unsigned int doIO(int loop) const;
252  void buildUserVariables(const align::Alignables &alignables) const;
253 
256  std::vector<std::string> getExistingFormattedFiles(const std::vector<std::string> &plainFiles,
257  const std::string &theDir);
258 
259  void addLaserData(const EventInfo &eventInfo,
260  const TkFittedLasBeamCollection &tkLasBeams,
261  const TsosVectorCollection &tkLasBeamTsoses);
262  void addLasBeam(const EventInfo &eventInfo,
263  const TkFittedLasBeam &lasBeam,
264  const std::vector<TrajectoryStateOnSurface> &tsoses);
265 
267  void addPxbSurvey(const edm::ParameterSet &pxbSurveyCfg);
268 
269  //
270  bool areIOVsSpecified() const;
271 
272  //--------------------------------------------------------
273  // Data members
274  //--------------------------------------------------------
275 
279 
280  enum EModeBit { myMilleBit = 1 << 0, myPedeRunBit = 1 << 1, myPedeSteerBit = 1 << 2, myPedeReadBit = 1 << 3 };
281  unsigned int decodeMode(const std::string &mode) const;
282  bool isMode(unsigned int testMode) const { return (theMode & testMode); }
283  bool addHitStatistics(int fromLoop, const std::string &outFile, const std::vector<std::string> &inFiles) const;
284  bool addHits(const align::Alignables &alis, const std::vector<AlignmentUserVariables *> &mpVars) const;
285 
287  unsigned int theMode;
291  std::unique_ptr<AlignableNavigator> theAlignableNavigator;
292  std::unique_ptr<MillePedeMonitor> theMonitor;
293  std::unique_ptr<Mille> theMille;
294  std::shared_ptr<PedeLabelerBase> thePedeLabels;
295  std::unique_ptr<PedeSteerer> thePedeSteer;
296  std::unique_ptr<TrajectoryFactoryBase> theTrajectoryFactory;
297  std::vector<IntegratedCalibrationBase *> theCalibrations;
298  std::shared_ptr<AlignPCLThresholdsHG> theThresholds;
299  std::shared_ptr<PixelTopologyMap> pixelTopologyMap;
300  unsigned int theMinNumHits;
306  int theLastWrittenIov; // keeping track for output trees...
307  std::vector<float> theFloatBufferX;
308  std::vector<float> theFloatBufferY;
309  std::vector<int> theIntBuffer;
311  // CHK for GBL
312  std::unique_ptr<gbl::MilleBinary> theBinary;
314 
315  const bool runAtPCL_;
318 
321  std::vector<align::RunNumber> cachedRuns_;
323 };
324 
326 #endif
bool processesEvents() override
Returns whether MP should process events in the current configuration.
std::shared_ptr< AlignPCLThresholdsHG > theThresholds
bool supportsCalibrations() override
Returns whether MP supports calibrations.
std::unordered_map< std::string, std::vector< float > > param_map
std::unique_ptr< MillePedeMonitor > theMonitor
bool setParametersForRunRange(const RunRange &runrange) override
void globalDerivativesCalibration(const TransientTrackingRecHit::ConstRecHitPointer &recHit, const TrajectoryStateOnSurface &tsos, const edm::EventSetup &setup, const EventInfo &eventInfo, std::vector< float > &globalDerivativesX, std::vector< float > &globalDerivativesY, std::vector< int > &globalLabels) const
adding derivatives from integrated calibrations
bool addCalibrations(const std::vector< IntegratedCalibrationBase *> &iCals) override
Pass integrated calibrations to Millepede (they are not owned by Millepede!)
virtual void endRun(const EventInfo &, const EndRunInfo &, const edm::EventSetup &)
Run on run products, e.g. TkLAS.
std::map< std::string, AlignPCLThreshold > threshold_map
void endLuminosityBlock(const edm::EventSetup &) override
called at end of luminosity block
std::unique_ptr< TrajectoryFactoryBase > theTrajectoryFactory
std::vector< RunRange > RunRanges
Definition: Utilities.h:39
bool areEmptyParams(const align::Alignables &alignables) const
std::unique_ptr< gbl::MilleBinary > theBinary
int addGlobalData(const edm::EventSetup &setup, const EventInfo &eventInfo, const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iHit, gbl::GblPoint &gblPoint)
std::shared_ptr< PedeLabelerBase > thePedeLabels
bool globalDerivativesHierarchy(const EventInfo &eventInfo, const TrajectoryStateOnSurface &tsos, Alignable *ali, const AlignableDetOrUnitPtr &alidet, std::vector< float > &globalDerivativesX, std::vector< float > &globalDerivativesY, std::vector< int > &globalLabels, AlignmentParameters *&lowestParams) const
recursively adding derivatives and labels, false if problems
std::vector< std::string > getExistingFormattedFiles(const std::vector< std::string > &plainFiles, const std::string &theDir)
bool isMode(unsigned int testMode) const
const edm::ESGetToken< TrackerGeometry, TrackerDigiGeometryRecord > geomToken_
int callMille2D(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iTrajHit, const std::vector< int > &globalLabels, const std::vector< float > &globalDerivativesx, const std::vector< float > &globalDerivativesy)
Interface/Base class for alignment algorithms, each alignment algorithm has to be derived from this c...
void addLasBeam(const EventInfo &eventInfo, const TkFittedLasBeam &lasBeam, const std::vector< TrajectoryStateOnSurface > &tsoses)
define event information passed to algorithms
int callMille(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iTrajHit, const std::vector< int > &globalLabels, const std::vector< float > &globalDerivativesX, const std::vector< float > &globalDerivativesY)
calls callMille1D or callMille2D
void beginLuminosityBlock(const edm::EventSetup &) override
called at begin of luminosity block (resets Mille binary in mille mode)
std::vector< align::RunNumber > cachedRuns_
int callMille1D(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iTrajHit, const std::vector< int > &globalLabels, const std::vector< float > &globalDerivativesX)
calls Mille for 1D hits
void addLaserData(const EventInfo &eventInfo, const TkFittedLasBeamCollection &tkLasBeams, const TsosVectorCollection &tkLasBeamTsoses)
int addMeasurementData(const edm::EventSetup &setup, const EventInfo &eventInfo, const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iHit, AlignmentParameters *&params)
virtual bool storeThresholds(const int &nRecords, const AlignPCLThresholdsHG::threshold_map &thresholdMap, const AlignPCLThresholdsHG::param_map &floatMap)
void beginRun(const edm::Run &run, const edm::EventSetup &setup, bool changed) override
called at begin of run
bool is2D(const TransientTrackingRecHit::ConstRecHitPointer &recHit) const
true if hit belongs to 2D detector (currently tracker specific)
void makeGlobDerivMatrix(const std::vector< float > &globalDerivativesx, const std::vector< float > &globalDerivativesy, Eigen::MatrixBase< GlobalDerivativeMatrix > &aGlobalDerivativesM)
std::shared_ptr< TrackingRecHit const > ConstRecHitPointer
const edm::ESGetToken< TrackerTopology, TrackerTopologyRcd > topoToken_
std::shared_ptr< PixelTopologyMap > pixelTopologyMap
const edm::ESGetToken< AlignPCLThresholdsHG, AlignPCLThresholdsHGRcd > aliThrToken_
AlignmentParameterStore * theAlignmentParameterStore
directory for all kind of files
bool addHitStatistics(int fromLoop, const std::string &outFile, const std::vector< std::string > &inFiles) const
void diagonalize(Eigen::MatrixBase< CovarianceMatrix > &aHitCovarianceM, Eigen::MatrixBase< LocalDerivativeMatrix > &aLocalDerivativesM, Eigen::MatrixBase< ResidualMatrix > &aHitResidualsM, Eigen::MatrixBase< GlobalDerivativeMatrix > &aGlobalDerivativesM) const
bool addHits(const align::Alignables &alis, const std::vector< AlignmentUserVariables *> &mpVars) const
void addRefTrackVirtualMeas1D(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iVirtualMeas, Eigen::MatrixBase< CovarianceMatrix > &aHitCovarianceM, Eigen::MatrixBase< ResidualMatrix > &aHitResidualsM, Eigen::MatrixBase< LocalDerivativeMatrix > &aLocalDerivativesM)
adds data for a specific virtual measurement from reference trajectory
void addRefTrackData2D(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iTrajHit, Eigen::MatrixBase< CovarianceMatrix > &aHitCovarianceM, Eigen::MatrixBase< ResidualMatrix > &aHitResidualsM, Eigen::MatrixBase< LocalDerivativeMatrix > &aLocalDerivativesM)
adds data from reference trajectory from a specific Hit
unsigned int decodeMode(const std::string &mode) const
(Abstract) Base class for alignment algorithm user variables
unsigned int addHitCount(const std::vector< AlignmentParameters *> &parVec, const std::vector< bool > &validHitVecY) const
std::unique_ptr< PedeSteerer > thePedeSteer
bool storeAlignments() override
Returns whether MP produced results to be stored.
void terminate() override
Called at end of job.
void initialize(const edm::EventSetup &setup, AlignableTracker *tracker, AlignableMuon *muon, AlignableExtras *extras, AlignmentParameterStore *store) override
Called at beginning of job.
void addVirtualMeas(const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr, unsigned int iVirtualMeas)
adds data for virtual measurements from reference trajectory
bool readFromPede(const edm::ParameterSet &mprespset, bool setUserVars, const RunRange &runrange)
read pede input defined by &#39;psetName&#39;, flag to create/not create MillePedeVariables ...
std::pair< unsigned int, unsigned int > addReferenceTrajectory(const edm::EventSetup &setup, const EventInfo &eventInfo, const ReferenceTrajectoryBase::ReferenceTrajectoryPtr &refTrajPtr)
fill mille for a trajectory, returning number of x/y hits ([0,0] if &#39;bad&#39; trajectory) ...
void buildUserVariables(const align::Alignables &alignables) const
add MillePedeVariables for each AlignmentParameters (exception if no parameters...)
std::vector< IntegratedCalibrationBase * > theCalibrations
std::vector< Alignable * > Alignables
Definition: Utilities.h:31
void run(const edm::EventSetup &setup, const EventInfo &eventInfo) override
Run the algorithm on trajectories and tracks.
~MillePedeAlignmentAlgorithm() override
Destructor.
MillePedeAlignmentAlgorithm(const edm::ParameterSet &cfg, edm::ConsumesCollector &iC)
Constructor.
std::vector< TkFittedLasBeam > TkFittedLasBeamCollection
Eigen::Matrix< float, EcalPulseShape::TEMPLATESAMPLES, EcalPulseShape::TEMPLATESAMPLES > CovarianceMatrix
Definition: Mille.h:26
#define DEFINE_EDM_PLUGIN(factory, type, name)
eventInfo
add run, event number and lumi section
void addPxbSurvey(const edm::ParameterSet &pxbSurveyCfg)
add measurement data from PXB survey
std::unique_ptr< AlignableNavigator > theAlignableNavigator
std::vector< std::vector< TrajectoryStateOnSurface > > TsosVectorCollection
define run information passed to algorithms (in endRun)
Constructor of the full muon geometry.
Definition: AlignableMuon.h:38
Definition: Run.h:45
cond::RealTimeType< cond::runnumber >::type RunNumber
Definition: Utilities.h:37