CMS 3D CMS Logo

TIFNtupleMaker_cfi.py

Go to the documentation of this file.
00001 # The following comments couldn't be translated into the new config version:
00002 
00003 # This uses all the information (also the rechits)
00004 # Set updatedState to combinedState to exclude rechits (usefull to evaluate pulls and residuals)
00005 
00006 import FWCore.ParameterSet.Config as cms
00007 
00008 modTIFNtupleMaker = cms.EDFilter("TIFNtupleMaker",
00009     SeedsLabel = cms.string('cosmicseedfinder'),
00010     # Objects Labels
00011     TracksLabel = cms.string('cosmictrackfinder'),
00012     TEC_ON = cms.bool(True),
00013     TID_ON = cms.bool(True),
00014     TOB_ON = cms.bool(True),
00015     TIB_ON = cms.bool(True),
00016     #  string Fitter = "KFFittingSmoother"   
00017     #  string Propagator = "PropagatorWithMaterial" 
00018     #  string src = "ctfWithMaterialTracks"
00019     fileName = cms.string('test_TAC.root'),
00020     SINGLE_DETECTORS = cms.bool(False),
00021     TTRHBuilder = cms.string('WithTrackAngle'),
00022     TrackInfoLabel = cms.InputTag("trackinfo","updatedState"),
00023     dCrossTalkErr = cms.untracked.double(0.1),
00024     oSiStripDigisLabel = cms.untracked.string('siStripDigis'),
00025     oSiStripDigisProdInstName = cms.untracked.string('ZeroSuppressed')
00026 )
00027 
00028 

Generated on Tue Jun 9 17:25:12 2009 for CMSSW by  doxygen 1.5.4