Main Page
Namespaces
Classes
Package Documentation
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Pages
CommonTools
ParticleFlow
python
Isolation
tools_cfi.py
Go to the documentation of this file.
1
import
FWCore.ParameterSet.Config
as
cms
2
from
CommonTools.ParticleFlow.Isolation.isoDeposits_cfi
import
*
3
4
5
6
def
isoDepositReplace
( toBeIsolated, isolating):
7
newDepositProducer = isoDeposits.clone()
8
newDepositProducer.src = toBeIsolated
9
newDepositProducer.ExtractorPSet.inputCandView = isolating
10
return
newDepositProducer
11
12
#def candIsolatorReplace( isoDepositsSource ):
13
# newCandIsolator = candIsolatorFromDeposits.clone()
14
# newCandIsolator.deposits.src = isoDepositsSource
15
# return newCandIsolator
tools_cfi.isoDepositReplace
def isoDepositReplace
Definition:
tools_cfi.py:6
isoDeposits_cfi
Generated for CMSSW Reference Manual by
1.8.5