Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
Validation
TrackingMCTruth
python
trackingTruthValidation_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
trackingTruthValid = cms.EDAnalyzer(
"TrackingTruthValid"
,
4
#to run on original collection
5
# InputTag src = trackingtruthprod:
6
# string outputFile = "trackingtruthhisto.root"
7
#to run on merged collection (default)
8
src = cms.InputTag(
"mix"
,
"MergedTrackTruth"
),
9
runStandalone = cms.bool(
False
),
10
outputFile = cms.string(
''
)
11
)
12
13
Config
Generated for CMSSW Reference Manual by
1.8.5