Go to the documentation of this file.00001 import FWCore.ParameterSet.Config as cms
00002
00003 htr_xml = cms.EDAnalyzer("HtrXmlPattern",
00004
00005 presamples_per_event = cms.untracked.int32(4),
00006 sets_to_show = cms.untracked.int32(0),
00007
00008 single_XML_file = cms.untracked.bool(True),
00009
00010 write_XML = cms.untracked.bool(True),
00011
00012
00013 file_tag = cms.untracked.string('example'),
00014
00015
00016
00017 show_errors = cms.untracked.bool(True),
00018 samples_per_event = cms.untracked.int32(10),
00019
00020
00021 write_root_file = cms.untracked.bool(True),
00022 user_output_directory = cms.untracked.string('/tmp')
00023
00024 )
00025
00026