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

HCAL Digi Filtering Module : 80X #15163

Merged
merged 6 commits into from Jul 19, 2016
Merged

Conversation

Sam-Harper
Copy link
Contributor

The 80X edition of #15162

From the 80X PR

Dear All,

The E/gamma HLT needs to run method 2 on the HCAL Digis, however to run on all of them is too slow. So we have made a module which filters the HCAL digis around our reco::RecoEcalCandidates. We have tried to make it generic.

One thing I wasnt so sure about was where to stick the helper classes:
EtaPhiRegion
EtaPhiRegionData (and its base class)
As this is producer which wont be included by anything, its not doing harm in same header but I dont like it. Any suggestions on where to stick them (or just ignore it and leave it be).

We will need this before we can deploy our new H/E variable although its not an urgent bug fix, more an desired improvement

Cheers,
Sam

@gpasztor FYI

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @Sam-Harper for CMSSW_8_0_X.

It involves the following packages:

RecoEgamma/EgammaHLTProducers

@Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard, @davidlange6 can you please review it and eventually sign? Thanks.
@rafaellopesdesa, @HuguesBrun, @lgray, @battibass this is something you requested to watch as well.
@slava77, @Degano, @smuzaffar you are the release manager for this.

cms-bot commands are list here #13028

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 11, 2016

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

@cmsbuild
Copy link
Contributor

-1

Tested at: 200d3f9

You can see the results of the tests here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-15163/13966/summary.html

I found follow errors while testing this PR

Failed tests: RelVals AddOn

  • RelVals:

When I ran the RelVals I found an error in the following worklfows:
4.22 step2

runTheMatrix-results/4.22_RunCosmics2011A+RunCosmics2011A+RECOCOSD+ALCACOSD+SKIMCOSD+HARVESTDC/step2_RunCosmics2011A+RunCosmics2011A+RECOCOSD+ALCACOSD+SKIMCOSD+HARVESTDC.log
25202.0 step2
runTheMatrix-results/25202.0_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25/step2_TTbar_13+TTbar_13+DIGIUP15_PU25+RECOUP15_PU25+HARVESTUP15_PU25.log
50202.0 step2
runTheMatrix-results/50202.0_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50/step2_TTbar_13+TTbar_13+DIGIUP15_PU50+RECOUP15_PU50+HARVESTUP15_PU50.log
  • AddOn:

I found errors in the following addon tests:

cmsRun /cvmfs/cms-ib.cern.ch/week1/slc6_amd64_gcc530/cms/cmssw/CMSSW_8_0_X_2016-07-10-0000/src/PhysicsTools/PatAlgos/test/IntegrationTest_cfg.py : FAILED - time: date Mon Jul 11 17:30:57 2016-date Mon Jul 11 17:30:11 2016 s - exit: 23552

@Sam-Harper
Copy link
Contributor Author

Can we redo the tests? I think it was just an xrootd fail

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 14, 2016

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

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

return new EtaPhiRegionData<l1t::TauBxCollection>(para,consumesColl);
}else if(type=="RecoEcalCandidate"){
return new EtaPhiRegionData<reco::RecoEcalCandidateCollection>(para,consumesColl);
}else if(type=="RecoChargedCandiate"){
Copy link
Contributor

Choose a reason for hiding this comment

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

"RecoChargedCandidate"?

@cmsbuild
Copy link
Contributor

Pull request #15163 was updated. @Martin-Grunewald, @perrotta, @cmsbuild, @fwyzard, @davidlange6 can you please check and sign again.

@Sam-Harper
Copy link
Contributor Author

thanks for the spot, updated.

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 15, 2016

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

@perrotta
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_8_0_X IBs after it passes the integration tests. This pull request requires discussion in the ORP meeting before it's merged. @slava77, @davidlange6, @smuzaffar

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

@davidlange6
Copy link
Contributor

+1

@cmsbuild cmsbuild merged commit fb617f7 into cms-sw:CMSSW_8_0_X Jul 19, 2016
cmsbuild added a commit that referenced this pull request Jul 19, 2016
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