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

15 lines
959 B
Python
Raw Normal View History

from Gaudi.Configuration import *
from GaudiConf import IOHelper
IOHelper('ROOT').inputFiles([
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000004_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000005_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000007_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000009_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000011_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000013_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000014_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000016_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000017_3.AllStreams.dst',
'LFN:/lhcb/MC/2016/ALLSTREAMS.DST/00056297/0000/00056297_00000019_3.AllStreams.dst'
], clear=True)