CMS 3D CMS Logo

TrackerOfflineValidation_cfi.py

Go to the documentation of this file.
00001 import FWCore.ParameterSet.Config as cms
00002 
00003 # Put here the modules you want the cfg file to use,
00004 # then include this file in your cfg file.
00005 # i.e. in Validator.cfg replace 'module demo = Validator {} '
00006 # with 'include "anlyzerDir/Validator/data/Validator.cfi" '.
00007 # (Remember that filenames are case sensitive.)
00008 TrackerOfflineValidation = cms.EDFilter("TrackerOfflineValidation",
00009     Tracks = cms.InputTag("TrackRefitter"),
00010     TH1NormResModules = cms.PSet(
00011         xmin = cms.double(-3.0),
00012         Nbinx = cms.int32(90),
00013         xmax = cms.double(3.0)
00014     ),
00015     trajectoryInput = cms.string('TrackRefitter'),
00016     TH1ResModules = cms.PSet(
00017         xmin = cms.double(-3.0),
00018         Nbinx = cms.int32(1000),
00019         xmax = cms.double(3.0)
00020     )
00021 )
00022 
00023 

Generated on Tue Jun 9 17:24:57 2009 for CMSSW by  doxygen 1.5.4