Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2025-07-09 05:00:37

0001 from SimCalorimetry.HGCalAssociatorProducers.LCToCPAssociation_cfi import barrelLayerClusterCaloParticleAssociation
0002 from SimCalorimetry.HGCalAssociatorProducers.LCToSCAssociation_cfi import barrelLayerClusterSimClusterAssociation
0003 from SimCalorimetry.HGCalAssociatorProducers.barrelLCToSCAssociatorByEnergyScoreProducer_cfi import *
0004 from SimCalorimetry.HGCalAssociatorProducers.barrelLCToCPAssociatorByEnergyScoreProducer_cfi import *
0005 
0006 from Validation.HGCalValidation.BarrelValidator_cff import barrelValidator
0007 
0008 barrelValidatorSequence = cms.Sequence(barrelValidator)
0009 
0010 barrelAssociators = cms.Task(
0011     barrelLCToCPAssociatorByEnergyScoreProducer,
0012     barrelLCToSCAssociatorByEnergyScoreProducer,
0013     barrelLayerClusterCaloParticleAssociation,
0014     barrelLayerClusterSimClusterAssociation
0015 )
0016 
0017 barrelValidation = cms.Sequence(barrelValidatorSequence)