-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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
Fix VID python behavior and ignored cuts (76X) #12111
Conversation
@cmsbuild please test |
The tests are being triggered in jenkins. |
A new Pull Request was created by @lgray (Lindsey Gray) for CMSSW_7_6_X. Fix VID python behavior and ignored cuts (76X) It involves the following packages: PhysicsTools/SelectorUtils @cmsbuild, @vadler, @monttj can you please review it and eventually sign? Thanks. |
-1 Entering library rule at RecoMuon/MuonIdentification >> Building LCG reflex dict from header file src/RecoMuon/MuonIdentification/src/classes.h >> Compiling /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-26-2300/src/RecoMuon/MuonIdentification/src/CSCTimingExtractor.cc In file included from input_line_9:54: In file included from /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-26-2300/src/PhysicsTools/SelectorUtils/interface/MakePyVIDClassBuilder.h:4: /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-26-2300/src/PhysicsTools/SelectorUtils/interface/VersionedSelector.h:204:61: error: use of undeclared identifier 'cname' CINT_GUARD(plugin = CutApplicatorFactory::get()->create(cname,*icut)); ^ /tmp/cmsbuild/workspace/ib-any-integration/CMSSW_7_6_X_2015-10-26-2300/src/PhysicsTools/SelectorUtils/interface/VersionedSelector.h:17:26: note: expanded from macro 'CINT_GUARD' #define CINT_GUARD(CODE) CODE ^ you can see the results of the tests here: |
@cmsbuild please test |
The tests are being triggered in jenkins. |
Fix VID python behavior and ignored cuts (76X)
Backport of #12110.