Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2024-08-31 02:27:10

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 def customizeHLTforMC(process):
0004   """adapt the HLT to run on MC, instead of data
0005   see Configuration/StandardSequences/Reconstruction_Data_cff.py
0006   which does the opposite, for RECO"""
0007 
0008   return process