Skip to content
Snippets Groups Projects

Move HLT2 dimuon lines into onia module

Merged Mengzhen Wang requested to merge dimuon_onia_toMaster into master
Files
13
@@ -14,14 +14,14 @@ Run like any other options file:
./Moore/run gaudirun.py Moore/Hlt/Hlt2Conf/options/Hlt2DiMuonLines_test.py
"""
import sys
from Moore import options, run_moore
from RecoConf.reco_objects_from_file import stateProvider_with_simplified_geom
from Hlt2Conf.lines import all_lines
from Hlt2Conf.lines.onia import all_lines
# When running from Upgrade MC, must use the post-juggling locations of the raw event
raw_event_format = 4.3
outputdir = "/eos/lhcb/wg/BandQ/trigger/Upgrade/persistency_studies/dst/"
# a list of available samples for testing
#decay_descriptor = 30000000 # MinBias
#decay_descriptor = 18112001 # inclusive Upsilon
@@ -30,22 +30,30 @@ raw_event_format = 4.3
#decay_descriptor = 12143001 # B --> Jpsi K
#decay_descriptor = 28144041 # Chic --> Jpsi mu mu
#decay_descriptor = 11114100 # B --> Ks mu mu
decay_descriptor = 13144011 # Bs --> Jpsi phi
#decay_descriptor = 13144011 # Bs --> Jpsi phi
#decay_descriptor = 11144008 # B0->Jpsi rho, Jpsi->dimuon, rho->pipi
#decay_descriptor = 12143001 # B+ -> Jpsi K+, Jpsi->dimuon
#decay_descriptor = 12245021 # B -> Jpsi K pi pi, Jpsi->dimuon
#decay_descriptor = 15144001 # Lb -> Jpsi p K, Jpsi->dimuon
decay_descriptor = 15144001 # Lb -> Jpsi p K, Jpsi->dimuon
print("event type", decay_descriptor)
if decay_descriptor not in [
30000000, 18112001, 24142001, 28142001, 12143001, 28144041, 11114100,
13144011, 11144008, 12143001, 12245021, 15144001
]:
print("Unknown evttype")
exit()
# FT decoder version to use
ftdec_v = -1
# set the input files and the detector conditions
input_files = []
inputFileType = 'ROOT'
DDDBTag = ""
CONDDBTag = ""
# output file name
outputfile_name = ""
outputfile_name = "test.dst"
if decay_descriptor == 30000000:
@@ -55,7 +63,6 @@ if decay_descriptor == 30000000:
# 'root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00069155/0000/00069155_00000878_2.ldst'
#]
#
#ftdec_v = 4
#DDDBTag = 'dddb-20171126'
#CONDDBTag = 'sim-20171127-vc-md100'
#inputFileType = 'ROOT'
@@ -113,7 +120,6 @@ if decay_descriptor == 30000000:
'root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00075219/0000/00075219_00000055_1.ldst',
]
ftdec_v = 4
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
@@ -149,7 +155,6 @@ elif decay_descriptor == 18112001:
# "root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076733/0000/00076733_00000043_1.ldst",
#]
ftdec_v = 2
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
@@ -166,7 +171,6 @@ elif decay_descriptor == 24142001:
# "root://eoslhcb.cern.ch//eos/lhcb/wg/BandQ/trigger/Upgrade/MC_samples/inclJpsi/inclJpsi_24142001_BrunelReco_HLT1filtered.dst"
#]
ftdec_v = 2
DDDBTag = 'dddb-20171122'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = "ROOT"
@@ -183,7 +187,6 @@ elif decay_descriptor == 28142001:
"root://eoslhcb.cern.ch//eos/lhcb/wg/BandQ/trigger/Upgrade/MC_samples/Psi2s/Psi2s_28142001_BrunelReco_HLT1filtered.dst"
]
ftdec_v = 2
DDDBTag = 'dddb-20171122'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = "ROOT"
@@ -201,7 +204,6 @@ elif decay_descriptor == 28142001:
# "root://eoslhcb.cern.ch//eos/lhcb/wg/BandQ/trigger/Upgrade/MC_samples/B2JpsiK/B2JpsiK_12143001_BrunelReco_HLT1filtered.dst",
# ]
#
# ftdec_v = 2
# DDDBTag = 'dddb-20171122'
# CONDDBTag = 'sim-20171127-vc-md100'
# inputFileType = "ROOT"
@@ -219,7 +221,6 @@ elif decay_descriptor == 28144041:
# "root://eoslhcb.cern.ch//eos/lhcb/wg/BandQ/trigger/Upgrade/MC_samples/Chic2JpsiMuMu/Chic2JpsiMuMu_28144041_BrunelReco_HLT1filtered.dst",
# ]
ftdec_v = 2
DDDBTag = 'dddb-20171122'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = "ROOT"
@@ -237,7 +238,6 @@ elif decay_descriptor == 11114100:
"root://eoslhcb.cern.ch//eos/lhcb/wg/BandQ/trigger/Upgrade/MC_samples/B2KsMuMu/B2KsMuMu_11114100_BrunelReco_HLT1filtered.dst",
]
ftdec_v = 2
DDDBTag = 'dddb-20171122'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = "ROOT"
@@ -282,11 +282,10 @@ elif decay_descriptor == 13144011:
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076706/0000/00076706_00000068_1.ldst",
]
ftdec_v = 4
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
outputfile_name = ""
outputfile_name = "Bs2JpsiPhi.dst"
elif decay_descriptor == 11144008:
input_files = [
@@ -299,13 +298,37 @@ elif decay_descriptor == 11144008:
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000006_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000007_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000008_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000009_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000010_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000011_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000012_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000015_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000016_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000017_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000018_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000019_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000021_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000024_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000025_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000026_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000027_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000028_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000029_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000030_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000031_1.ldst",
"root://door06.pic.es:1094/pnfs/pic.es/data/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000032_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000033_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000034_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000035_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000036_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000037_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076714/0000/00076714_00000038_1.ldst",
]
ftdec_v = 4
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
outputfile_name = ""
outputfile_name = "B2Jpsirho.dst"
elif decay_descriptor == 12143001:
input_files = [
@@ -325,13 +348,34 @@ elif decay_descriptor == 12143001:
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000016_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000017_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000018_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000019_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000020_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000021_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000022_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000023_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000024_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000025_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000026_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000027_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000029_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000030_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000031_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000033_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000034_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000036_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000037_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000038_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000039_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000040_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000041_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000042_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076711/0000/00076711_00000043_1.ldst",
]
ftdec_v = 4
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
outputfile_name = ""
outputfile_name = "B2JpsiK.dst"
elif decay_descriptor == 12245021:
input_files = [
@@ -346,13 +390,36 @@ elif decay_descriptor == 12245021:
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000007_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000008_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000009_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000010_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000011_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000012_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000013_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000014_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000015_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000016_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000017_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000018_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000019_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000020_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000021_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000022_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000023_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000024_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000025_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000026_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000027_1.ldst",
"root://door04.pic.es:1094/pnfs/pic.es/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000028_1.ldst",
"root://door04.pic.es:1094/pnfs/pic.es/data/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000029_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000030_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000032_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000034_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076710/0000/00076710_00000035_1.ldst",
]
ftdec_v = 4
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
outputfile_name = ""
outputfile_name = "B2JpsiKpipi.dst"
elif decay_descriptor == 15144001:
input_files = [
@@ -370,16 +437,36 @@ elif decay_descriptor == 15144001:
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000012_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000013_1.ldst",
"root://eoslhcb.cern.ch//eos/lhcb/grid/prod/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000014_1.ldst",
"root://xrootd-lhcb.cr.cnaf.infn.it//storage/gpfs_lhcb/lhcb/disk/MC/Upgrade/LDST/00076738/0000/00076738_00000015_1.ldst",
"root://xrootd-lhcb.cr.cnaf.infn.it//storage/gpfs_lhcb/lhcb/disk/MC/Upgrade/LDST/00076738/0000/00076738_00000017_1.ldst",
"root://xrootd-lhcb.cr.cnaf.infn.it//storage/gpfs_lhcb/lhcb/disk/MC/Upgrade/LDST/00076738/0000/00076738_00000019_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000021_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000022_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000023_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000024_1.ldst",
"root://lhcbxrootd-kit.gridka.de//pnfs/gridka.de/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000025_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000026_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000027_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000028_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000029_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000030_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000031_1.ldst",
"root://ccxrootdlhcb.in2p3.fr//pnfs/in2p3.fr/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000032_1.ldst",
"root://door07.pic.es:1094/pnfs/pic.es/data/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000034_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000035_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000037_1.ldst",
"root://xrootd.echo.stfc.ac.uk/lhcb:prod/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000038_1.ldst",
"root://lhcbsdrm.t1.grid.kiae.ru:1094/t1.grid.kiae.ru/data/lhcb/lhcbdisk/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000039_1.ldst",
"root://lhcbsdrm.t1.grid.kiae.ru:1094/t1.grid.kiae.ru/data/lhcb/lhcbdisk/lhcb/MC/Upgrade/LDST/00076738/0000/00076738_00000040_1.ldst",
]
ftdec_v = 4
DDDBTag = 'dddb-20171126'
CONDDBTag = 'sim-20171127-vc-md100'
inputFileType = 'ROOT'
outputfile_name = ""
outputfile_name = "Lb2JpsipK.dst"
# set the options
options.evt_max = 5000
options.evt_max = 100
options.input_files = input_files
options.data_type = 'Upgrade'
options.dddb_tag = DDDBTag
@@ -388,6 +475,10 @@ options.simulation = True
options.input_type = inputFileType
options.input_raw_format = raw_event_format
output_file_fullname = outputdir + "/" + outputfile_name
options.output_type = 'ROOT'
options.output_file = output_file_fullname
def make_lines():
return [builder() for builder in all_lines.values()]
Loading