Back to home page

Project CMSSW displayed by LXR

 
 

    


File indexing completed on 2023-05-05 02:46:41

0001 import FWCore.ParameterSet.Config as cms
0002 
0003 millePedeFileExtractor = cms.EDAnalyzer('MillePedeFileExtractor',
0004   fileDir = cms.string(''),
0005   outputBinaryFile = cms.string('milleBinary%04d.dat'),
0006   fileBlobInputTag = cms.InputTag('millePedeFileConverter'),
0007   maxNumberOfBinaries = cms.int32(1000),
0008   mightGet = cms.optional.untracked.vstring
0009 )