Main Page
Namespaces
Classes
Package Documentation
Validation
TrackingMCTruth
python
trackingTruthValidation_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
3
from
DQMServices.Core.DQMEDAnalyzer
import
DQMEDAnalyzer
4
trackingTruthValid =
DQMEDAnalyzer
(
'TrackingTruthValid'
,
5
#to run on original collection
6
# InputTag src = trackingtruthprod:
7
# string outputFile = "trackingtruthhisto.root"
8
#to run on merged collection (default)
9
src = cms.InputTag(
"mix"
,
"MergedTrackTruth"
),
10
runStandalone = cms.bool(
False
),
11
outputFile = cms.string(
''
)
12
)
13
14
DQMEDAnalyzer
Definition:
DQMEDAnalyzer.py:1
Generated for CMSSW Reference Manual by
1.8.11