Variables | |
tuple | htr_xml |
00001 cms.EDAnalyzer("HtrXmlPattern", 00002 #for non-existent electronics. 00003 presamples_per_event = cms.untracked.int32(4), 00004 sets_to_show = cms.untracked.int32(0), ##For a non-negative integer, dump an amount of data to stdout 00005 00006 single_XML_file = cms.untracked.bool(True), ##When true, all patterns are placed in a single 00007 00008 write_XML = cms.untracked.bool(True), ##When true, XML files containing the pattern data are produced. 00009 00010 #XML file (otherwise one file per channel). 00011 file_tag = cms.untracked.string('example'), 00012 #that is proportional to this number. 00013 #For any negative number, dump all available data to stdout. 00014 #Non-zero values are typically used for debugging. 00015 show_errors = cms.untracked.bool(True), 00016 samples_per_event = cms.untracked.int32(10), ##Keep up to this many total samples 00017 00018 #(including pre-samples) per event. 00019 write_root_file = cms.untracked.bool(True), 00020 user_output_directory = cms.untracked.string('/tmp') ##user_output_directory and will contain all produced files. 00021 00022 )
Definition at line 3 of file HtrXmlPattern_cfi.py.