Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
6f368ff
first update of ewk17
yeshaq Jun 28, 2013
3cfccc3
update of ewk17
yeshaq Jun 28, 2013
f6bb608
update of ewk17
yeshaq Jun 28, 2013
fe2133d
adding binned wjets samples
yeshaq Jun 28, 2013
c614906
update of ewk17
yeshaq Jun 28, 2013
fcf04e1
don't prune skimmed sample
yeshaq Jun 29, 2013
f96bf1f
adding HTMHTParked samples
yeshaq Jun 29, 2013
f66e862
adding zinv samples, enabling METFilters, moving towards pep8 standard
yeshaq Jul 2, 2013
16b5cf5
HTMHTParked
yeshaq Jul 2, 2013
ae3f9f1
adding zinv samples
yeshaq Jul 2, 2013
17778b3
adding lumi to parked data
yeshaq Jul 2, 2013
36d3072
exending single jet pt histogram range
yeshaq Jul 2, 2013
3026240
removed extraneous char
yeshaq Jul 2, 2013
352b5f2
updating rest of SM MC
yeshaq Jul 8, 2013
d37711e
adding VV samples
yeshaq Jul 8, 2013
abc5dea
updating gJets MC, cleaning up file
yeshaq Jul 8, 2013
e00d2f0
updating QCD sample
yeshaq Jul 8, 2013
51ffae3
updating single top samples, removing old samples
yeshaq Jul 8, 2013
66e5fca
comforming to pep8 as best as possible for now
yeshaq Jul 8, 2013
2359e5e
adding jan22 SingleMu
yeshaq Dec 4, 2013
87f6c1f
adding HT,HTMHT eos Jan22
yeshaq Dec 4, 2013
95290a6
adding eos photon samples
yeshaq Dec 4, 2013
0e4f068
adding GJets eos samples
yeshaq Dec 4, 2013
97180ae
adding eos dy samples
yeshaq Dec 9, 2013
d6a7ba7
adding eos qcd samples
yeshaq Dec 9, 2013
bb8090e
adding eos wjet samples
yeshaq Dec 9, 2013
c3458a1
added zjet, VV, eos samples
yeshaq Dec 10, 2013
5af194a
adding top eos samples
yeshaq Dec 10, 2013
96d393d
fix
yeshaq Jan 15, 2014
85df3c9
newest JSON
yeshaq Jan 15, 2014
3b1df3d
postponing pu weight changes
yeshaq Jan 16, 2014
cf4d819
updating lumis
yeshaq Jan 24, 2014
ba2e825
updating lumis
yeshaq Jan 24, 2014
bb15479
updating jsonMaker
yeshaq Jan 24, 2014
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
693 changes: 333 additions & 360 deletions analyses/hadronicLook.py

Large diffs are not rendered by default.

71 changes: 16 additions & 55 deletions analyses/jsonMaker.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,65 +2,26 @@

class jsonMaker(supy.analysis) :
def parameters(self) :
jwPrompt = calculables.other.jsonWeight("cert/Cert_160404-178677_7TeV_PromptReco_Collisions11_JSON.sub.txt")
jwMay = calculables.other.jsonWeight("cert/Cert_160404-163869_7TeV_May10ReReco_Collisions11_JSON_v3.txt")
jwAug = calculables.other.jsonWeight("cert/Cert_170249-172619_7TeV_ReReco5Aug_Collisions11_JSON_v3.txt")

jw2012 = calculables.other.jsonWeight("cert/Cert_190456-196531_8TeV_PromptReco_Collisions12_JSON.txt")
jw2012_v2 = calculables.other.jsonWeight("cert/Cert_190456-208686_8TeV_PromptReco_Collisions12_JSON.txt")

jw2012 = calculables.other.jsonWeight("cert/Cert_190456-208686_8TeV_22Jan2013ReReco_Collisions12_JSON.txt")
group = self.vary()

