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

Changed generic 'action' names to be more descriptive. #545

Merged
merged 2 commits into from Aug 16, 2013

Conversation

Dr15Jones
Copy link
Contributor

Changed the generic name actions:: and ActionTable to the more descriptive names exception_actions and ExceptionToActionTable.

…ptive names exception_actions and ExceptionToActionTable.
@cmsbuild
Copy link
Contributor

The following categories have been signed by chrjones (a.k.a. @Dr15Jones on GitHub): Core

@cms-git-visualization, @cms-git-core, @cms-git-geometry

@ktf
Copy link
Contributor

ktf commented Aug 15, 2013

@nclopezo please test.

@ghost ghost assigned nclopezo Aug 15, 2013
@nclopezo
Copy link
Contributor

Hi,

I took this changes on to of CMSSW_7_0_X_2013-08-16-0200, and when I tried to build I got the following error:

In file included from /build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/PileUp.cc:20:0:
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.h:20:14: error: 'ActionTable' has not been declared
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/PileUp.cc: In constructor 'edm::PileUp::PileUp(const edm::ParameterSet&, double, TH1F*, bool)':
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/PileUp.cc:64:92: error: 'ActionTable' was not declared in this scope
In file included from /build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.cc:1:0:
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.h:20:14: error: 'ActionTable' has not been declared
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.cc:9:22: error: 'ActionTable' has not been declared
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.cc: In constructor 'edm::SecondaryEventProvider::SecondaryEventProvider(std::vector&, edm::ProductRegistry&, const int&, boost::shared_ptr)':
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.cc:11:86: error: no matching function for call to 'edm::WorkerManager::WorkerManager(boost::shared_ptr, const int&)'
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.cc:11:86: note: candidate is:
In file included from /build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.h:4:0,
                 from /build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/Mixing/Base/src/SecondaryEventProvider.cc:1:
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/FWCore/Framework/interface/WorkerManager.h:31:5: note: edm::WorkerManager::WorkerManager(boost::shared_ptr, const edm::ExceptionToActionTable&)
/build/dmendezl/CMSSW_7_0_X_2013-08-16-0200/src/FWCore/Framework/interface/WorkerManager.h:31:5: note:   no known conversion for argument 2 from 'const int' to 'const edm::ExceptionToActionTable&'

you can see the complete logs here:

https://cmssdt.cern.ch/jenkins/job/Pull-Request-Integration/ARCHITECTURE=slc5_amd64_gcc472/126/consoleFull

@Dr15Jones
Copy link
Contributor Author

The recent commit fixes the compilation problem found by David. Please retest.

@ktf
Copy link
Contributor

ktf commented Aug 16, 2013

ktf added a commit that referenced this pull request Aug 16, 2013
Changed generic 'action' names to be more descriptive.
@ktf ktf merged commit c881bea into cms-sw:CMSSW_7_0_X Aug 16, 2013
nclopezo pushed a commit to nclopezo/cmssw that referenced this pull request Apr 30, 2014
Add data for CondFormats/JetMETObjects to github repository.
gpetruc added a commit to gpetruc/cmssw that referenced this pull request Jan 4, 2016
Heppy: adding rl_* control variables (only MT2 related)
arizzi added a commit to arizzi/cmssw that referenced this pull request Sep 7, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants