CMS 3D CMS Logo

Variables

TreeMerger_cff Namespace Reference

Variables

tuple AlignmentTreeMerger

Variable Documentation

Initial value:
00001 cms.EDAnalyzer("TreeMerger",
00002                                      FileList= cms.string("DQMHitMapsList.txt"),
00003                                      TreeName= cms.string("AlignmentHitMaps"),#if you change this be sure to be consistent with the rest of your code
00004                                      OutputFile=cms.string("AlignmentHitMapsMerged.root"),
00005                                      NhitsMaxLimit=cms.int32(0),#this applies to ALL TK at the same time; no upper limit by default
00006                                      NhitsMaxSet=cms.PSet(#in this way you can set different thresholds for each subdet; it is ignored if NhitsMaxLimit is higher than -1
00007                                                    PXBmaxhits=cms.int32(-1),#no upper limit by default 
00008                                                    PXFmaxhits=cms.int32(-1),
00009                                                    TIBmaxhits=cms.int32(-1),
00010                                                    TIDmaxhits=cms.int32(-1),
00011                                                    TOBmaxhits=cms.int32(-1),
00012                                                    TECmaxhits=cms.int32(-1)
00013                                                    )
00014                                      )

Definition at line 3 of file TreeMerger_cff.py.