group['SingleMu'] = [(["SingleMu.Run2012A-13Jul2012-v1.AOD.job358",
"SingleMu.Run2012A-13Jul2012-v1.AOD.job467",

"SingleMu.Run2012A-recover-06Aug2012-v1.AOD.job359",
"SingleMu.Run2012A-recover-06Aug2012-v1.AOD.job477",

"SingleMu.Run2012B-13Jul2012-v1.AOD.job358",
"SingleMu.Run2012B-13Jul2012-v1.AOD.job461",
"SingleMu.Run2012C-24Aug2012-v1.AOD.job361",
"SingleMu.Run2012C-24Aug2012-v1.AOD.job470",

"SingleMu.Run2012C-PromptReco-v2.AOD.job360",
"SingleMu.Run2012C-PromptReco-v2.AOD.job747",
"SingleMu.Run2012D-PromptReco-v1.AOD.job508",
"SingleMu.Run2012D-PromptReco-v1.AOD.job525"
], jw2012_v2)]
group['SingleMu'] = [(["SingleMu.Run2012%s-22Jan2013"
% era for era in ["A","B","C","D"]],
jw2012)]

# group['SingleEl'] = [(['SingleElectron.Run2012A-PromptReco-v1.AOD.job229',
# 'SingleElectron.Run2012B-PromptReco-v1.AOD.job228',
# 'SingleElectron.Run2012B-PromptReco-v1.AOD.job238',
# ], jw2012)]
#
# group['Photon'] = [(["Photon.Run2012A-PromptReco-v1.AOD.job228",
# "SinglePhoton.Run2012B-PromptReco-v1.AOD.job229",
# "SinglePhoton.Run2012B-PromptReco-v1.AOD.job238",
# ], jw2012)]
#
# group['Mumu'] = [(['DoubleMu.Run2012A-PromptReco-v1.AOD.job229',
# 'DoubleMu.Run2012B-PromptReco-v1.AOD.job228',
# 'DoubleMu.Run2012B-PromptReco-v1.AOD.job239',
# ], jw2012)]
#
# group['HT1'] = [(['HT.Run2012A-PromptReco-v1.AOD.job229',
# 'HTMHT.Run2012B-PromptReco-v1.AOD.job228',
# 'HTMHT.Run2012B-PromptReco-v1.AOD.job238',
# 'JetHT.Run2012B-PromptReco-v1.AOD.job228',
# 'JetHT.Run2012B-PromptReco-v1.AOD.job238',
# ], jw2012)]
#
# group['HT2'] = [('HT.Run2011A-May10ReReco-v1.AOD.Darren1',jwMay),
# ('HT.Run2011A-05Aug2011-v1.AOD.Bryn1',jwAug),
# (['HT.Run2011A-PromptReco-v4.AOD.Bryn1',
# 'HT.Run2011A-PromptReco-v6.AOD.Bryn1',
# 'HT.Run2011B-PromptReco-v1.AOD.Bryn1',
# 'HT.Run2011B-PromptReco-v1.AOD.Bryn2',
# 'HT.Run2011B-PromptReco-v1.AOD.Bryn3',
# ], jwPrompt)]
#
return {'group':group}
group['Photon']=[(["Photon.Run2012A-22Jan2013",
"SinglePhotonParked.Run2012B-22Jan2013",
"SinglePhotonParked.Run2012C-22Jan2013",
"SinglePhotonParked.Run2012D-22Jan2013"],
jw2012)]

group['HT'] = [(["HT.Run2012A-22Jan2013"] +
["HTMHTParked.Run2012%s-22Jan2013"
% era for era in ["B","C","D"]],
jw2012)]

return {'group':group}

