CMS 3D CMS Logo

Functions
customizeHLTforMC Namespace Reference

Functions

def customizeHLTforMC (process)
 

Function Documentation

◆ customizeHLTforMC()

def customizeHLTforMC.customizeHLTforMC (   process)
adapt the HLT to run on MC, instead of data
see Configuration/StandardSequences/Reconstruction_Data_cff.py
which does the opposite, for RECO

Definition at line 3 of file customizeHLTforMC.py.

3 def customizeHLTforMC(process):
4  """adapt the HLT to run on MC, instead of data
5  see Configuration/StandardSequences/Reconstruction_Data_cff.py
6  which does the opposite, for RECO"""
7 
8  return process
9 
def customizeHLTforMC(process)