Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
src
CalibTracker
SiStripCommon
python
theBigNtupleMC_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
CalibTracker.SiStripCommon.ShallowEventDataProducer_cfi
import
*
4
from
CalibTracker.SiStripCommon.ShallowClustersProducer_cfi
import
*
5
from
CalibTracker.SiStripCommon.ShallowTrackClustersProducer_cfi
import
*
6
from
CalibTracker.SiStripCommon.ShallowRechitClustersProducer_cfi
import
*
7
from
CalibTracker.SiStripCommon.ShallowSimhitClustersProducer_cfi
import
*
8
from
CalibTracker.SiStripCommon.ShallowTracksProducer_cfi
import
*
9
from
CalibTracker.SiStripCommon.ShallowSimTracksProducer_cfi
import
*
10
11
shallowTree = cms.EDAnalyzer(
"ShallowTree"
,
12
outputCommands = cms.untracked.vstring(
13
'drop *'
,
14
'keep *_shallowEventRun_*_*'
,
15
'keep *_shallowClusters_*_*'
,
16
'keep *_shallowRechitClusters_*_*'
,
17
'keep *_shallowTracks_*_*'
,
18
'keep *_shallowTrackClusters_*_*'
,
19
'keep *_shallowSimhitClusters_*_*'
,
20
'keep *_shallowSimTracks_*_*'
21
))
22
23
theBigNtuple = cms.Sequence( (shallowEventRun +
24
shallowClusters +
25
shallowRechitClusters +
26
shallowSimhitClusters +
27
shallowTrackClusters +
28
shallowTracks +
29
shallowSimTracks) *
30
shallowTree
31
)
ShallowEventDataProducer_cfi
Config
ShallowClustersProducer_cfi
ShallowRechitClustersProducer_cfi
ShallowTracksProducer_cfi
ShallowSimhitClustersProducer_cfi
ShallowSimTracksProducer_cfi
ShallowTrackClustersProducer_cfi
Generated for CMSSW Reference Manual by
1.8.5