EWP-BplusToKstMuMu-AngAna/Code/Ganga/lfnFiles/BtoKstMuMu_2011MagDown.py

15 lines
959 B
Python
Raw Normal View History

from Gaudi.Configuration import *
from GaudiConf import IOHelper
IOHelper('ROOT').inputFiles([
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000001_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000002_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000003_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000004_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000005_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000006_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000007_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000008_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000009_5.AllStreams.dst',
'LFN:/lhcb/MC/2011/ALLSTREAMS.DST/00066811/0000/00066811_00000011_5.AllStreams.dst'
], clear=True)