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

Silent warning due to missing templates in PhaseII #17290

Merged
merged 1 commit into from Feb 1, 2017

Conversation

rovere
Copy link
Contributor

@rovere rovere commented Jan 26, 2017

The materialDumpAnalyser uses internally a refitter to
extract the angle of incidence of the track with respect to
the sensor surface. The refitter uses 'angleAndTemplate',
that in PhaseII is missing. This PR drops the template
part.

@cmsbuild
Copy link
Contributor

A new Pull Request was created by @rovere (Marco Rovere) for CMSSW_9_0_X.

It involves the following packages:

DQM/TrackingMonitor

@cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@hdelanno, @makortel, @threus, @fioriNTU, @idebruyn, @mtosi 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

@@ -18,6 +18,9 @@
PropagatorOpposite = cms.string("RungeKuttaTrackerPropagatorOpposite")
)

from Configuration.Eras.Modifier_trackingPhase2PU140_cff import trackingPhase2PU140
trackingPhase2PU140.toModify(materialDumperAnalyzer, TrackerRecHitBuilder='WithTrackAngle')
Copy link
Contributor

Choose a reason for hiding this comment

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

I'd suggest to use phase2_tracker sub-era instead. All other TTRHBuilder instances are customized with that, and not using templates is more a property of the "detector", than a property of "tracking", even if we have only 1 phase2 tracking configuration at the moment.

The materialDumpAnalyser uses internally a refitter to
extract the angle of incidence of the track with respect to
the sensor surface. The refitter uses 'angleAndTemplate',
that in PhaseII is missing. This PR drops the template
part.
@rovere rovere force-pushed the SilentTemplateWarnInMatDumper branch from 8396439 to cc1ab83 Compare January 26, 2017 10:42
@VinInn
Copy link
Contributor

VinInn commented Jan 28, 2017

@cmsbuild , please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jan 28, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/17481/console Started: 2017/01/28 18:55

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

@dmitrijus
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_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

@cmsbuild cmsbuild merged commit cbd9409 into cms-sw:CMSSW_9_0_X Feb 1, 2017
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

6 participants