-
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
Alignment LA correction for pixels #2067
Conversation
A new Pull Request was created by @dkotlins for CMSSW_7_1_X. Danek pre10 It involves the following packages: EventFilter/SiPixelRawToDigi @civanch, @nclopezo, @mdhildreth, @cmsbuild, @anton-a, @thspeer, @slava77, @Degano can you please review it and eventually sign? Thanks. |
-1 When I ran the RelVals I found an error in the following workflows: 4.53 step2 ----- Begin Fatal Exception 20-Jan-2014 14:55:23 CET----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 [1] Calling beginRun for unscheduled module EventSetupRecordDataGetter/'hltGetConditions' [2] Using EventSetup component PixelCPETemplateRecoESProducer/'hltESPPixelCPETemplateReco' to make data PixelClusterParameterEstimator/'hltESPPixelCPETemplateReco' in record TkPixelCPERecord Exception Message: MissingParameter: Parameter 'DoLorentz' not found. ----- End Fatal Exception ------------------------------------------------- You can see the results of the tests here: |
Hello, DoLorentz = cms.bool(False), I forgot that all these parameters are also repeated in HLT config files in I suppose there is an automatic way to do it. I have to find out how to do it. Best regards, Danek Bohdan Kotlinski On 20 Jan 2014, at 16:51, David Mendez notifications@github.com wrote:
|
Hello, -----Original Message----- -1 When I ran the RelVals I found an error in the following workflows: 4.53 step2 ----- Begin Fatal Exception 20-Jan-2014 14:55:23 CET----------------------- An exception of category 'Configuration' occurred while [0] Processing run: 1 [1] Calling beginRun for unscheduled module EventSetupRecordDataGetter/'hltGetConditions' [2] Using EventSetup component PixelCPETemplateRecoESProducer/'hltESPPixelCPETemplateReco' to make data PixelClusterParameterEstimator/'hltESPPixelCPETemplateReco' in record TkPixelCPERecord Exception Message: MissingParameter: Parameter 'DoLorentz' not found. ----- End Fatal Exception ------------------------------------------------- You can see the results of the tests here: Reply to this email directly or view it on GitHub: |
+1
Mike Hildreth e-mail: mikeh@undhep.hep.nd.edu |
@@ -41,6 +41,7 @@ | |||
|
|||
#include <iostream> | |||
|
|||
const bool MYDEBUG = false; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this constant is too generic and should not be in the header file.
Please, use LogDebug in this file.
Hi Danek, If these changes are expected to introduce changes in physics results, Thanks |
-1 to 34c5307 based on the code review:
Please follow up and update in the same PR (my -1 will get reset then). |
Slava, The main purpose is to:
By itself this does not change any physics results. If the same value is used the results Most of you comments are simple and can be done easily. I can make the corrections sometime next week and re-commit or simply wait for more modifications to come. If you see a fundamental reason that the changes I have outline above cannot be implemented let us know Best, Danek Bohdan Kotlinski On 13 Feb 2014, at 15:19, slava77 notifications@github.com wrote:
|
Hi Danek, Thank you for the explanations and the follow up. |
It is also important to remember that cout is not thread safe so your ouput could be garbled when run under the threaded framework. The MessageLogger is thread safe. |
Salvatore, its done. |
@dkotlins |
+1 |
+1 |
Reco -- Alignment LA correction for pixels
Include alignment LA correction in pixel RecHit, in both CPEs, generic and templates.
Split LA-width from LA-offset in CPEGeneric, they will be adjusted separately.
New DB objects still to come.