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

Final fix for HcalCalPedestals #10498

Merged
merged 3 commits into from Aug 1, 2015

Conversation

diguida
Copy link
Contributor

@diguida diguida commented Jul 31, 2015

Following comment by @bsunanda in #10054

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @diguida (Salvatore Di Guida) for CMSSW_7_4_X.

Final fix for HcalCalPedestals

It involves the following packages:

Calibration/HcalAlCaRecoProducers

@cmsbuild, @mmusich, @diguida, @cerminar can you please review it and eventually sign? Thanks.
You can sign-off by replying to this message having '+1' in the first line of your reply.
You can reject by replying to this message having '-1' in the first line of your reply.
If you are a L2 or a release manager you can ask for tests by saying 'please test' in the first line of a comment.
@Degano you are the release manager for this.
You can merge this pull request by typing 'merge' in the first line of your comment.

@mmusich
Copy link
Contributor

mmusich commented Jul 31, 2015

please test

@mmusich
Copy link
Contributor

mmusich commented Jul 31, 2015

currently testing with:

cmsDriver.py HCalCalPedestals -s ALCA:HcalCalPedestal --data --scenario=pp -n 100 --conditions auto:run2_data_FULL --customise=SLHCUpgradeSimulations/Configuration/postLS1Customs.customisePostLS1 --magField AutoFromDBCurrent --processName=USER --filein root://eoscms//eos/cms/store/data/Run2015B/TestEnablesEcalHcal/RAW/v1/000/251/252/00000/82A5CE77-D025-E511-8EC3-02163E0136E2.root

@diguida
Copy link
Contributor Author

diguida commented Jul 31, 2015

@kodolova this is something you might want to watch as well.

@cmsbuild
Copy link
Contributor

The tests are being triggered in jenkins.

@mmusich
Copy link
Contributor

mmusich commented Jul 31, 2015

The test was successful.
It gives:

File ALCARECOHcalCalPedestal.root Events 16393
Branch Name | Average Uncompressed Size (Bytes/Event) | Average Compressed Size (Bytes/Event) 
EventAuxiliary 133.318 30.4614
EventSelections 73.1914 3.04752
BranchListIndexes 18.078 2.27567
EventProductProvenance 16.0756 2.12566

@mmusich
Copy link
Contributor

mmusich commented Jul 31, 2015

well. It didn't crash, but it should have some different output.

OutALCARECOHcalCalPedestal_noDrop = cms.PSet(
    SelectEvents = cms.untracked.PSet(
        SelectEvents = cms.vstring('pathALCARECOHcalCalPedestal')
    ),
    outputCommands = cms.untracked.vstring(
    'keep *_gtDigisAlCaMB_*_*',
        'keep HBHERecHitsSorted_hbherecoMB_*_*',
        'keep HORecHitsSorted_horecoMB_*_*',
        'keep HFRecHitsSorted_hfrecoMB_*_*',
        'keep HFRecHitsSorted_hfrecoMBspecial_*_*',
        'keep HBHERecHitsSorted_hbherecoNoise_*_*',
        'keep HORecHitsSorted_horecoNoise_*_*',
        'keep HFRecHitsSorted_hfrecoNoise_*_*')
)

@diguida
Copy link
Contributor Author

diguida commented Jul 31, 2015

ok, seems that I need another fix...

@diguida
Copy link
Contributor Author

diguida commented Jul 31, 2015

Issue found: it is a bug in the keep statement (well, I'd rather call it regression...)
Bad, we need to change the output for MinBias too.

Problems are always coming on Friday.

@mmusich
Copy link
Contributor

mmusich commented Jul 31, 2015

@diguida yes, since we changed the cloning the keep should be changes as well

@mmusich
Copy link
Contributor

mmusich commented Jul 31, 2015

a mininal set would be:

'keep *_gtDigisAlCaPedestals_*_*',
'keep HBHERecHitsSorted_hbherecoPedestals_*_*',
'keep HORecHitsSorted_horecoPedestals_*_*',
'keep HFRecHitsSorted_hfrecoPedestals_*_*'

@kodolova @bsunanda can you comment please? We cannot guess what you need.
For the DIGI do you need all flavours of them?

@cmsbuild
Copy link
Contributor

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

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 1, 2015

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 1, 2015

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Aug 1, 2015

@davidlange6
Copy link
Contributor

+1

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

4 participants