|
||||
File indexing completed on 2024-04-06 12:08:35
0001 import FWCore.ParameterSet.Config as cms 0002 0003 # filter to distinguish between runs not needing or needing tracking 0004 trackingRunTypeFilter = cms.EDFilter("SiStripCommissioningRunTypeFilter", 0005 runTypes = cms.vstring( 'ApvLatency', 'FineDelay' ), 0006 InputModuleLabel = cms.InputTag('FedChannelDigis') 0007 )
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |