-
Notifications
You must be signed in to change notification settings - Fork 4.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
First integration of Pixel Alignment of large structures in PCL (75X) #10451
First integration of Pixel Alignment of large structures in PCL (75X) #10451
Conversation
Conflicts: Configuration/PyReleaseValidation/python/ConfigBuilder.py
Conflicts: Configuration/StandardSequences/python/AlCaRecoStreams_cff.py
* created in CMSSW_7_4_0_pre6 * aligns only tracker * AP is no longer an ESProducer but an EDAnalyzer * runs only with MillePede at the moment * uses EventSetup from first event for init-routines
…monAlignmentProducer/test/TrackerAPForPCL/
* created in CMSSW_7_5_0_pre5 * aligns only tracker * AP is no longer an ESProducer but an EDAnalyzer * runs only with MillePede at the moment Conflicts: Alignment/CommonAlignmentAlgorithm/interface/AlignmentAlgorithmBase.h Alignment/CommonAlignmentProducer/python/TrackerAlignmentProducerForPCL_cff.py Alignment/MillePedeAlignmentAlgorithm/src/MillePedeAlignmentAlgorithm.cc
…ctual implementation
Instead of using a std::vector<FileBlob>, introduced a new class FileBlobCollection, which is kind of a wrapper around the old vector and which implements the mergeProduct method. This enables the framework to merge different files together. We also update the MillePedeFileConverter to use the new FileBlobCollection. (However MillePedeFileExtracter is not yet updated.)
@cmsbuild , please test |
The tests are being triggered in jenkins. |
Comparison is ready The workflows 1001.0 have different files in step1_dasquery.log than the ones found in the baseline. You may want to check and retrigger the tests if necessary. You can check it in the "files" directory in the results of the comparisons |
+1 |
+1 |
First integration of Pixel Alignment of large structures in PCL (75X)
This PR integrates the alignment of the pixel large structures as a
new PCL workflow for Tier0.
There is no code change to any production workflow, only the alca
configurations are affected by the changes.
The new workflow has been integrated in the relval 1001 (which now has
one more step).