CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Variables
HtrXmlPattern_cfi Namespace Reference

Variables

tuple htr_xml
 

Variable Documentation

tuple HtrXmlPattern_cfi.htr_xml
Initial value:
1 = cms.EDAnalyzer("HtrXmlPattern",
2  #for non-existent electronics.
3  presamples_per_event = cms.untracked.int32(4),
4  sets_to_show = cms.untracked.int32(0), ##For a non-negative integer, dump an amount of data to stdout
5 
6  single_XML_file = cms.untracked.bool(True), ##When true, all patterns are placed in a single
7 
8  write_XML = cms.untracked.bool(True), ##When true, XML files containing the pattern data are produced.
9 
10  #XML file (otherwise one file per channel).
11  file_tag = cms.untracked.string('example'),
12  #that is proportional to this number.
13  #For any negative number, dump all available data to stdout.
14  #Non-zero values are typically used for debugging.
15  show_errors = cms.untracked.bool(True),
16  samples_per_event = cms.untracked.int32(10), ##Keep up to this many total samples
17 
18  #(including pre-samples) per event.
19  write_root_file = cms.untracked.bool(True),
20  user_output_directory = cms.untracked.string('/tmp') ##user_output_directory and will contain all produced files.
21 
22 )

Definition at line 3 of file HtrXmlPattern_cfi.py.