Warning, /EventFilter/EcalTBRawToDigi/test/config.txt is written in an unsupported language. File is not indexed.
0001 process TESTDUMPER = {
0002
0003 # if getting data from a raw binary file
0004 source = DAQEcalTBInputService{
0005 untracked vstring fileNames = { 'file:/localscratch2/franzoni/data_test/H4-000036463-SM1-LASER-STD' }
0006 untracked int32 maxEvents = 5
0007 untracked bool isBinary = true
0008 }
0009
0010
0011 # if getting data from a .root pool file
0012 # source = PoolSource {
0013 # untracked int32 maxEvents = -1
0014 # untracked vstring fileNames={'file:/localdisk/franzoni/data/h4b.00015785.A.0.0.root'}
0015 # untracked uint32 debugVebosity = 10
0016 # untracked bool debugFlag = true
0017 # }
0018
0019
0020 module ecalEBunpacker = EcalDCCUnpackingModule{ }
0021
0022 # verbosity =0: only headings
0023 module digi = EcalDigiDumperModule{
0024 untracked int32 verbosity = 1
0025 }
0026
0027
0028 path p = {ecalEBunpacker, digi}
0029
0030
0031 }