CMS 3D CMS Logo

Variables
TreeMerger_cff Namespace Reference

Variables

 AlignmentTreeMerger
 

Variable Documentation

◆ AlignmentTreeMerger

TreeMerger_cff.AlignmentTreeMerger
Initial value:
1 = cms.EDAnalyzer("TreeMerger",
2  FileList= cms.string("DQMHitMapsList.txt"),
3  TreeName= cms.string("AlignmentHitMaps"),#if you change this be sure to be consistent with the rest of your code
4  OutputFile=cms.string("AlignmentHitMapsMerged.root"),
5  NhitsMaxLimit=cms.int32(0),#this applies to ALL TK at the same time; no upper limit by default
6  NhitsMaxSet=cms.PSet(#in this way you can set different thresholds for each subdet; it is ignored if NhitsMaxLimit is higher than -1
7  PXBmaxhits=cms.int32(-1),#no upper limit by default
8  PXFmaxhits=cms.int32(-1),
9  TIBmaxhits=cms.int32(-1),
10  TIDmaxhits=cms.int32(-1),
11  TOBmaxhits=cms.int32(-1),
12  TECmaxhits=cms.int32(-1)
13  )
14  )

Definition at line 3 of file TreeMerger_cff.py.