14 lines
929 B
Python
14 lines
929 B
Python
from Gaudi.Configuration import *
|
|
from GaudiConf import IOHelper
|
|
IOHelper('ROOT').inputFiles([
|
|
#'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000001_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000002_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000003_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000004_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000005_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000006_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000007_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000008_1.b2xmumu.strip.dst',
|
|
'LFN:/lhcb/MC/2012/B2XMUMU.STRIP.DST/00076002/0000/00076002_00000009_1.b2xmumu.strip.dst'
|
|
], clear=True)
|