Main Page
Namespaces
Classes
Package Documentation
Alignment
TrackerAlignment
python
TrackerTreeGenerator_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
TrackerTreeGenerator = cms.EDAnalyzer(
'TrackerTreeGenerator'
,
4
# default: create entry for every physical module, set to true to create one entry for the virtual double-sided module in addition
5
# ask for the additional virtual module in produced TTree with "IsDoubleSide == true"
6
createEntryForDoubleSidedModule = cms.bool(
False
)
7
)
Generated for CMSSW Reference Manual by
1.8.11