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