![]() |
|
|||
File indexing completed on 2024-04-06 12:24:55
0001 import FWCore.ParameterSet.Config as cms 0002 0003 from RecoEgamma.EgammaIsolationAlgos.eleHcalExtractorBlocks_cff import * 0004 0005 #This module is defined for the user who would like to study HCAL 0006 #isolation with RecHits. 0007 #Currently, EGamma POG is recommending HCAL Isolation with Towers 0008 eleIsoDepositHcalFromHits = cms.EDProducer("CandIsoDepositProducer", 0009 src = cms.InputTag("gedGsfElectrons"), 0010 trackType = cms.string('candidate'), 0011 MultipleDepositsFlag = cms.bool(False), 0012 ExtractorPSet = cms.PSet(EleIsoHcalFromHitsExtractorBlock) 0013 ) 0014 0015 0016
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |
![]() ![]() |