Skip to content
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

Update SiPixelRawToDigi.cc #12897

Merged
merged 3 commits into from Jan 12, 2016
Merged

Update SiPixelRawToDigi.cc #12897

merged 3 commits into from Jan 12, 2016

Conversation

tvami
Copy link
Contributor

@tvami tvami commented Jan 8, 2016

Adding the option for Cabling Map to have a label (default is no label of course)

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 8, 2016

A new Pull Request was created by @tvami (Tamas Vami) for CMSSW_7_5_X.

It involves the following packages:

EventFilter/SiPixelRawToDigi

@cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please review it and eventually sign? Thanks.
@makortel, @Martin-Grunewald, @dkotlins, @VinInn this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

Following commands in first line of a comment are recognized

  • +1|approve[d]|sign[ed]: L1/L2's to approve it
  • -1|reject[ed]: L1/L2's to reject it
  • assign <category>[,<category>[,...]]: L1/L2's to request signatures from other categories
  • unassign <category>[,<category>[,...]]: L1/L2's to remove signatures from other categories
  • hold: L1/all L2's/release manager to mark it as on hold
  • unhold: L1/user who put this PR on hold
  • merge: L1/release managers to merge this request
  • [@cmsbuild,] please test: L1/L2 and selected users to start jenkins tests
  • [@cmsbuild,] please test with cms-sw/cmsdist#<PR>: L1/L2 and selected users to start jenkins tests using externals from cmsdist

@@ -97,6 +98,11 @@ SiPixelRawToDigi::SiPixelRawToDigi( const edm::ParameterSet& conf )
usePhase1 = config_.getParameter<bool> ("UsePhase1");
if(usePhase1) edm::LogInfo("SiPixelRawToDigi") << " Use pilot blade data (FED 40)";
}
//CablingMap could have a label //Tav
CablingMapLabel = "";
if (config_.exists("CablingMapLabel")) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this "if" is not necessary after the value is added to the ::fillDescriptions method

@slava77
Copy link
Contributor

slava77 commented Jan 8, 2016

please also make a PR for 80X

@tvami
Copy link
Contributor Author

tvami commented Jan 9, 2016

@slava77 I did the PR in 8X, do you wish me to correct the if statement of can I leave it like this? Thanks!

@slava77
Copy link
Contributor

slava77 commented Jan 9, 2016

please correct the "if".
ParameterSet::exists should be used only in exceptional cases, if implementation in fillDescriptions is not possible.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2016

Pull request #12897 was updated. @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please check and sign again.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2016

Pull request #12897 was updated. @cmsbuild, @cvuosalo, @davidlange6, @slava77 can you please check and sign again.

@slava77
Copy link
Contributor

slava77 commented Jan 9, 2016

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2016

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/10451/console

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2016

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 9, 2016

@cvuosalo
Copy link
Contributor

+1

For #12897 52958a3

Adding optional cable map label to SiPixelRawToDigi. There should be no change in monitored quantities.

The code change is satisfactory, and Jenkins tests against baseline CMSSW_7_5_X_2016-01-05-2300 show no significant differences, as expected.

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_7_5_X IBs (tests are also fine) and once validation in the development release cycle CMSSW_7_6_X is complete. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @Degano, @smuzaffar

@davidlange6
Copy link
Contributor

+1

cmsbuild added a commit that referenced this pull request Jan 12, 2016
Update SiPixelRawToDigi.cc
@cmsbuild cmsbuild merged commit d69281c into cms-sw:CMSSW_7_5_X Jan 12, 2016
cmsbuild added a commit that referenced this pull request Jan 12, 2016
cmsbuild added a commit that referenced this pull request Jan 12, 2016
@tvami tvami deleted the patch-1 branch January 12, 2016 03:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants