CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Functions
tools_cfi Namespace Reference

Functions

def isoDepositReplace
 

Function Documentation

def tools_cfi.isoDepositReplace (   toBeIsolated,
  isolating 
)

Definition at line 6 of file tools_cfi.py.

Referenced by customizeDeltaBetaWeights_cfi.customize(), customizeDeltaBetaWeights_cfi.customizeElectronsOnly(), customizeDeltaBetaWeights_cfi.customizeMuonsOnly(), and customizeDeltaBetaWeights_cfi.customizePhotonsOnly().

6 
7 def isoDepositReplace( toBeIsolated, isolating):
8  newDepositProducer = isoDeposits.clone()
9  newDepositProducer.src = toBeIsolated
10  newDepositProducer.ExtractorPSet.inputCandView = isolating
11  return newDepositProducer
12 
13 #def candIsolatorReplace( isoDepositsSource ):
14 # newCandIsolator = candIsolatorFromDeposits.clone()
15 # newCandIsolator.deposits.src = isoDepositsSource
16 # return newCandIsolator
def isoDepositReplace
Definition: tools_cfi.py:6