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

Running code-format for reconstruction #27074

Merged
merged 2 commits into from Jun 6, 2019

Conversation

cmsbuild
Copy link
Contributor

@cmsbuild cmsbuild commented Jun 3, 2019

Applying code-format for CMSSW category reconstruction.
See the build logs here https://cmssdt.cern.ch/jenkins/job/GitHub-refactor-cmssw-module/349//console

cms-bot has successfully run the following:

  • scram build code-checks-all
  • scram build code-format-all
  • scram build

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

please test

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

The code-checks are being triggered in jenkins.

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

+code-checks

Logs: https://cmssdt.cern.ch/SDT/code-checks/cms-sw-PR-27074/10159

  • This PR adds an extra 8KB to repository

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-run-pr-tests/710/console Started: 2019/06/03 06:19

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

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

It involves the following packages:

DataFormats/ProtonReco
DataFormats/TauReco
DataFormats/TrajectorySeed
EventFilter/SiStripRawToDigi
RecoParticleFlow/PFTracking
RecoTracker/TkNavigation
RecoTracker/TransientTrackingRecHit
TrackingTools/TrackRefitter

@perrotta, @cmsbuild, @slava77 can you please review it and eventually sign? Thanks.
@felicepantaleo, @abbiendi, @Martin-Grunewald, @seemasharmafnal, @mmarionncern, @battibass, @makortel, @jhgoh, @lgray, @HuguesBrun, @trocino, @GiacomoSguazzoni, @rovere, @VinInn, @bellan, @hatakeyamak, @mschrode, @ebrondol, @dgulhan, @calderona, @bachtis, @cbernet, @gpetruc, @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

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

Comparison job queued.

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 3, 2019

Comparison is ready
https://cmssdt.cern.ch/SDT/jenkins-artifacts/pull-request-integration/PR-d70054/710/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: 3210678
  • DQMHistoTests: Total failures: 1
  • DQMHistoTests: Total nulls: 0
  • DQMHistoTests: Total successes: 3210343
  • 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

float hcalTotOverPLead() const; // total Hcal Cluster E / leadPFChargedHadron P
float hcalMaxOverPLead() const; // max. Hcal Cluster E / leadPFChargedHadron P
float hcal3x3OverPLead()
const; // Hcal Cluster E in R<0.184 around Ecal impact point of leading track / leadPFChargedHadron P
Copy link
Contributor

Choose a reason for hiding this comment

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

comment line issue

class PFTauDecayMode : public CompositeCandidate {
public:
const static unsigned char maxNumberOfPiZeroCandidatesAllowed =
4; //to help with indexing. changing this value necissitates changing the enum below
Copy link
Contributor

Choose a reason for hiding this comment

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

comment line issue

/** Default constructor. */
SiStripTrivialDigiAnalysis()
: events_(0), feds_(0), channels_(0), strips_(0), digis_(0), size_(1024), pos_(size_ + 1, 0), adc_(size_ + 1, 0) {
;
Copy link
Contributor

Choose a reason for hiding this comment

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

can be removed


float oPTOB =
1.f /
std::sqrt(Tk[i].innerMomentum().mag2()); // FIXME the original code was buggy should be outerMomentum...
Copy link
Contributor

Choose a reason for hiding this comment

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

here is a bad 3-line break

dbe->save("PreId.root");
;}
dbe->save("PreId.root");
;
Copy link
Contributor

Choose a reason for hiding this comment

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

another noop

const std::vector<const GeomDet*>& bComponents = dl->basicComponents();

if (bComponents.empty()){/* t'es pas dans la merde */;return;}
if (bComponents.empty()) { /* t'es pas dans la merde */
;
Copy link
Contributor

Choose a reason for hiding this comment

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

a noop and perhaps an expletive cleanup

@slava77
Copy link
Contributor

slava77 commented Jun 5, 2019

+1

for #27074 7622cf3

  • technical
  • jenkins tests pass

#27074 (review) can be followed up in another PR

@cmsbuild
Copy link
Contributor Author

cmsbuild commented Jun 5, 2019

This pull request is fully signed and it will be integrated in one of the next master IBs (tests are also fine). This pull request will now be reviewed by the release team before it's merged. @davidlange6, @slava77, @smuzaffar, @fabiocos (and backports should be raised in the release meeting by the corresponding L2)

@fabiocos
Copy link
Contributor

fabiocos commented Jun 6, 2019

+1

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

3 participants