Variables | |
tuple | ShallowTree |
tuple | theBigNtuple |
00001 cms.EDAnalyzer("ShallowTree", 00002 outputCommands = cms.untracked.vstring( 00003 'drop *', 00004 'keep *_shallowEventRun_*_*', 00005 'keep *_shallowClusters_*_*', 00006 'keep *_shallowRechitClusters_*_*', 00007 'keep *_shallowTracks_*_*', 00008 'keep *_shallowTrackClusters_*_*', 00009 'keep *_shallowSimhitClusters_*_*', 00010 'keep *_shallowSimTracks_*_*' 00011 ))
Definition at line 11 of file theBigNtupleMC_cfi.py.
00001 cms.Sequence( (shallowEventRun + 00002 shallowClusters + 00003 shallowRechitClusters + 00004 shallowSimhitClusters + 00005 shallowTrackClusters + 00006 shallowTracks + 00007 shallowSimTracks) * 00008 ShallowTree 00009 )
Definition at line 23 of file theBigNtupleMC_cfi.py.