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

BPH HLT DQM #18224

Merged
merged 18 commits into from Apr 14, 2017
Merged

BPH HLT DQM #18224

merged 18 commits into from Apr 14, 2017

Conversation

anigamova
Copy link
Contributor

reference method

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 5, 2017

A new Pull Request was created by @anigamova for master.

It involves the following packages:

DQMOffline/Trigger

@cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@battibass, @mtosi, @jhgoh, @calderona, @HuguesBrun, @trocino, @rociovilar this is something you requested to watch as well.
@Muzaffar, @davidlange6, @smuzaffar you are the release manager for this.

cms-bot commands are listed here #13028

METME mud0_;
METME muz0_;

METME JpsiPhi_;
Copy link
Contributor

Choose a reason for hiding this comment

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

if you do not use these MEs, please drop

GenericTriggerEventFlag* num_genTriggerEventFlag_;
GenericTriggerEventFlag* den_genTriggerEventFlag_;

// StringCutObjectSelector<reco::MET,true> metSelection_;
Copy link
Contributor

Choose a reason for hiding this comment

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

delete this lines, please

xmin = cms.double( -0.5),
xmax = cms.double(200),
)
hltBPHmonitoring.histoPSet.phiPSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

do you really need to specify the phi in the configuration ?
shouldn't it be fixed ?

xmin = cms.double( -3.2),
xmax = cms.double(3.2),
)
hltBPHmonitoring.histoPSet.etaPSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

is this binning enough ?
shouldn't you have a binning more related to the detector features as well ?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I think 0.2 will be enough

xmin = cms.double( -2.6),
xmax = cms.double(2.6),
)
hltBPHmonitoring.histoPSet.d0PSet = cms.PSet(
Copy link
Contributor

Choose a reason for hiding this comment

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

1 cm ?
I think it would better to increase the resolution, why don't ou make use of a variable binning here ?


edm::EDGetTokenT<reco::MuonCollection> muoToken_;
edm::EDGetTokenT<reco::BeamSpot> bsToken_;
edm::EDGetTokenT<reco::VertexCollection> PVsToken_;
Copy link
Contributor

Choose a reason for hiding this comment

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

are you using the PV ?
if not, please drop

@@ -18,6 +18,7 @@
from DQMOffline.Trigger.TrackingMonitoringPA_Client_cff import *

from DQMOffline.Trigger.ExoticaMonitoring_Client_cff import *
<<<<<<< HEAD
Copy link
Contributor

Choose a reason for hiding this comment

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

I think there is something wrong here ...
please, clean this code

@anigamova
Copy link
Contributor Author

can we test it ?

@mtosi
Copy link
Contributor

mtosi commented Apr 6, 2017

@dmitrijus @vanbesien , could we give a try, please ?

@vanbesien
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 7, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/18986/console Started: 2017/04/07 09:18

@cmsbuild
Copy link
Contributor

Pull request #18224 was updated. @cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #18224 was updated. @cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please check and sign again.

@cmsbuild
Copy link
Contributor

Pull request #18224 was updated. @cmsbuild, @dmitrijus, @vanbesien, @davidlange6 can you please check and sign again.

@anigamova
Copy link
Contributor Author

@davidlange6 thanks for comments, fixed everything

@anigamova
Copy link
Contributor Author

@davidlange6 do we have to test it again ?

@davidlange6
Copy link
Contributor

yes, starting now

@davidlange6
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 13, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/19169/console Started: 2017/04/13 17:19

@cmsbuild
Copy link
Contributor

@cmsbuild
Copy link
Contributor

Comparison job queued.

@cmsbuild
Copy link
Contributor

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-18224/19169/summary.html

Comparison Summary:

  • You potentially added 310 lines to the logs
  • Reco comparison results: 3309 differences found in the comparisons
  • DQMHistoTests: Total files compared: 23
  • DQMHistoTests: Total histograms compared: 1921559
  • DQMHistoTests: Total failures: 43786
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 1877600
  • DQMHistoTests: Total skipped: 173
  • DQMHistoTests: Total Missing objects: 0
  • Checked 94 log files, 14 edm output root files, 23 DQM output files

@davidlange6 davidlange6 merged commit 1fc4c05 into cms-sw:master Apr 14, 2017
genericTriggerEventPSet.add<std::vector<std::string> >("hltPaths",{});
genericTriggerEventPSet.add<std::string>("hltDBKey","");
genericTriggerEventPSet.add<bool>("errorReplyHlt",false);
genericTriggerEventPSet.add<unsigned int>("verbosityLevel",1);
Copy link
Contributor

Choose a reason for hiding this comment

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

Hi @anigamova - a late followup on this pull request - for production running this parameter needs to be 0. Please make a new PR with that change. Thanks

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Hi, created PR #18694
Thanks

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