-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Introduce SiStripCalCosmics ALCARECO #26032
Introduce SiStripCalCosmics ALCARECO #26032
Conversation
The code-checks are being triggered in jenkins. |
+code-checks Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-26032/8563
|
A new Pull Request was created by @mmusich (Marco Musich) for master. It involves the following packages: Calibration/TkAlCaRecoProducers @pgunnell, @prebello, @zhenhu, @kpedro88, @cmsbuild, @franzoni, @tocheng, @pohsun, @fabiocos, @davidlange6 can you please review it and eventually sign? Thanks. cms-bot commands are listed here |
please test |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready Comparison Summary:
|
+upgrade |
+1 |
please test workflow 7.21,7.22,7.3,7.4 |
The tests are being triggered in jenkins. |
Comparison job queued. |
Comparison is ready @slava77 comparisons for the following workflows were not done due to missing matrix map:
Comparison Summary:
|
+operations the update of StandardSequences looks coherent with the purpose of the PR |
+1 |
This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will be automatically merged. |
Greetings,
the aim of this PR is to introduce a new SiStrip AlCaReco workflow meant as intermediate step for the production of SiStrip calibration trees to be used for monitoring and calibration purposes.
An archetypal example of monitorable quantity with cosmic rays is the Strip Lorentz Angle, see e.g. details in this presentation.
The new AlCaReco is in essence the cosmics version of
SiStripCalMinBias
adapted to work with a different input track collection and adjusting the acceptance cuts.The new workflow has been fully interlaced with RelVals and AlCaReco matrix via
autoAlCa
.Typical output file sizes are ~ 2kB/evt (for comparison the output of the whole 2018 Commissioning dataset is <0.5TB).
Tested locally via:
runTheMatrix.py -l 7.21,7.22,7.3,7.4
@robervalwalsh FYI