CMS 3D CMS Logo

Functions
tools_cfi Namespace Reference

Functions

def isoDepositReplace (toBeIsolated, isolating)
 

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 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
16 
def isoDepositReplace(toBeIsolated, isolating)
Definition: tools_cfi.py:6