def listOfSteps(self,pars) :
return [ supy.steps.printer.progressPrinter(2,300),
steps.other.jsonMaker(pixelLumi = False),
Expand Down

Large diffs are not rendered by default.

8 changes: 6 additions & 2 deletions samples/__dyll17__.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
from supy.samples import SampleHolder
from supy.sites import pnfs
from supy.sites import pnfs, eos
pnfs = pnfs()
eos = eos()
dyll17 = SampleHolder()

dyChris = "clucas//ICF/automated/2012_09_21_09_51_06"
Expand All @@ -9,4 +10,7 @@
dyll17.add("dyll_HT-400ToInf_mg", '%s/%s/DYJetsToLL_HT-200To400_TuneZ2Star_8TeV-madgraph.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM/")'%(pnfs,dyChris), xs = 19.73 )
dyll17.add("dyll_M-50_mg", '%s/%s/DYJetsToLL_M-50_TuneZ2Star_8TeV-madgraph-tarball.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM/")'%(pnfs,dyChris), xs = 2950.0)


dyll17.add("dyll_HT_10To200_M-10To50", '%s/clucas/Parked13/DYJets_10to200_M_10to50/")' % eos, xs = 13124.07)
dyll17.add("dyll_HT_10To200_M-50", '%s/clucas/Parked13/DYJets_10to200/")'% eos, xs = 3503.71)
dyll17.add("dyll_HT_200To400_M-50", '%s/clucas/Parked13/DYJets_200to400_Combined/")'% eos, xs = 24.29)
dyll17.add("dyll_HT_400ToInf_M-50", '%s/clucas/Parked13/DYJets_400toinf_Combined/")'% eos, xs = 3.3564)
84 changes: 62 additions & 22 deletions samples/__ewk17__.py
Original file line number Diff line number Diff line change
@@ -1,41 +1,81 @@
from supy.samples import SampleHolder
from supy.sites import pnfs
from supy.sites import pnfs, eos
pnfs = pnfs()
eos = eos()
ewk17 = SampleHolder()

four = "WJetsToLNu_HT-400ToInf_8TeV-madgraph.Summer12-PU_S7_START52_V9-v1.AODSIM/"
incl = "WJetsToLNu_TuneZ2Star_8TeV-madgraph-tarball.Summer12-PU_S7_START52_V9-v1.AODSIM/"
### Wjets ###
ewk17.add("wj_lv_mg_ht_5_250_skim", '%s/yeshaq/ICF/supy-output/wj_skim/")'%pnfs, xs = {"LO":30400.0, "NLO":36257.2}["NLO"])
ewk17.add("wj_lv_mg_ht_0_250_other_reqs", '%s/dburton/WJet_Skim_v2/")'%pnfs, xs = 36140.2*4135747.0/18273090.0) #wrong XS!
ewk17.add("wj_lv_mg_ht_250_300", '%s/clucas/ICF/automated/2012_06_20_16_29_08/")'%pnfs, xs = 48.01)
ewk17.add("wj_lv_mg_ht_300_400", '%s/clucas/ICF/automated/2012_06_21_02_04_54/")'%pnfs, xs = 38.30)
ewk17.add("wj_lv_mg_ht_400_inf", '%s/clucas/ICF/automated/2012_06_05_09_30_46/%s")'%(pnfs, four), xs = 25.22)
ewk17.add("wj_lv_mg_ht_incl", '%s/clucas/ICF/automated/2012_06_05_09_30_46/%s")'%(pnfs, incl), xs = {"LO":30400.0, "NLO":36257.2}["NLO"])

ewk17.add("zinv_mg_ht_50_100.job214", '%s/clucas//ICF/automated/2012_06_10_22_27_16/")'%pnfs, xs = {"NNLO":452.75, "LO":381.2}["NNLO"])
ewk17.add("zinv_mg_ht_100_200.job234", '%s/clucas//ICF/automated/2012_06_17_22_29_52/")'%pnfs, xs = {"NNLO":190.39, "LO":160.3}["NNLO"])
ewk17.add("zinv_mg_ht_200_400.job233", '%s/clucas//ICF/automated/2012_06_15_00_32_54/")'%pnfs, xs = {"NNLO":49.2776, "LO":41.49}["NNLO"])
ewk17.add("zinv_mg_ht_400_inf.job213", '%s/clucas//ICF/automated/2012_06_10_22_08_24/")'%pnfs, xs = {"NNLO":6.2639, "LO":5.274}["NNLO"])

vv = '%s/clucas//ICF/automated/2012_06_05_09_30_46/'%pnfs
ewk17.add("ww_py.job188", '%s/WW_TuneZ2star_8TeV_pythia6_tauola.Summer12-PU_S7_START52_V9-v1.AODSIM/")'%vv, xs = {"NNLO":57.1097, "LO":33.61}["NNLO"])
ewk17.add("wz_py.job188", '%s/WZ_TuneZ2star_8TeV_pythia6_tauola.Summer12-PU_S7_START52_V9-v1.AODSIM/")'%vv, xs = {"NNLO":32.3161, "LO":12.63}["NNLO"])
ewk17.add("zz_py.job188", '%s/ZZ_TuneZ2star_8TeV_pythia6_tauola.Summer12-PU_S7_START52_V9-v1.AODSIM/")'%vv, xs = {"NNLO":8.25561, "LO":5.196}["NNLO"])

#https://twiki.cern.ch/twiki/bin/view/CMS/HiggsMCProductionSummer12#VBF_H_bb_POWHEG
ewk17.add("zinv_hbb_125_powheg.job342", '%s/yeshaq//ICF/automated/2012_08_31_15_26_30/")'%pnfs, xs = 0.0361)

S10_incl = "WJetsToLNu_TuneZ2Star_8TeV-madgraph-tarball.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM"
S10_excl = "/WJetsToLNu_HT-%s_8TeV-madgraph_v2.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM"

ewk17.add("wj_lv_mg_ht_10_150", '%s/yeshaq/ICF/supy-output/wj_skim_v2", pruneList = False)'%pnfs, xs = {"NLO":9090.43}["NLO"])
ewk17.add("wj_lv_mg_ht_150_200.job663", '%s/agapitos//ICF/automated/2013_05_15_18_11_50/")'%pnfs, xs = 290.69475) # see comment 1
ewk17.add("wj_lv_mg_ht_200_250.job672", '%s/agapitos//ICF/automated/2013_05_15_17_18_45/")'%pnfs, xs = 123.3417) # see comment 2
ewk17.add("wj_lv_mg_ht_250_300.job498", '%s/karage//ICF/automated/2012_11_29_20_11_51/%s")'%(pnfs, S10_excl)%"250To300", xs = {"LO":48.01, "NLO":57.26}["NLO"])
ewk17.add("wj_lv_mg_ht_300_400.job498", '%s/karage//ICF/automated/2012_11_29_20_11_51/%s")'%(pnfs, S10_excl)%"300To400", xs = {"LO":38.30, "NLO":45.68}["NLO"])
ewk17.add("wj_lv_mg_ht_400_inf.job498", '%s/karage//ICF/automated/2012_11_29_20_11_51/%s")'%(pnfs, S10_excl)%"400ToInf", xs = {"LO":25.22, "NLO":30.08}["NLO"])
ewk17.add("wj_lv_mg_ht_incl.job363", '%s/clucas/ICF//automated/2012_09_21_09_36_56/%s")'%(pnfs, S10_incl), xs = {"LO":30400.0, "NLO":36257.2}["NLO"])

Zinv_S10_excl = "ZJetsToNuNu_%s_HT_%s_TuneZ2Star_8TeV_madgraph.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM"

for part in [1,2,3,4,5] :
ewk17.add("wj_lv_mg_ht_incl_v2.job673_part%i"%part, '%s/yeshaq//ICF/automated/2013_05_23_14_13_07/part%i")'%(pnfs,part), xs = {"LO":30400.0, "NLO":36257.2}["NLO"])

for part in [1,2,3,4] :
ewk17.add("wj_lv_mg_ht_incl_v2.job50_part%i"%part, '%s/zmeng/ICF/automated/2013_09_02_15_42_12/part%i")'%(pnfs,part), xs = {"LO":30400.0, "NLO":37509}["NLO"])

ewk17.add("wj_lv_mg_ht_incl" , '%s/clucas/Parked13/WJets_inc/")' % eos, xs = {"NLO":37509}["NLO"])
ewk17.add("wj_lv_mg_ht_10To150" , '%s/clucas/Parked13/WJets_10to150/")' % eos, xs = {"NLO":37509.0}["NLO"])
ewk17.add("wj_lv_mg_ht_150To200", '%s/clucas/Parked13/WJets_150to200/")' % eos, xs = {"NLO":253.84}["NLO"])
ewk17.add("wj_lv_mg_ht_200To250", '%s/clucas/Parked13/WJets_200to250/")' % eos, xs = {"NLO":116.46}["NLO"])
ewk17.add("wj_lv_mg_ht_250To300", '%s/clucas/Parked13/WJets_250to300/")' % eos, xs = {"NLO":57.6358}["NLO"])
ewk17.add("wj_lv_mg_ht_300To400", '%s/clucas/Parked13/WJets_300to400/")' % eos, xs = {"NLO":48.3664}["NLO"])
ewk17.add("wj_lv_mg_ht_400ToInf", '%s/clucas/Parked13/WJets_400toinf/")' % eos, xs = {"NLO":30.7777}["NLO"])

#comment 1
# CrossSection = ( NNLO_W_inclusive_from[1] / LO_W_inclusive_from_PREP[2] ) * LO_W_exclusive_from_PREP: [3]

#[1] https://twiki.cern.ch/twiki/bin/viewauth/CMS/StandardModelCrossSectionsat8TeV
#[2] http://cms.cern.ch/iCMS/prep/requestmanagement?dsn=WJetsToLNu_TuneZ2Star_8TeV-madgraph*&campid=Summer12
#[3] http://cms.cern.ch/iCMS/prep/requestmanagement?dsn=WJetsToLNu_HT*200*madgraph*&campid=Summer12

#comment 2
#CrossSection = 123.3417 #NNLO correct with the disconnection correction factor see: https://twiki.cern.ch/twiki/pub/CMS/SusyRA1Material/FixSmapleProblems_24May2013.pdf, correction factor is 1.1074
#[1] https://twiki.cern.ch/twiki/bin/viewauth/CMS/StandardModelCrossSectionsat8TeV
#[2] http://cms.cern.ch/iCMS/prep/requestmanagement?dsn=WJetsToLNu_TuneZ2Star_8TeV-madgraph*&campid=Summer12
#[3] http://cms.cern.ch/iCMS/prep/requestmanagement?dsn=WJetsToLNu_HT*200*madgraph*&campid=Summer12


### Zinv ###

#https://twiki.cern.ch/twiki/bin/view/CMS/HiggsMCProductionSummer12#VBF_H_bb_POWHEG
ewk17.add("zinv_hbb_125_powheg.job342", '%s/yeshaq//ICF/automated/2012_08_31_15_26_30/")'%pnfs, xs = 0.0361)

Zinv_S10_excl = "ZJetsToNuNu_%s_HT_%s_TuneZ2Star_8TeV_madgraph.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM"
ewk17.add("zinv_mg_ht_50_100.job407", '%s/clucas//ICF/automated/2012_09_23_19_53_51/")'%pnfs, xs = {"NNLO":452.75, "LO":381.2}["NNLO"])
ewk17.add("zinv_mg_ht_100_200.job365", '%s/clucas//ICF/automated/2012_09_21_10_32_59/%s")'%(pnfs, Zinv_S10_excl)%(100,200), xs = {"NNLO":190.39, "LO":160.3}["NNLO"])
ewk17.add("zinv_mg_ht_200_400.job365", '%s/clucas//ICF/automated/2012_09_21_10_32_59/%s")'%(pnfs, Zinv_S10_excl)%(200,400), xs = {"NNLO":49.2776, "LO":41.49}["NNLO"])
ewk17.add("zinv_mg_ht_400_inf.job365", '%s/clucas//ICF/automated/2012_09_21_10_32_59/%s")'%(pnfs, Zinv_S10_excl)%(400,"inf"), xs = {"NNLO":6.2639, "LO":5.274}["NNLO"])

ext_suffix = "ZJetsToNuNu_%s_HT_%s_TuneZ2Star_8TeV_madgraph_ext.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM/"
ewk17.add("zinv_mg_ht_50_100_ext.job500", '%s/karage//ICF/automated/2012_11_29_23_55_17/%s")' % (pnfs, ext_suffix % (50, 100)), xs={"NNLO":452.75, "LO":381.2}["NNLO"])
ewk17.add("zinv_mg_ht_100_200_ext.job680", '%s/clucas//ICF/automated/2013_06_17_17_08_07/%s")' % (pnfs,
ext_suffix.replace("V7A","V7C") % (100, 200)),xs={"NNLO":190.39,
"LO":160.3}["NNLO"])
ewk17.add("zinv_mg_ht_200_400_ext.job500", '%s/karage//ICF/automated/2012_11_29_23_55_17/%s")' % (pnfs, ext_suffix % (200, 400)), xs={"NNLO":49.2776, "LO":41.49}["NNLO"])
ewk17.add("zinv_mg_ht_400_inf_ext.job500", '%s/karage//ICF/automated/2012_11_29_23_55_17/%s")' % (pnfs, ext_suffix % (400, "inf")), xs={"NNLO":6.2639, "LO":5.274}["NNLO"])

ht = [(50,100),(100,200),(200,400),(400,"inf")]
xss = [{"NNLO":452.75, "LO":381.2}["NNLO"],
{"NNLO":190.39, "LO":160.3}["NNLO"],
{"NNLO":49.2776, "LO":41.49}["NNLO"],
{"NNLO":6.2639, "LO":5.274}["NNLO"]]
for ht,xs in zip(ht,xss):
ewk17.add("zinv_mg_ht_%s_%s" % ht, '%s/clucas/Parked13/ZJets_%sto%s_Combined/")' % (eos, ht[0], ht[1]), xs=xs)

diBos = "%s_TuneZ2star_8TeV_pythia6_tauola.Summer12_DR53X-PU_S10_START53_V7A-v1.AODSIM/"
diBosons ={"ZZ":8.25561, "WZ":32.3161, "WW":57.1097}
for key in diBosons:
ewk17.add("%s_pythia6.job370" % key, '%s/zmeng/ICF/automated/2012_09_21_17_43_41/%s")' % (pnfs, diBos % key), xs = diBosons[key])
ewk17.add("%s_py6" % key, '%s/clucas/Parked13/%s")' % (eos, key), xs = diBosons[key])
19 changes: 8 additions & 11 deletions samples/__ht17__.py
Original file line number Diff line number Diff line change
@@ -1,14 +1,10 @@
from supy.samples import SampleHolder
from supy.sites import pnfs
from supy.sites import pnfs, eos
pnfs = pnfs()
eos = eos()
ht17 = SampleHolder()

a = ", alwaysUseLastAttempt = True"
#L1FJL2L3Residual
ht17.add("HT.Run2012A-PromptReco-v1.AOD.job229", '%s/zmeng//ICF/automated/2012_06_14_14_26_12/HT.Run2012A-PromptReco-v1.AOD/")'%pnfs, lumi = 1.0) #job 217, 226/226 comp.

ht17.add("HTMHT.Run2012B-PromptReco-v1.AOD.job228", '%s/zmeng//ICF/automated/2012_06_14_11_22_04/HTMHT.Run2012B-PromptReco-v1.AOD/")'%pnfs, lumi = 1.0)
ht17.add("HTMHT.Run2012B-PromptReco-v1.AOD.job238", '%s/zmeng//ICF/automated/2012_06_22_14_25_16/HTMHT.Run2012B-PromptReco-v1.AOD/")'%pnfs, lumi = 1.0)

#53X
ht17.add("HTMHT.Run2012B-13Jul2012-v1.AOD.job358", '%s/yeshaq//ICF/automated/2012_09_19_01_03_03/HTMHT.Run2012B-13Jul2012-v1.AOD/")'%pnfs, lumi = 1.0)
Expand All @@ -18,10 +14,11 @@
ht17.add("HT.Run2012A-13Jul2012-v1.AOD.job358", '%s/yeshaq//ICF/automated/2012_09_19_01_03_03/HT.Run2012A-13Jul2012-v1.AOD/")'%pnfs, lumi = 1.0)
ht17.add("HT.Run2012A-recover-06Aug2012-v1.AOD.job359", '%s/yeshaq//ICF/automated/2012_09_19_01_25_46/HT.Run2012A-recover-06Aug2012-v1.AOD/")'%pnfs, lumi = 1.0)

for era,lum in zip(["B","C","D"],[4427.0,6893.0,7263.0]) :
ht17.add("HTMHTParked.Run2012%s-22Jan2013-v1.job649"%era, '%s/yeshaq//ICF/automated/2013_04_19_17_30_49/HTMHTParked.Run2012%s-22Jan2013-v1.AOD/")'%(pnfs,era), lumi=lum)

ht17.add("HTMHTParked_ICF_sync_test", '%s/yeshaq//ICF/supy-output/ICF_sync_test/")'%pnfs, lumi = 1.0)





#ht.add("HT.Run2011B-PromptReco-v1.AOD.job570", '%s/bm409//ICF/automated/2011_10_17_12_55_58/HT.Run2011B-PromptReco-v1.AOD")'%srm, lumi = 1.0) #job 570, 82/432 comp.
for era,lum in zip(["B","C","D"],[4427.0,6893.0,7263.0]) :
ht17.add("HTMHTParked.Run2012%s-22Jan2013"%era, '%s/clucas/Parked13/HTMHTParked_Run2012%s_22Jan2013/")'%(eos,era), lumi=lum)
ht17.add("HT.Run2012A-22Jan2013", '%s/clucas/Parked13/HT_Run2012A_22Jan2013/")'%eos, lumi=lum)
9 changes: 8 additions & 1 deletion samples/__muon17__.py
Original file line number Diff line number Diff line change
@@ -1,8 +1,10 @@
from supy.samples import SampleHolder
from supy.sites import pnfs
from supy.sites import pnfs, eos
pnfs = pnfs()
eos = eos()
muon17 = SampleHolder()


muon17.add("SingleMu.Run2012A-PromptReco-v1.AOD.job228", '%s/zmeng//ICF/automated/2012_06_14_11_22_04/SingleMu.Run2012A-PromptReco-v1.AOD/", alwaysUseLastAttempt = True)'%pnfs, lumi = 1 ) #/pb
muon17.add("SingleMu.Run2012B-PromptReco-v1.AOD.job229", '%s/zmeng//ICF/automated/2012_06_14_14_26_12/SingleMu.Run2012B-PromptReco-v1.AOD/", alwaysUseLastAttempt = True)'%pnfs, lumi = 1 ) #/pb
muon17.add("SingleMu.Run2012B-PromptReco-v1.AOD.job238", '%s/zmeng//ICF/automated/2012_06_22_14_25_16/SingleMu.Run2012B-PromptReco-v1.AOD/", alwaysUseLastAttempt = True)'%pnfs, lumi = 1 ) #/pb
Expand All @@ -24,3 +26,8 @@

muon17.add("SingleMu.Run2012D-PromptReco-v1.AOD.job508", '%s/yeshaq/ICF/automated/2012_12_04_16_51_31/SingleMu.Run2012D-PromptReco-v1.AOD/")'%pnfs, lumi = 1 ) #/pb
muon17.add("SingleMu.Run2012D-PromptReco-v1.AOD.job525", '%s/yeshaq/ICF/automated/2013_01_18_14_00_11/")'%pnfs, lumi = 1 ) #/pb

eras = {"A":887.6540,"B":4419.0,"C":7119.0,"D":7295.0}
for era in eras:
muon17.add("SingleMu.Run2012%s-22Jan2013" % era, '%s/clucas/Parked13/SingleMu_Run2012%s_22Jan2013/")'% (eos, era), lumi = eras[era]) #/pb

Loading