CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
hgcalTriggerPrimitivesSimClustering_cff.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
2 
4 
5 cluster_algo_all = cms.PSet( AlgorithmName = cms.string('HGCalTriggerSimClusterBestChoice'),
6  FECodec = process.hgcalTriggerPrimitiveDigiProducer.FECodec ,
7  HGCalEESensitive_tag = cms.string('HGCalEESensitive'),
8  HGCalHESiliconSensitive_tag = cms.string('HGCalHESiliconSensitive'),
9 
10  calib_parameters = process.hgcalTriggerPrimitiveDigiProducer.BEConfiguration.algorithms[0].calib_parameters,
11  simcollection=cms.InputTag("mix","MergedCaloTruth",""),
12  simhitsee = cms.InputTag("g4SimHits","HGCHitsEE",""),
13  simhitsfh = cms.InputTag("g4SimHits","HGCHitsHEfront",""),
14  )
15 
16 
17 #process.hgcl1tpg_step = cms.Path(process.hgcalTriggerPrimitives)