CMS 3D CMS Logo

AnaObjProducer_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 modAnaObjProducer = cms.EDProducer("AnaObjProducer",
00009     analyzedtrack = cms.string('AnalyzedTracks'),
00010     SeedsLabel = cms.string('cosmicseedfinder'),
00011     # Objects Labels
00012     TracksLabel = cms.string('cosmictrackfinder'),
00013     TEC_ON = cms.bool(True),
00014     TID_ON = cms.bool(True),
00015     #  string analyzedtrack   = ""
00016     #  string analyzedcluster = ""
00017     analyzedcluster = cms.string('AnalyzedClusters'),
00018     TOB_ON = cms.bool(True),
00019     TIB_ON = cms.bool(True),
00020     #  string Fitter = "KFFittingSmoother"   
00021     #  string Propagator = "PropagatorWithMaterial" 
00022     #  string src = "ctfWithMaterialTracks"
00023     fileName = cms.string('test_TAC.root'),
00024     SINGLE_DETECTORS = cms.bool(False),
00025     TTRHBuilder = cms.string('WithTrackAngle'),
00026     TrackInfoLabel = cms.InputTag("trackinfo","updatedState"),
00027     dCrossTalkErr = cms.untracked.double(0.1),
00028     Simulation = cms.bool(False)
00029 )
00030 
00031 

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