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

add PV monitoring @HLT #18191

Merged
merged 10 commits into from Apr 12, 2017
Merged

Conversation

mtosi
Copy link
Contributor

@mtosi mtosi commented Apr 4, 2017

backport of PR #18074

mtosi and others added 9 commits April 3, 2017 11:05
fix

bug fix

add ndof

add PV monitoring@HLT for online DQM
Ignore vertex collections for which the track refs are null (as done by @makortel in 336f8af)

Print LogWarning once per stream in case of missing input collection (as done by @makortel in 0b5aad4)

fix PVV@HLT

fix
fix VALIDATION step in workflows w/ HLT:@Fake

fix

fix

fix DQM step as well !
fix

add PAGs client

fix

fix handling of condDataValidation

fix HARVESTING step in run1

no HLT Validation HARVESTING and no HLT DQM HARVESTING

re-fix
fix

bug fix

add ndof

add PV monitoring@HLT for online DQM

Conflicts:
	DQMOffline/RecoB/plugins/PrimaryVertexMonitor.cc
	DQMOffline/RecoB/plugins/PrimaryVertexMonitor.h

Ignore vertex collections for which the track refs are null

Print LogWarning once per stream in case of missing input collection

Ignore vertex collections for which the track refs are null (as done by @makortel in 336f8af)

Print LogWarning once per stream in case of missing input collection (as done by @makortel in 0b5aad4)

fix PVV@HLT

fix

Conflicts:
	DQMOffline/RecoB/plugins/PrimaryVertexMonitor.h

add standardValidationNoHLT

fix VALIDATION step in workflows w/ HLT:@Fake

fix

fix

fix DQM step as well !

Conflicts:
	Configuration/PyReleaseValidation/python/relval_steps.py

add main PAGs sequence for offline DQM

fix

add PAGs client

fix

fix handling of condDataValidation

fix HARVESTING step in run1

no HLT Validation HARVESTING and no HLT DQM HARVESTING

Conflicts:
	Configuration/PyReleaseValidation/python/relval_steps.py

re-fix

fix

fix
@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

A new Pull Request was created by @mtosi (mia tosi) for CMSSW_9_0_X.

It involves the following packages:

Configuration/PyReleaseValidation
Configuration/StandardSequences
DQM/HLTEvF
DQMOffline/Configuration
DQMOffline/RecoB
DQMOffline/Trigger
SimTracker/VertexAssociation
Validation/Configuration
Validation/RecoVertex

@perrotta, @cmsbuild, @civanch, @dmitrijus, @silviodonato, @fwyzard, @mdhildreth, @fabozzi, @Martin-Grunewald, @franzoni, @kpedro88, @slava77, @GurpreetSinghChahal, @vanbesien, @davidlange6 can you please review it and eventually sign? Thanks.
@ghellwig, @felicepantaleo, @Martin-Grunewald, @threus, @venturia, @battibass, @makortel, @acaudron, @sdevissc, @jhgoh, @HuguesBrun, @ferencek, @trocino, @rociovilar, @GiacomoSguazzoni, @rovere, @VinInn, @ebrondol, @dgulhan, @imarches, @calderona, @mverzett, @JyothsnaKomaragiri, @pvmulder 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

@Martin-Grunewald
Copy link
Contributor

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

The tests are being triggered in jenkins.
https://cmssdt.cern.ch/jenkins/job/ib-any-integration/18906/console Started: 2017/04/04 12:58

@dmitrijus
Copy link
Contributor

+1

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

-1

Tested at: 992c499

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

I found follow errors while testing this PR

Failed tests: Build

  • Build:

I found an error when building:

>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/DQMServices/Core/bin/MergeFile.cpp 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/DQMServices/Core/test/DQMTestStandaloneBuildOfDQMStore.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/DQMServices/Core/test/DQMFastMatchTest.cc 
>> Compiling  /build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/DQMServices/Core/test/DQMQualityTestsExample.cc 
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/SLHCUpgradeSimulations/Geometry/src/PrintGeomMatInfo.cc: In member function 'void PrintGeomMatInfo::dumpSummary(std::ostream&)':
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/SLHCUpgradeSimulations/Geometry/src/PrintGeomMatInfo.cc:177:11: error: 'G4PhysicalVolumeStore' does not name a type
     const G4PhysicalVolumeStore * pvs = G4PhysicalVolumeStore::GetInstance();
           ^
/build/cmsbld/jenkins-workarea/workspace/ib-any-integration/CMSSW_9_0_X_2017-04-03-2300/src/SLHCUpgradeSimulations/Geometry/src/PrintGeomMatInfo.cc:178:50: error: 'pvs' was not declared in this scope
     out << " Number of G4VPhysicalVolume's: " << pvs->size() << std::endl;
                                                  ^


@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

@perrotta
Copy link
Contributor

perrotta commented Apr 4, 2017

please test

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

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

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

Comparison job queued.

@cmsbuild
Copy link
Contributor

cmsbuild commented Apr 4, 2017

@perrotta
Copy link
Contributor

perrotta commented Apr 4, 2017

+1
Same as #18074 in 91X

@Martin-Grunewald
Copy link
Contributor

+1

@kpedro88
Copy link
Contributor

kpedro88 commented Apr 5, 2017

+1

@dmitrijus
Copy link
Contributor

+1

@civanch
Copy link
Contributor

civanch commented Apr 5, 2017

+1

@davidlange6 davidlange6 merged commit 9476e21 into cms-sw:CMSSW_9_0_X Apr 12, 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

9 participants