|
||||
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
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |