CMS 3D CMS Logo

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

Functions

def removeJECsForMC
 
def removeL1FastJetJECs
 

Function Documentation

def heavyIonJetSetup.removeJECsForMC (   process)

Definition at line 7 of file heavyIonJetSetup.py.

References submitPVValidationJobs.split().

7 
8 def removeJECsForMC(process):
9  for label in process.producerNames().split():
10  module = getattr(process, label)
11  if module.type_() == "PATPFJetMETcorrInputProducer":
12  module.jetCorrLabel = 'Uncorrected'
13 
14  process.basicJetsForMet.jetCorrLabel = 'Uncorrected'
def heavyIonJetSetup.removeL1FastJetJECs (   process)

Definition at line 1 of file heavyIonJetSetup.py.

References submitPVValidationJobs.split().

1 def removeL1FastJetJECs(process):
2  for label in process.producerNames().split():
3  module = getattr(process, label)
4  if module.type_() == "PATPFJetMETcorrInputProducer":
5  module.offsetCorrLabel = ''
6