Created
February 21, 2014 18:29
-
-
Save raggleton/9140255 to your computer and use it in GitHub Desktop.
Prints out event content during path run (like edmDumpEventContent)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
process.eca= cms.EDAnalyzer("EventContentAnalyzer" | |
#getData = cms.untracked.bool(True), | |
#listContent = cms.untracked.bool(False) | |
) | |
then later on | |
process.p = cms.Path( ... + process.eca + ... ) | |
# https://github.com/cms-sw/cmssw/blob/e858790c803839263e8b9c67ba6a07273d953af3/FWCore/Modules/python/printContent_cfi.py |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment