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

Use edm::stream for ByMultiplicityEventFilter #17515

Merged
merged 2 commits into from Feb 17, 2017

Conversation

lgray
Copy link
Contributor

@lgray lgray commented Feb 14, 2017

Update ByMultiplicityEventFilter to be an edm::stream module.

@lgray
Copy link
Contributor Author

lgray commented Feb 14, 2017

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 14, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17792/console Started: 2017/02/15 00:55

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_9_0_X.

It involves the following packages:

DPGAnalysis/SiStripTools

@cmsbuild, @monttj, @davidlange6 can you please review it and eventually sign? Thanks.
@threus, @venturia this is something you requested to watch as well.
@davidlange6, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

@cmsbuild
Copy link
Contributor

-1

Tested at: 91d3f91

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
4f3b5b5
7a3aba3
4a9a817
3b38b28
a19d310
1b13dab
c482c58
eeccab0
b6fd472
763413e
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-17515/17792/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-17515/17792/git-merge-result

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

I found follow errors while testing this PR

Failed tests: Build ClangBuild

  • Build:

I found an error when building:

>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/RecoTauTag/RecoTau/plugins/PFRecoTauCorrectedInvariantMassProducer.cc 
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/RecoTauTag/RecoTau/plugins/RecoTauElectronRejectionPlugin.cc 
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/DPGAnalysis/SiStripTools/plugins/ByMultiplicityEventFilter.cc: In instantiation of 'class ByMultiplicityEventFilter > >':
/cvmfs/cms-ib.cern.ch/nweek-02459/slc6_amd64_gcc530/cms/cmssw-patch/CMSSW_9_0_X_2017-02-14-1100/src/FWCore/Framework/src/WorkerMaker.h:74:24:   required from 'void edm::WorkerMaker::fillDescriptions(edm::ConfigurationDescriptions&) const [with T = ByMultiplicityEventFilter > >]'
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/DPGAnalysis/SiStripTools/plugins/ByMultiplicityEventFilter.cc:159:63:   required from here
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/DPGAnalysis/SiStripTools/plugins/ByMultiplicityEventFilter.cc:128:1: error: 'void ByMultiplicityEventFilter::beginJob() [with T = SingleMultiplicity >]' marked 'override', but does not override
 ByMultiplicityEventFilter::beginJob()
 ^
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/DPGAnalysis/SiStripTools/plugins/ByMultiplicityEventFilter.cc:135:1: error: 'void ByMultiplicityEventFilter::endJob() [with T = SingleMultiplicity >]' marked 'override', but does not override
 ByMultiplicityEventFilter::endJob() {
 ^

  • Clang:

I found a compilation error while trying to compile with clang:
I used this command:
scram b vclean && scram build -k -j 64 USER_CXXFLAGS='-fsyntax-only' COMPILER='llvm compile'

>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/CondTools/Geometry/plugins/HcalParametersDBBuilder.cc 
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/CondTools/Geometry/plugins/calowriters.cc 
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/CondTools/Geometry/plugins/CSCRecoIdealDBLoader.cc 
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/CondTools/Geometry/plugins/PGeometricDetBuilder.cc 
>> Compiling edm plugin /build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/CondTools/Geometry/plugins/ME0RecoIdealDBLoader.cc 
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/DPGAnalysis/SiStripTools/plugins/ByMultiplicityEventFilter.cc:57:20: error: 'beginJob' marked 'override' but does not override any member functions
      virtual void beginJob() override ;
                   ^
/build/cmsbuild/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-02-14-1100/src/DPGAnalysis/SiStripTools/plugins/ByMultiplicityEventFilter.cc:59:20: error: 'endJob' marked 'override' but does not override any member functions
      virtual void endJob() override ;
                   ^


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:
4f3b5b5
7a3aba3
4a9a817
3b38b28
a19d310
1b13dab
c482c58
eeccab0
b6fd472
763413e
You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-17515/17792/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-17515/17792/git-merge-result

@cmsbuild
Copy link
Contributor

Comparison not run due to Build errors (RelVals and Igprof tests were also skipped)

@cmsbuild
Copy link
Contributor

Pull request #17515 was updated. @cmsbuild, @monttj, @davidlange6 can you please check and sign again.

@lgray
Copy link
Contributor Author

lgray commented Feb 15, 2017

@cmsbuild please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Feb 15, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17804/console Started: 2017/02/15 19:05

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@lgray
Copy link
Contributor Author

lgray commented Feb 16, 2017

@Dr15Jones @knoepfel

@lgray
Copy link
Contributor Author

lgray commented Feb 16, 2017

@monttj Can you please have a look and approve ASAP? Thanks!

@Dr15Jones
Copy link
Contributor

As long as all the template arguments are 'thread friendly' it appears to be fine.

@monttj
Copy link
Contributor

monttj commented Feb 16, 2017

+1

@cmsbuild
Copy link
Contributor

This pull request is fully signed and it will be integrated in one of the next CMSSW_9_0_X IBs (tests are also fine). This pull request requires discussion in the ORP meeting before it's merged. @davidlange6, @smuzaffar

@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

5 participants