Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-04-06 12:27:30

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 from copy import deepcopy
0004 
0005 #Geometry
0006 # include used for track reconstruction 
0007 # note that tracking is redone since we need updated hits and they 
0008 # are not stored in the event!
0009 # include "RecoTracker/TrackProducer/data/CTFFinalFitWithMaterial.cff"
0010 from RecoParticleFlow.PFProducer.particleFlowBlock_cfi import *
0011