CMS 3D CMS Logo

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 )