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

Remove calo tau code and data formats #27400

Merged
merged 3 commits into from
Jul 9, 2019

Conversation

swozniewski
Copy link
Contributor

PR description:

This PR removes remaining code of Calo Taus, which are not used anymore. The purpose is basically clean up. In a previous PR #26816 some parts like reconstruction have already been removed.

All data formats specific to Calo Taus are removed. The content of some AOD productions from 2015 to 2018 was checked and did not contain these formats. The corresponding content dumps can be inspected in /afs/cern.ch/user/s/swozniew/public/TauPOG/EvtContentChecks. Therefore, no compatibility problems with existing official AODs are expected.
Furthermore the removal of the data formats was announced in https://indico.cern.ch/event/829640/contributions/3473231/attachments/1869301/3075263/StatusReportTauRECOJune.pdf, asking for objections concerning private productions but without responses so far.

In order to completely remove Calo Tau code, some member functions and the attribute caloSpecific_ of pat::tau were removed requiring a new class version 19 for pat::tau.

Some unused includes and typedefs from HLTrigger are removed. Also some code in DQM, DQMOffline, Fireworks that should be unused is removed. But please let know if related experts should be contacted.

This PR is not supposed to cause changes in physics results.

PR validation:

compiles and passes limited Matrix tests apart from some DAS errors

@cmsbuild
Copy link
Contributor

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27400/10687

  • This PR adds an extra 104KB to repository

@cmsbuild
Copy link
Contributor

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

It involves the following packages:

DQM/Physics
DQMOffline/Trigger
DataFormats/PatCandidates
DataFormats/TauReco
Documentation/DataFormats
Fireworks/Calo
HLTrigger/HLTfilters
PhysicsTools/PatAlgos
RecoTauTag/Configuration
RecoTauTag/RecoTau
Validation/RecoTau

@perrotta, @cmsbuild, @andrius-k, @Dr15Jones, @kmaeshima, @fwyzard, @schneiml, @cmsdoxy, @Martin-Grunewald, @alja, @jfernan2, @fioriNTU, @slava77, @santocch can you please review it and eventually sign? Thanks.
@TaiSakuma, @gouskos, @hatakeyamak, @rappoccio, @Martin-Grunewald, @peruzzim, @seemasharmafnal, @mmarionncern, @alja, @ahinzmann, @smoortga, @acaudron, @jhgoh, @jdolen, @JyothsnaKomaragiri, @drkovalskyi, @ferencek, @trocino, @rociovilar, @rovere, @jdamgov, @nhanvtran, @gkasieczka, @schoef, @mtosi, @clelange, @HeinerTholen, @HuguesBrun, @battibass, @calderona, @mverzett, @cbernet, @gpetruc, @mariadalfonso, @pvmulder, @folguera this is something you requested to watch as well.
@davidlange6, @slava77, @fabiocos you are the release manager for this.

cms-bot commands are listed here

@perrotta
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Jun 28, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/1252/console Started: 2019/06/28 17:02

@Martin-Grunewald
Copy link
Contributor

please test

@alja
Copy link
Contributor

alja commented Jun 28, 2019

+1

@cmsbuild
Copy link
Contributor

-1

Tested at: b9e2152

The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-842180/1252/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-842180/1252/git-merge-result

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

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found compilation error when building:

>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/PseudoTopProducer.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/StGenEventReco.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/StEvtSolutionMaker.cc 
>> Compiling edm plugin /build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/TtSemiEvtSolutionMaker.cc 
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc: In member function 'virtual void TtDilepEvtSolutionMaker::produce(edm::Event&, const edm::EventSetup&)':
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc:193:21: error: 'const class pat::Tau' has no member named 'isCaloTau'; did you mean 'isPFTau'?
         if ((*tau)->isCaloTau() && (*tau)->isolationTracksPtSum() < iso) {
                     ^~~~~~~~~
                     isPFTau
/build/cmsbld/jenkins/workspace/ib-run-pr-tests/CMSSW_11_0_X_2019-06-27-2300/src/TopQuarkAnalysis/TopEventProducers/src/TtDilepEvtSolutionMaker.cc:193:44: error: 'const class pat::Tau' has no member named 'isolationTracksPtSum'; did you mean 'isolationTracks'?
         if ((*tau)->isCaloTau() && (*tau)->isolationTracksPtSum() < iso) {


The following merge commits were also included on top of IB + this PR after doing git cms-merge-topic:

You can see more details here:
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-842180/1252/git-log-recent-commits
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-842180/1252/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

cmsbuild commented Jul 4, 2019

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

Comparison Summary:

  • No significant changes to the logs found
  • Reco comparison results: 0 differences found in the comparisons
  • DQMHistoTests: Total files compared: 33
  • DQMHistoTests: Total histograms compared: 3160399
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3160064
  • DQMHistoTests: Total skipped: 334
  • DQMHistoTests: Total Missing objects: 0
  • DQMHistoSizes: Histogram memory added: 0.0 KiB( 32 files compared)
  • Checked 137 log files, 14 edm output root files, 33 DQM output files

@perrotta
Copy link
Contributor

perrotta commented Jul 5, 2019

+1

  • Technical PR that removes calo tau modules and all references to them
    • Code changes are in line with the PR description
    • CaloTau's were not used in recent productions (from 2015, see PR description) and the DataFormat changes don't affect possible analysis code that read them
  • Jenkins tests pass and comparisons with the baseline show no differences

@Martin-Grunewald
Copy link
Contributor

+1

@jfernan2
Copy link
Contributor

jfernan2 commented Jul 5, 2019

+1

@santocch
Copy link

santocch commented Jul 5, 2019

+1

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2019

@alja @cmsdoxy this PR looks ok to me, and affects your area in a limited way. Please check it anyway, I will integrated it

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2019

code-checks

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 9, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor

cmsbuild commented Jul 9, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27400/10785

  • This PR adds an extra 108KB to repository

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2019

+1

@fabiocos
Copy link
Contributor

fabiocos commented Jul 9, 2019

merge

@cmsbuild cmsbuild merged commit 3024fbc into cms-sw:master Jul 9, 2019
@swozniewski swozniewski deleted the remove_calo_tau_code branch June 19, 2020 13:22
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

10 participants