12 lines
675 B
Python
12 lines
675 B
Python
from Gaudi.Configuration import *
|
|
from GaudiConf import IOHelper
|
|
IOHelper('ROOT').inputFiles([
|
|
'LFN:/lhcb/MC/2015/B2XMUMU.STRIP.MDST/00068400/0000/00068400_00000015_1.b2xmumu.strip.mdst',
|
|
'LFN:/lhcb/MC/2015/B2XMUMU.STRIP.MDST/00068400/0000/00068400_00000016_1.b2xmumu.strip.mdst',
|
|
'LFN:/lhcb/MC/2015/B2XMUMU.STRIP.MDST/00068400/0000/00068400_00000017_1.b2xmumu.strip.mdst',
|
|
'LFN:/lhcb/MC/2015/B2XMUMU.STRIP.MDST/00068400/0000/00068400_00000018_1.b2xmumu.strip.mdst',
|
|
'LFN:/lhcb/MC/2015/B2XMUMU.STRIP.MDST/00068400/0000/00068400_00000019_1.b2xmumu.strip.mdst',
|
|
'LFN:/lhcb/MC/2015/B2XMUMU.STRIP.MDST/00068400/0000/00068400_00000020_1.b2xmumu.strip.mdst',
|
|
'LFN:'
|
|
], clear=True)
|