CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
tools_cfi.py
Go to the documentation of this file.
1 import FWCore.ParameterSet.Config as cms
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
def isoDepositReplace
Definition: tools_cfi.py:6