Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-07-24 04:45:10

0001 import FWCore.ParameterSet.Config as cms
0002 from RecoParticleFlow.PFClusterProducer.particleFlowClusterECAL_cff import *
0003 
0004 particleFlowClusterOOTECAL = particleFlowClusterECAL.clone(
0005     inputECAL = "particleFlowClusterOOTECALUncorrected"
0006 )
0007