CMS 3D CMS Logo

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

Variables

tuple shallowTree
 
tuple theBigNtuple
 

Variable Documentation

tuple theBigNtupleMC_cfi.shallowTree
Initial value:
1 = cms.EDAnalyzer("ShallowTree",
2  outputCommands = cms.untracked.vstring(
3  'drop *',
4  'keep *_shallowEventRun_*_*',
5  'keep *_shallowClusters_*_*',
6  'keep *_shallowRechitClusters_*_*',
7  'keep *_shallowTracks_*_*',
8  'keep *_shallowTrackClusters_*_*',
9  'keep *_shallowSimhitClusters_*_*',
10  'keep *_shallowSimTracks_*_*'
11  ))

Definition at line 11 of file theBigNtupleMC_cfi.py.

tuple theBigNtupleMC_cfi.theBigNtuple
Initial value:
1 = cms.Sequence( (shallowEventRun +
2  shallowClusters +
3  shallowRechitClusters +
4  shallowSimhitClusters +
5  shallowTrackClusters +
6  shallowTracks +
7  shallowSimTracks) *
8  shallowTree
9  )

Definition at line 23 of file theBigNtupleMC_cfi.py.