PATTUPLE PRODUCTION FOR ZMuMuForMET STUDIES.

OUR REQUIREMENTS:

We have identified the need of four species of signal/background samples for our studies.
  • Production using standard PF2PAT with default muon isolation applied - Production1
  • Production using standard PF2PAT without applying default muon isolation - Production2
  • Reprocessing the Production1 with dimuon preselection filter/producer - Production3
  • Reprocessing the Production2 with dimuon preselection filter/producer - Production4

So in summary, production3, 4 will be the subsets of production1 and 2 respectively.

Production1 and 2 (Nov 2010)

  • Requirements for Production1 :
    • Sep14,2010: change pfJets.ptMin in PhysicsTools/PFCandProducer/python/pfJets_cff.py from 10 to 1.0.
    • 1) Default Muon Isolation at 0.2
    • 2) Removing the taus from the PF2PAT list
    • 3) Apply primaryVertexFilter on Data with z_PV cut at 24cm
    • 4) "FilterOutScraping" applied on Data
    • 5) keep some more info.
               'keep *_hcalnoise_*_*',
               'keep *_gtDigis_*_*',
               'keep *_muon*METValueMapProducer_*_*'
           

  • Requirements for Production2 :
    • 1) No Default Muon Isolation
    • 2) Removing the taus from the PF2PAT list
    • 3) Apply primaryVertexFilter on Data with z_PV cut at 24cm
    • 4) "FilterOutScraping" applied on Data

  • Requirements for Production1-Option A/B:
In PhysicsTools/PFCandProducer/python/pfPileUp_cfi.py

Option A:

replace the line:
    Enable = cms.bool(False),
By:
    Enable = cms.bool(True),

Option B:
replace the lines:
    Vertices = cms.InputTag("offlinePrimaryVerticesWithBS"),
    Enable = cms.bool(False),
By:
    Vertices = cms.InputTag("offlinePrimaryVertices"),
    Enable = cms.bool(True),

More... Close I edited: PhysicsTools/PatAlgos/test/PF2PAT_onData.py

         'keep *_*pfNoPileUp*_*_*'


process.load("PhysicsTools.PFCandProducer.Isolation.pfIsolatedMuons_cfi")
process.pfIsolatedMuons.combinedIsolationCut = cms.double(0.2)

# <optionA>

process.load("PhysicsTools.PFCandProducer.pfPileUp_cfi")
process.pfPileUp.Enable=cms.bool(True)

# <optionB>

process.load("PhysicsTools.PFCandProducer.pfPileUp_cfi")
process.pfPileUp.Vertices = cms.InputTag("offlinePrimaryVertices"),
process.pfPileUp.Enable=cms.bool(True)

Extra changes in

../../PFCandProducer/python/PF2PAT_cff.py

PF2PAT = cms.Sequence(
    pfNoPileUpSequence +
    pfMET +



../../PFCandProducer/python/pfMET_cfi.py
#                       src = cms.InputTag("particleFlow"),
                       src = cms.InputTag("pfNoPileUpPFlow"),

MC

Spring11

3_11_1_p2 MC with OOT PU 50ns:
Production1: option B made with PF2PAT in 3_11_3:

Dataset address
/DYToMuMu_M-20_TuneZ2_7TeV-pythia6/Spring11-E7TeV_FlatDist10_2011EarlyData_50ns_START311_V1G1-v1/AODSIM /castor/cern.ch/user/l/lacroix/PF2PAT/DYToMuMu_M-20_TuneZ2_7TeV-pythia6_Spring11-E7TeV_FlatDist10_2011EarlyData_50ns_START311_V1G1-v1_PfNoPileUpSequenceON_PUInfo_vtx/

Winter10

Production1: option B made with PF2PAT 3_9_6
Dataset nEvents crab jobs address
/DYToMuMu_M-20_CT10_TuneZ2_7TeV-powheg-pythia/Winter10-E7TeV_ProbDist_2010Data_BX156_START39_V8-v1/GEN-SIM-RECO 1998931 51 /castor/cern.ch/user/l/lacroix/PF2PAT/DYToMuMu_M-20_CT10_TuneZ2_7TeV-powheg-pythia_PfNoPileUpSequenceON/

Fall10

  • Global tag: START38_V12::All

Production1

Dataset nEvents crab jobs address
/DYToMuMu_M-20_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO 2289913 117 /user/l/lovedeep/SUSY/Fall10/Prod1_DYToMuMu_M-20_TuneZ2_7TeV-pythia6
/DYToMuMu_M-20_CT10_TuneZ2_7TeV-powheg-pythia/Fall10-E7TeV_ProbDist_2010Data_BX156_START38_V12-v1/GEN-SIM-RECO 1998931 103 /user/l/lovedeep/SUSY/Fall10/Prod1_DYToMuMu_M-20_CT10_TuneZ2_7TeV-powheg-pythia

Production1: option A

Dataset nEvents crab jobs address
/DYToMuMu_M-20_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO 2289913 117 /user/l/lovedeep/SUSY/Fall10/Prod1_Aoption_DYToMuMu_M-20_TuneZ2_7TeV-pythia6

Production1: option B

Dataset nEvents crab jobs address
/DYToMuMu_M-20_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO 2289913 117 /user/l/lovedeep/SUSY/Fall10/Prod1_Boption_DYToMuMu_M-20_TuneZ2_7TeV-pythia6

Production2

Dataset nEvents crab jobs address
/DYToMuMu_M-20_TuneZ2_7TeV-pythia6/Fall10-START38_V12-v1/GEN-SIM-RECO 2289913 117 /user/l/lovedeep/SUSY/Fall10/Prod2_DYToMuMu_M-20_TuneZ2_7TeV-pythia6

DATA

cvs co using https://twiki.cern.ch/twiki/bin/viewauth/CMS/PFlowAnalyses#3_8_X

It seems ../../PFCandProducer/python/pfJets_cff.py the default value for ptMin is 0.

Dec22

Production1: option B made with PF2PAT 3_9_6
RunRange DataSet CrabJobs I.L(nb-1) Castor address JSON
135821-144114 /Mu/Run2010A-Dec22ReReco_v1/RECO 167 jobs - /castor/cern.ch/user/l/lacroix/PF2PAT/Mu_Run2010A-Dec22ReReco_PfNoPileUpSequenceON Cert_132440-149442_7TeV_StreamExpress_Collisions10_JSON_v3.txt
146240-149711 /Mu/Run2010B-Dec22ReReco_v1/RECO 161 jobs - /castor/cern.ch/user/l/lacroix/PF2PAT/Mu_Run2010B-Dec22ReReco_PfNoPileUpSequenceON_b Cert_132440-149442_7TeV_StreamExpress_Collisions10_JSON_v3.txt

Nov17

Global Tag: GR_R_38X_V14::All
  • Production 2
RunRange DataSet CrabJobs I.L(nb-1) Castor address JSON
146240-149711 /Mu/Run2010B-PromptReco-v2/RECO 200 jobs created to run on 17752 lumis - /user/l/lovedeep/SUSY/Prod2_Mu_Run2010B-PromptReco-v2_146240-149442_Nov15/ Cert_132440-149442_7TeV_StreamExpress_Collisions10_JSON_v3.txt

Nov12

Global Tag: GR_R_38X_V13::All
  • How to mix data:
dbs says: 

/Mu/Run2010A-Sep17ReReco_v2/RECO found 799 results. Run range: 135821-144114
/Mu/Run2010B-PromptReco-v2/RECO found 204 results. Run range: 146240-149711.

  • Production 1
RunRange DataSet CrabJobs I.L(nb-1) Castor address JSON
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO 471 (on 49533 lumis) - /user/l/lovedeep/SUSY/Prod1_Mu_Run2010A-Sep17ReReco_v2_135821-144114_Nov11 Cert_132440-144114_7TeV_Sep17ReReco_Collisions10_JSON.txt
146240-149711 /Mu/Run2010B-PromptReco-v2/RECO 238 (on 21563 lumis) - /user/l/lovedeep/SUSY/Prod1_Mu_Run2010B-PromptReco-v2_146240-149442_Nov11/ Cert_132440-149442_7TeV_StreamExpress_Collisions10_JSON_v2.txt

  • Production 2
RunRange DataSet CrabJobs I.L(nb-1) Castor address JSON
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO 471 (on 49533 lumis) - /user/l/lovedeep/SUSY/Prod2_Mu_Run2010A-Sep17ReReco_v2_135821-144114_Nov11 Cert_132440-144114_7TeV_Sep17ReReco_Collisions10_JSON.txt
146240-149711 /Mu/Run2010B-PromptReco-v2/RECO 238 (on 21563 lumis) - /user/l/lovedeep/SUSY/Prod2_Mu_Run2010B-PromptReco-v2_146240-149442_Nov11/ Cert_132440-149442_7TeV_StreamExpress_Collisions10_JSON_v2.txt

Oct26

  • Using Cert_139779-140159_7TeV_July16thReReco_Collisions10_PLUS_Cert_132440-148058_7TeV_StreamExpress_Collisions10_JSON.txt
  • DBS says:
/Mu/Run2010A-Sep17ReReco_v2/RECO
found 799 results. Run range: 135821-144114. 

/Mu/Run2010B-PromptReco-v2/RECO
found 157 results. Run range: 146240-148861. 

Production 1

RunRange DataSet CrabJobs I.L(nb-1) Castor address
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO 498 - /castor/cern.ch/user/l/lovedeep/SUSY/Prod1_Mu_Run2010A-Sep17ReReco_v2_135821-144114_Oct22
146240-148058 /Mu/Run2010B-PromptReco-v2/RECO 150 - /user/l/lovedeep/SUSY/Prod1_Mu_Run2010B-PromptReco-v2_146240-148058_Oct22/

Production 1: Option A

RunRange DataSet CrabJobs I.L(nb-1) Castor address
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO 498 - /user/l/lovedeep/SUSY/Prod1_Aoption_Mu_Run2010A-Sep17ReReco_v2_135821-144114_Oct22_t2
146240-148058 /Mu/Run2010B-PromptReco-v2/RECO 149 - /user/l/lovedeep/SUSY/Prod1_Aoption_Mu_Run2010B-PromptReco-v2_146240-148058_Oct22_t2/

Production 1: Option B

RunRange DataSet CrabJobs I.L(nb-1) Castor address
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO 498 - /user/l/lovedeep/SUSY/Prod1_Boption_Mu_Run2010A-Sep17ReReco_v2_135821-144114_Oct22_t2
146240-148058 /Mu/Run2010B-PromptReco-v2/RECO 149 - /user/l/lovedeep/SUSY/Prod1_Boption_Mu_Run2010B-PromptReco-v2_146240-148058_Oct22_t2/

Production 2

RunRange DataSet CrabJobs I.L(nb-1) Castor address
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO 498 - /castor/cern.ch/user/l/lovedeep/SUSY/Prod2_Mu_Run2010A-Sep17ReReco_v2_135821-144114_Oct22
146240-148058 /Mu/Run2010B-PromptReco-v2/RECO 150 - /user/l/lovedeep/SUSY/Prod2_Mu_Run2010B-PromptReco-v2_146240-148058_Oct22/

Oct13

DBS says (Oct 13,2010):

/Mu/Run2010A-Sep17ReReco_v2/RECO
found 799 results. Run range: 135821-144114

/Mu/Run2010B-PromptReco-v2/RECO
found 111 results. Run range: 146240-147754.

Production 1

RunRange DataSet JSON CrabJobs# I.L(nb-1) Castor address
135821-144114 /Mu/Run2010A-Sep17ReReco_v2/RECO Cert_132440-147116_7TeV_StreamExpress_Collisions10_JSON.txt 443 3067717.256 /castor/cern.ch/user/l/lovedeep/SUSY/Prod1_Mu_Run2010A-Sep17ReReco_v2_135821-144114
146240-147116 /Mu/Run2010B-PromptReco-v2/RECO Cert_132440-147116_7TeV_StreamExpress_Collisions10_JSON.txt 84 3870808.980 /castor/cern.ch/user/l/lovedeep/SUSY/Prod1_Mu_Run2010B-PromptReco-v2_146240-147116/
147196-147757 /Mu/Run2010B-PromptReco-v2/RECO subset of DCSTRONLY_132440-147757 (considering runs from 147196-147757) 51 4671079.634 /castor/cern.ch/user/l/lovedeep/SUSY/Prod1_Mu_Run2010B-PromptReco-v2_DCSTRONLY13Oct10_147196to147757/

  • Lumi for 135821-144114:
More... Close
Run Delivered LS Delivered (/μb) Selected LS Recorded (/μb)

136035 280 167.300 [1-53], [55-207], 163.570
      [209-259]  
136066 1241 1043.306 [181-297], 998.099
      [299-319],  
      [321-321],  
      [323-336],  
      [338-348],  
      [350-366],  
      [368-529],  
      [532-544],  
      [546-595],  
      [597-719],  
      [721-1004],  
      [1006-1184]  
136080 262 106.532 [249-250], [252-255] 7.278
136082 543 784.392 [1-173], [175-422], 686.589
      [477-504], [506-506]  
136087 354 413.208 [256-265], 160.500
      [267-277],  
      [279-310],  
      [312-315], [250-255]  
136088 403 999.794 [1-3], [6-17], 826.231
      [19-39], [41-47],  
      [50-50], [52-52],  
      [54-63], [65-65],  
      [67-89], [91-113],  
      [115-131],  
      [133-137],  
      [139-184],  
      [187-191],  
      [193-194],  
      [196-206],  
      [208-208], [210-262]  
136097 90 464.152 [1-1], [3-3], [5-5], 287.116
      [7-7], [9-9],  
      [11-12], [14-78]  
136098 24 123.084 [1-10] 39.926
136100 1186 3510.900 [1-94] 470.214
136119 340 204.961 [1-36] 78.339
137027 199 204.848 [98-146], [149-162], 133.227
      [165-187]  
137028 571 1338.205 [1-107], [111-157], 1236.765
      [163-169],  
      [171-180],  
      [184-200],  
      [203-209],  
      [211-232],  
      [234-274],  
      [276-338],  
      [341-475], [478-484]  
138564 18 68.719 [1-4] 11.204
138571 22 46.684 [1-13] 26.759
138572 238 273.779 [1-213] 272.416
138737 87 1062.443 [1-66] 767.354
138738 93 1079.234 [1-10] 86.558
138739 185 1993.628 [1-13] 132.251
138742 53 533.720 [1-20], [22-38] 361.627
138744 38 372.212 [1-24] 233.018
138745 16 155.718 [1-10] 88.785
138746 144 1360.576 [1-129] 1176.818
138747 378 2677.989 [1-71], [73-131] 1174.804
138750 725 3118.104 [1-46], [49-208], 3026.026
      [210-623], [626-709]  
138751 582 1691.484 [1-110], [112-147] 570.407
138919 167 2010.404 [62-150] 1311.004
138920 73 1283.094 [1-55] 949.144
138921 202 2733.022 [1-165], [168-181], 2570.935
      [183-191]  
138923 16 157.162 [1-2] 12.797
138924 85 813.559 [1-62] 578.114
138937 46 430.204 [1-26] 237.791
138939 35 322.037 [1-26] 229.118
139020 927 1582.355 [227-316], [319-617] 1447.514
139096 279 1235.052 [256-267], 654.006
      [193-210],  
      [212-233],  
      [235-236],  
      [239-239], [242-255]  
139098 200 2223.975 [1-92], [94-121], 1881.688
      [123-160], [162-179]  
139100 315 3296.709 [1-13], [15-15], 3055.961
      [17-19], [21-102],  
      [104-104],  
      [106-205], [207-307]  
139102 106 423.429 [1-12], [14-55] 213.854
139103 488 1835.784 [7-154], [157-414], 1638.852
      [416-416], [418-449]  
139195 198 1564.837 [9-14], [16-29], 1010.214
      [31-81], [83-92]  
139239 554 2413.855 [164-214], 1766.975
      [217-217],  
      [219-222],  
      [224-225], [227-270]  
139347 525 2274.559 [512-515], 1684.863
      [214-357], [359-511]  
139356 212 1465.819 [192-192], 175.955
      [175-186], [188-191]  
139360 42 556.108 [1-30] 389.331
139364 88 1113.748 [1-48], [51-72] 851.982
139365 258 2957.980 [1-9], [12-14], 2617.515
      [16-82], [84-84],  
      [86-112], [114-166],  
      [168-179], [181-250]  
139368 173 1825.526 [1-34], [36-100], 1656.848
      [102-150], [152-166]  
139370 836 7887.679 [1-175], [177-254], 6067.240
      [257-445],  
      [447-468],  
      [472-504],  
      [506-562],  
      [564-581],  
      [583-619], [622-645]  
139372 201 1535.875 [20-46], [48-173], 1289.352
      [175-194]  
139375 551 1965.940 [1-47] 313.129
139399 136 1153.417 [75-89], [94-107], 422.938
      [109-109],  
      [114-117], [125-125]  
139400 143 1664.099 [1-22] 244.525
139407 1328 14263.037 [1-297], [302-317], 12507.865
      [322-329],  
      [338-457],  
      [470-493],  
      [502-513],  
      [534-577],  
      [582-585],  
      [594-597],  
      [602-605],  
      [610-625],  
      [630-633],  
      [638-976],  
      [978-1074],  
      [1076-1251]  
139411 377 1837.279 [4-67], [69-135] 1274.542
139457 87 946.913 [1-73] 776.701
139458 409 4275.377 [1-103], [107-326], 4063.769
      [329-395]  
139459 152 552.866 [1-2], [4-55] 533.124
140160 252 4862.312 [1-216] 4157.372
140180 69 1204.206 [1-55] 927.566
140181 42 729.042 [1-13] 195.861
140331 873 17222.830 [222-544], 13871.020
      [546-614],  
      [626-626], [635-749]  
140359 57 1269.102 [1-35], [40-43] 812.983
140361 162 3495.519 [1-151] 3216.423
140362 367 5570.584 [1-354] 5502.570
140379 259 6893.507 [123-244] 4482.460
140381 48 1728.117 [16-37] 749.960
140382 227 7617.529 [1-128], [131-214] 7089.466
140383 507 14681.933 [1-276], [281-447], 13684.672
      [453-487]  
140385 202 5284.809 [1-4], [26-30], 3598.491
      [50-185]  
140386 54 1367.553 [1-23] 569.441
140387 152 3678.748 [7-137] 3110.306
140388 549 4754.182 [1-114] 2651.648
140399 724 13628.104 [1-251], [257-283], 13139.036
      [285-708]  
140401 551 4947.202 [1-266] 4392.874
141874 110 2825.057 [1-78], [82-102] 2446.755
141876 106 2654.765 [1-30], [34-93] 2147.427
141880 223 5166.939 [1-200] 4609.722
141881 724 14953.949 [1-572], [575-707] 14363.950
141956 568 26657.775 [202-445], [447-548] 19230.703
141957 99 5263.678 [1-87] 4383.057
141958 41 2128.335 [1-34] 1705.218
141959 262 12977.897 [6-86] 4026.959
141960 368 16707.523 [1-285] 12995.040
141961 124 3477.515 [41-116] 1741.197
142035 745 25109.156 [305-738] 21984.860
142036 319 14379.994 [1-273] 12289.327
142038 840 33748.216 [1-185], [187-830] 33081.827
142039 19 707.915 [1-6] 207.039
142040 511 15876.459 [1-341] 12301.379
142076 760 7227.701 [512-536], 6503.550
      [381-398], [403-511]  
142128 263 3709.766 [226-239] 865.923
142129 67 4204.930 [1-45] 2736.993
142130 823 43566.562 [1-787], [789-789], 42616.540
      [791-816]  
142132 242 11087.083 [1-62], [64-85], 10375.682
      [88-111], [113-236]  
142135 158 6948.074 [1-128], [130-151] 6547.628
142136 234 9980.334 [1-224] 9458.010
142137 847 25538.522 [1-477], [496-814] 24676.320
142187 767 31961.649 [207-302] 5551.719
142189 259 12009.794 [1-252] 11612.672
142191 372 10670.157 [1-204], [206-363] 10489.649
142264 84 5381.420 [7-62] 3532.925
142265 263 13958.935 [1-187] 10816.338
142303 249 8442.070 [138-229] 5915.102
142304 21 1356.853 [1-11] 612.104
142305 273 16637.305 [1-262] 15825.586
142308 50 2835.653 [1-43] 2345.748
142309 137 7483.680 [1-108], [110-110], 5847.004
      [116-116]  
142311 645 30616.395 [1-638] 30114.738
142312 357 14640.842 [1-185], [204-342] 13210.534
142313 194 7580.444 [1-149] 5779.889
142413 229 7125.031 [133-222] 5491.433
142414 207 11553.110 [8-159] 8450.092
142417 14 690.312 [1-8] 341.156
142418 51 2480.794 [1-40] 1878.667
142419 254 11468.473 [1-243] 10875.088
142422 1342 43950.709 [1-1299] 43168.626
142513 121 10215.174 [1-101], [107-107] 8432.289
142514 136 2669.593 [1-124] 2596.681
142523 203 6012.949 [140-197] 4042.498
142524 393 23415.244 [4-306], [327-347] 19399.445
142525 208 10679.709 [1-181] 9230.657
142528 986 42475.810 [1-976] 41822.189
142530 110 4157.537 [1-82] 3040.470
142535 127 4652.370 [1-118] 4220.037
142537 234 3744.703 [1-114], [139-217] 3707.233
142557 245 10139.106 [118-237] 8162.407
142558 440 16079.218 [1-428] 15924.613
142657 16 1397.318 [1-2] 85.037
142658 24 2050.650 [1-5] 371.862
142659 78 6277.986 [1-64] 4967.979
142660 38 3088.407 [1-16] 1231.645
142661 36 2883.126 [1-17] 1270.152
142662 196 14820.091 [1-186] 13940.020
142663 175 12276.664 [1-167] 11595.491
142664 134 6755.613 [1-80] 5184.042
142928 1059 47768.945 [383-578], 41225.161
      [617-721],  
      [724-1046]  
142933 1088 51417.954 [1-92], [194-203], 44031.712
      [228-1077]  
142935 66 2668.460 [1-47] 1758.902
142936 83 1189.005 [1-16] 577.386
142953 354 25414.673 [88-333], [342-342] 21007.826
142954 250 19101.623 [1-240] 18137.464
142970 277 15367.967 [124-266] 12565.900
142971 1722 108989.964 [1-1701] 107097.262
143004 324 11356.526 [256-299], [215-255] 6856.075
143005 249 18886.472 [1-239] 17889.789
143006 145 10119.189 [1-117] 8059.309
143007 879 50622.568 [1-863] 49434.208
143008 277 13152.150 [128-155], [113-127] 2034.899
143179 180 7398.105 [128-169], [113-127] 3978.788
143181 1069 59733.990 [1-679], [681-1055] 58549.114
143187 341 14990.272 [1-329] 14349.063
143191 181 7415.430 [1-109], [111-164], 6869.082
      [166-172]  
143192 58 2312.013 [1-48] 1859.083
143193 129 4069.161 [1-76] 2930.126
143318 164 18692.105 [128-157], [106-127] 7079.072
143319 72 10719.975 [8-34], [36-60] 7355.080
143320 183 26062.458 [1-171] 24112.801
143321 114 15269.428 [1-46], [95-95] 6118.496
143322 213 26744.135 [1-15], [30-42], 18110.010
      [66-118], [130-131],  
      [139-202]  
143323 623 68445.201 [1-49], [81-607] 62803.158
143326 280 26923.631 [1-264] 25240.384
143327 238 21390.836 [1-228] 20380.491
143328 417 34641.071 [1-404] 33413.441
143657 2050 277009.092 [210-516], 269224.618
      [518-2034]  
143665 484 15702.694 [1-305] 15576.111
143727 363 65962.782 [1-135], [143-355] 62583.918
143731 207 3776.009 [1-23] 3637.397
143827 772 153238.146 [1-219], [221-672] 132241.198
143833 924 134010.038 [1-900] 129787.949
143835 430 48476.609 [1-284] 34191.137
143953 633 120568.170 [123-250], [271-621] 106768.206
143954 200 41073.002 [1-187] 37567.711
143955 82 16170.214 [1-68] 13033.752
143956 63 12163.203 [1-41] 7573.906
143957 171 32050.968 [1-52], [54-147] 26516.592
143959 141 25247.911 [1-102], [104-124] 21580.020
143960 126 21522.334 [1-107] 17879.991
143961 343 54769.521 [1-308] 48844.926
143962 395 51832.337 [1-352], [354-358] 51250.603
144010 86 21054.726 [1-8], [10-73], 16817.848
      [77-77]  
144011 551 111766.713 [1-18], [22-399] 86832.814
144086 326 69465.359 [1-196], [198-242], 61382.679
      [244-265], [267-298]  
144089 1779 256983.036 [1-114], [117-161], 249878.251
      [163-172],  
      [174-1605],  
      [1607-1693]  
144112 1765 305872.672 [136-236], 289196.433
      [238-381],  
      [383-437],  
      [439-1489],  
      [1491-1711],  
      [1713-1737]  
144114 282 14881.285 [1-79] 11552.512

== = Total :

Delivered LS Delivered (/μb) Selected LS Recorded (/μb)

63705 3485325.118 46687 3067717.256

  • Lumi for 146240-147116 :
More... Close
Run Delivered LS Delivered (/μb) Selected LS Recorded (/μb)

146428 109 10452.711 [1-2], [11-52], 7395.316
      [55-92]  
146436 542 42806.736 [1-152], [255-532] 33426.223
146437 823 54802.710 [1-817] 53889.042
146511 840 282728.565 [1-63], [65-778] 260980.745
146513 24 6869.292 [1-1], [3-15] 3726.779
146514 1132 250412.849 [1-545], [548-885] 216421.987
146644 2585 1155245.560 [96-117], [119-565], 1034121.872
      [567-874],  
      [876-1032],  
      [1034-1179],  
      [1184-1187],  
      [1192-1195],  
      [1200-1203],  
      [1228-1243],  
      [1248-2179],  
      [2377-2473]  
146804 932 605712.078 [111-148], 560556.097
      [150-520],  
      [522-789],  
      [791-822], [824-905]  
146807 620 304458.453 [132-362], 194015.961
      [365-420], [422-469]  
146944 703 554106.825 [177-669] 481088.796
147043 564 259337.529 [161-500] 251256.184
147048 624 353785.488 [94-484] 312050.409
147114 680 554973.629 [180-187], 461879.570
      [227-240], [247-667]  

== = Total :

Delivered LS Delivered (/μb) Selected LS Recorded (/μb)

10178 4435692.425 7933 3870808.980

  • Lumi For 147196 - 147757:
More... Close
Run Delivered LS Delivered (/μb) Selected LS Recorded (/μb)

147196 221 332591.973 [1-90] 135377.274
147206 306 404261.856 [1-205], [207-229] 298690.810
147212 88 106498.081 [1-76] 90014.482
147214 87 101817.776 [1-79] 89278.344
147216 68 76751.937 [1-63] 69158.433
147217 201 217936.467 [1-193] 206765.795
147218 60 62699.856 [1-45] 45980.618
147219 365 355950.310 [1-343] 308571.636
147221 78 71219.909 [1-68] 59149.218
147222 592 450784.560 [1-444] 371486.516
147284 370 437504.767 [32-364] 383817.309
147390 1024 1108475.051 [1-839] 1056094.386
147450 184 245213.372 [80-167] 168962.628
147451 540 944198.162 [1-116], [118-301], 900954.275
      [306-531]  
147452 107 167605.932 [1-90] 138511.260
147453 157 238242.764 [1-146] 218624.969
147454 114 129245.424 [1-96] 126964.310
147749 137 94676.533 [111-111] 92.561
147752 18 38062.983 [1-2], [5-5] 2584.810

== = Total :

Delivered LS Delivered (/μb) Selected LS Recorded (/μb)

4717 5583737.713 3751 4671079.634

patTuples for Production2 at: /castor/cern.ch/user/l/lovedeep/SUSY/Mu_Run2010B-PromptReco-v2_146417_146729/ and /castor/cern.ch/user/l/lovedeep/SUSY/MuOnia_Run2010A-Sep17ReReco_v2_140042-144114

RunRange DataSet JSON CrabJobs# I.L(nb-1)
146804to146807 /Mu/Run2010B-PromptReco-v2/RECO DCSTRONLY_132440-146807 but for last 3 runs only 10 -
146417_146729 /Mu/Run2010B-PromptReco-v2/RECO DCSTRONLY_132440-146729 71 -
140042-144114 /MuOnia/Run2010A-Sep17ReReco_v2/RECO Cert_132440-144114_7TeV_StreamExpress_Collisions10_JSON_v3.txt 386 -

MC

Global Tag = "START37_V6"

  • Pattuples for Production2: at: /castor/cern.ch/user/l/lovedeep/Summer10/*

DataSet Nevents Xsec filterEffi NcrabJobs
/Zmumu/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 2536784 - - 128
/Zmumu_M20_CTEQ66-powheg/Summer10-START36_V9_S09-v2/GEN-SIM-RECO 1768457 - - 89
/ZJets_7TeV-madgraph-tauola/Summer10-START36_V9_S09-v2/GEN-SIM-RECO 1047008 - - 53
/Wmunu/Summer10-START36_V9_S09-v2/GEN-SIM-RECO 2087693 - - 105
/WplusToMuNu-CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 581940 - - 30
/WminusToMuNu-CTEQ66-powheg/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 645371 - - 33
/WJets_7TeV-madgraph-tauola/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 10218854 - - 513
/TTbar/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 632010 - - 33
/TTbarJets_Tauola-madgraph/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 1463572 - - 75
/InclusiveMu15/Summer10-START36_V9_S09-v1/GEN-SIM-RECO 5120334 - - 259

  • Global Tag = "START37_V6"
  • for Production1: /castor/cern.ch/user/l/lovedeep/Summer10/Prod1/*
  • for Production1+LowJetPtThreshold: /castor/cern.ch/user/l/lovedeep/Summer10/Prod1/LowJetThr*

DataSet Nevents Xsec filterEffi NcrabJobs
/Zmumu/Summer10-START37_V5_S09-v1/GEN-SIM-RECO 2111268 - - 106

DATA (370p4)

Global Tag: "GR_R_37X_V6D::All"

  • Pattuples for production2 at : /castor/cern.ch/user/l/lovedeep/SUSY/*
  • Pattuples for production1 at : /castor/cern.ch/user/l/lovedeep/Summer10/Prod1/*
  • Production1+LowJetPtThreshold: /castor/cern.ch/user/l/lovedeep/Summer10/Prod1/LowJetThr*

RunRange DataSet JSON CrabJobs# I.L(nb-1)
131511-135802 /MinimumBias/Commissioning10-Jun9thReReco_v1/RECO Cert_132440-137028_7TeV_June9thReReco_Collisions10_JSON_v2.txt 522 8.027231
136033-140126 /Mu/Run2010A-Jul15thReReco-v1/RECO Cert_132440-141961_7TeV_StreamExpress_Collisions10_JSON_Plus_Cert_139779-140159_7TeV_July16thReReco_Collisions10_JSON.txt 216 167.019171
140133-140401 /Mu/Run2010A-Jul26thReReco-v1/RECO Cert_132440-141961_7TeV_StreamExpress_Collisions10_JSON_Plus_Cert_139779-140159_7TeV_July16thReReco_Collisions10_JSON.txt 57 84.649477

Run Delivered LS Delivered(/μb) Selected LS Recorded(/μb)

132440 401 4.500 [157-377] 3.457
132596 453 3.906 [382-382] 0.012
132598 188 3.449 [174-175] 0.012
132599 538 17.095 [1-379] [381-437] 13.520
132601 1131 30.355 [1-207] [209-259] 29.607
      [261-1107]  
132602 83 1.955 [1-70] 1.627
132605 969 21.775 [1-444] [446-522] 20.322
      [526-622] [624-814]  
      [816-829] [831-867]  
      [896-942]  
132606 37 0.320 [1-25] 0.319
132656 140 4.338 [1-110] 3.348
132658 177 5.784 [1-51] [56-120] 4.458
      [127-148]  
132659 84 2.603 [1-75] 2.324
132661 130 3.480 [1-115] 3.086
132662 221 1.961 [1-9] [25-74] 1.484
132716 671 11.421 [220-436] [440-487] 8.928
      [491-586]  
132959 417 13.739 [326-334] 0.268
132960 190 6.660 [1-124] 4.336
133029 350 10.662 [101-115] [129-331] 7.481
133031 317 0.466 [1-18] 0.465
133035 306 8.146 [1-63] [67-301] 7.906
133036 225 4.599 [1-221] 4.526
133046 426 5.341 [1-43] [45-210] 4.579
      [213-227] [229-323]  
133082 1149 35.987 [1-336] [523-592] 15.232
      [595-608]  
133158 804 21.387 [65-786] 19.513
133320 195 3.323 [128-177] [104-127] 1.699
133321 754 30.536 [1-383] 20.788
133446 265 5.700 [105-265] 4.721
133448 515 13.936 [1-483] 13.168
133450 770 15.956 [1-329] [332-658] 13.704
133474 188 2.888 [1-95] 2.884
133483 657 12.839 [94-159] [161-591] 11.965
133874 874 207.072 [166-297] [299-721] 201.907
      [724-814] [817-864]  
133875 48 10.956 [1-20] [22-37] 8.110
133876 329 63.609 [1-315] 61.273
133877 1997 306.905 [1-77] [82-104] 292.729
      [113-231] [236-294]  
      [297-437] [439-622]  
      [624-853] [857-1472]  
      [1474-1640]  
      [1643-1930]  
133881 561 63.282 [1-71] [74-223] 61.407
      [225-551]  
133885 793 72.689 [1-132] [134-710] 69.356
133927 57 6.924 [1-44] 4.756
133928 665 93.792 [1-645] 91.079
135059 398 0.842 [64-67] [59-63] 0.063
135149 3422 1294.065 [297-337] [339-754] 1222.470
      [756-932] [934-937]  
      [942-993] [995-1031]  
      [1033-1098]  
      [1102-1808]  
      [1811-2269]  
      [2274-2524]  
      [2528-2713]  
      [2715-3098]  
      [3100-3102]  
      [3105-3179]  
      [3182-3303]  
      [3305-3380]  
135175 1081 441.285 [55-545] [548-561] 427.551
      [563-790] [792-1046]  
135521 524 629.829 [60-108] [110-359] 562.893
      [361-440] [442-488]  
135523 225 340.000 [1-64] [66-109] 305.007
      [113-124] [126-211]  
135525 457 699.749 [1-3] [6-119] 647.112
      [121-143] [145-275]  
      [293-381] [384-435]  
      [437-451]  
135528 1554 2177.284 [1-91] [94-95] 1966.245
      [98-142] [145-147]  
      [149-308] [310-454]  
      [456-606] [608-609]  
      [611-770] [773-776]  
      [779-813] [816-912]  
      [915-924] [926-1082]  
      [1084-1213]  
      [1215-1436]  
135535 245 301.113 [1-42] [75-167] 241.331
      [169-231]  
135573 162 74.603 [128-154] [102-110] 30.910
      [113-118] [120-127]  
135575 1374 1406.836 [2-210] [213-241] 1344.953
      [243-264] [266-381]  
      [384-638] [645-1161]  
      [1163-1253]  
135735 982 277.400 [31-42] [44-149] 262.342
      [151-234] [236-319]  
136066 1241 1043.306 [181-297] [299-319] 998.099
      [321-321] [323-336]  
      [338-348] [350-366]  
      [368-529] [532-544]  
      [546-595] [597-719]  
      [721-1004]  
      [1006-1184]  
136080 262 106.532 [249-250] [252-255] 7.278
136082 543 784.392 [1-173] [175-422] 686.589
      [477-504] [506-506]  
136087 354 413.208 [256-265] [267-277] 160.500
      [279-310] [312-315]  
      [250-255]  
136088 403 999.793 [1-3] [6-17] [19-39] 826.231
      [41-47] [50-50]  
      [52-52] [54-63]  
      [65-65] [67-89]  
      [91-113] [115-131]  
      [133-137] [139-184]  
      [187-191] [193-194]  
      [196-206] [208-208]  
      [210-262]  
136097 90 464.152 [1-1] [3-3] [5-5] 287.116
      [7-7] [9-9] [11-12]  
      [14-78]  
136098 24 123.084 [1-10] 39.926
136100 1186 3510.900 [1-94] 470.214
136119 340 204.961 [1-36] 78.339
137027 199 204.848 [98-146] [149-162] 133.227
      [165-187]  
137028 571 1338.206 [1-107] [111-157] 1236.765
      [163-169] [171-180]  
      [184-200] [203-209]  
      [211-232] [234-274]  
      [276-338] [341-475]  
      [478-484]  
138564 18 68.719 [1-4] 11.204
138571 22 46.684 [1-13] 26.759
138572 238 273.779 [1-213] 272.416
138737 87 1062.442 [1-66] 767.354
138738 93 1079.233 [1-10] 86.558
138739 185 1993.627 [1-13] 132.251
138742 53 533.720 [1-20] [22-38] 361.627
138744 38 372.212 [1-24] 233.018
138745 16 155.718 [1-10] 88.785
138746 144 1360.576 [1-129] 1176.818
138747 378 2677.990 [1-71] [73-131] 1174.804
138750 725 3118.104 [1-46] [49-208] 3026.026
      [210-623] [626-709]  
138751 582 1691.484 [1-110] [112-147] 570.407
138919 167 2010.404 [62-150] 1311.004
138920 73 1283.094 [1-55] 949.144
138921 202 2733.022 [1-165] [168-181] 2570.935
      [183-191]  
138923 16 157.162 [1-2] 12.797
138924 85 813.559 [1-62] 578.114
138937 46 430.204 [1-26] 237.791
138939 35 322.037 [1-26] 229.118
139020 927 1582.355 [227-316] [319-617] 1447.514
139096 279 1235.051 [256-267] [193-210] 654.006
      [212-233] [235-236]  
      [239-239] [242-255]  
139098 200 2223.974 [1-92] [94-121] 1881.688
      [123-160] [162-179]  
139100 315 3296.709 [1-13] [15-15] 3055.961
      [17-19] [21-102]  
      [104-104] [106-205]  
      [207-307]  
139102 106 423.429 [1-12] [14-55] 213.854
139103 488 1835.784 [7-154] [157-414] 1638.852
      [416-416] [418-449]  
139195 198 1564.837 [9-14] [16-29] 1010.214
      [31-81] [83-92]  
139239 554 2413.856 [164-214] [217-217] 1766.975
      [219-222] [224-225]  
      [227-270]  
139347 525 2274.560 [512-515] [214-357] 1684.863
      [359-511]  
139356 212 1465.819 [192-192] [175-186] 175.955
      [188-191]  
139360 42 556.108 [1-30] 389.331
139364 88 1113.748 [1-48] [51-72] 851.982
139365 258 2957.981 [1-9] [12-14] 2617.515
      [16-82] [84-84]  
      [86-112] [114-166]  
      [168-179] [181-250]  
139368 173 1825.525 [1-34] [36-100] 1656.848
      [102-150] [152-166]  
139370 836 7887.679 [1-175] [177-254] 6067.240
      [257-445] [447-468]  
      [472-504] [506-562]  
      [564-581] [583-619]  
      [622-645]  
139372 201 1535.876 [20-46] [48-173] 1289.352
      [175-194]  
139375 551 1965.940 [1-47] 313.129
139399 136 1153.417 [75-89] [94-107] 422.938
      [109-109] [114-117]  
      [125-125]  
139400 143 1664.099 [1-22] 244.525
139407 1328 14263.042 [1-976] [978-1074] 13427.208
      [1076-1251]  
139411 377 1837.279 [4-67] [69-135] 1274.542
139457 87 946.913 [1-73] 776.701
139458 409 4275.379 [1-103] [107-326] 4063.769
      [329-395]  
139459 152 552.866 [1-2] [4-55] 533.124
139779 62 881.667 [4-52] 681.431
139780 91 1264.486 [4-75] 986.066
139781 212 2002.274 [4-200] 1856.804
139783 54 380.881 [4-36] 229.489
139784 103 692.287 [4-71] 453.636
139786 114 743.967 [4-101] 631.520
139788 52 335.650 [4-35] 202.885
139789 127 810.197 [4-112] 689.005
139790 188 711.944 [4-21] 112.854
139965 242 973.875 [209-213] 88.285
139966 74 1462.547 [1-51] 948.742
139967 75 1562.333 [1-55] 1121.088
139968 28 576.674 [1-5] 91.761
139969 97 1973.448 [1-78] 1534.805
139971 317 6241.295 [1-304] 5061.757
139972 47 896.456 [1-38] 692.347
139973 132 2467.243 [1-118] 2161.626
139974 63 1159.447 [1-53] 943.662
139975 68 1237.175 [1-15] [17-54] 909.377
140058 234 4361.441 [111-224] 3393.912
140059 1175 24012.424 [1-610] [613-1159] 23253.025
140070 25 430.001 [1-11] 169.849
140076 126 2131.281 [1-60] 984.098
140119 18 486.659 [1-13] 297.846
140123 109 3371.543 [1-53] [58-62] 1564.001
      [67-83] [85-86]  
      [88-93] [95-100]  
140124 1741 45970.111 [1-390] [392-938] 44815.019
      [940-1731]  
140126 338 7543.801 [1-322] 6944.985
140133 N/A N/A N/A N/A
140158 414 10424.025 [5-404] 9983.773
140159 395 8715.686 [1-379] 8304.239
140160 252 4862.311 [1-216] 4157.372
140180 69 1204.206 [1-55] 927.566
140181 42 729.042 [1-13] 195.861
140331 873 17222.810 [222-544] [546-614] 13871.020
      [626-626] [635-749]  
140359 57 1269.102 [1-35] [40-43] 812.983
140361 162 3495.517 [1-151] 3216.423
140362 367 5570.582 [1-354] 5502.570
140379 259 6893.504 [123-244] 4482.460
140381 48 1728.117 [16-37] 749.960
140382 227 7617.529 [1-128] [131-214] 7089.466
140383 507 14681.935 [1-276] [281-447] 13684.672
      [453-487]  
140385 202 5284.808 [1-4] [26-30] 3598.491
      [50-185]  
140386 54 1367.553 [1-23] 569.441
140387 152 3678.748 [7-137] 3110.306
140401 551 4947.201 [1-266] 4392.874

= Total :

Delivered LS Delivered (/μb) Selected LS Recorded(/μb)

56043 315376.503 39664 259695.880

DATA

Global Tag: "GR_R_36X_V12A::All" Pattuples at: /castor/cern.ch/user/l/lovedeep/SUSY/*

RunRange DataSet JSON CrabJobs# I.L(nb-1)
132440-135735 /MinimumBias/Commissioning10-GOODCOLL-Jun14thSkim_v1/RECO Cert_132440-137028_7TeV_June14thReReco_Collisions10_JSON_v2.txt 529 8.024
136066-137028 /Mu/Run2010A-Jun14thReReco_v1/RECO Cert_132440-137028_7TeV_June14thReReco_Collisions10_JSON_v2.txt 33 4.924
138560-141961_Exc139599-140159 /Mu/Run2010A-PromptReco-v4/RECO Cert_132440-141961_7TeV_StreamExpress_Collisions10_JSON.txt 167 -
139599-140159 /Mu/Run2010A-Jul16thReReco-v1/RECO Cert_139779-1340159_7TeV_July16thReReco_Collisions10_JSON.txt 94 119.107

Starting with Production3_trig (May 6)

files can be found here:

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/Zmumu/Production3_trig

Starting with Production4 (May 3)

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/Zmumu/Production4 (106 jobs Done)

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/InclusiveMu15/Production4

Starting with Production3

Florent:
To add the preselection and the creation of the Z candidates branch, you have to:
1) Install the PFanalysis framework:
https://twiki.cern.ch/twiki/bin/view/CMS/PFlowAnalyses
2) Install the ZMuMuForMET package:
cvs co -r April27c -d PFAnalyses/ZMuMuForMET UserCode/PFAnalyses/ZMuMuForMET
3) add to patLayer1_fromAOD_PF2PAT_full_cfg.py:
process.load("PFAnalyses.ZMuMuForMET.zMuMuPreSelection_mc_cff")
process.p = cms.Path(
    process.firstPreSelection *
    process.patDefaultSequence *
    process.zMuMuPreSelection
    )
process.out.outputCommands.extend(cms.untracked.vstring('keep *_zMuMuCandsMuEta*_*_*'))

So Do following:

cvs co -r  Michal_April12 -d   AnalysisDataFormats/PFAnalyses UserCode/PFAnalyses/AnalysisDataFormats/PFAnalyses      
cvs co -r  Colin_April22 -d   PFAnalyses/CommonTools   UserCode/PFAnalyses/CommonTools   
cvs co -r  Colin_April7 -d   PFAnalyses/RootTools  UserCode/PFAnalyses/RootTools       
cvs co -r April27c -d PFAnalyses/ZMuMuForMET UserCode/PFAnalyses/ZMuMuForMET

cd PFAnalyses/ZMuMuForMET
scramv1 b

Edit patLayer1_fromAOD_PF2PAT_full_cfg.py as:

process.load("PFAnalyses.ZMuMuForMET.zMuMuPreSelection_mc_cff")
process.p = cms.Path(
    process.firstPreSelection *
    process.patDefaultSequence *
    process.zMuMuPreSelection
    )
process.out.outputCommands.extend(cms.untracked.vstring('keep *_zMuMuCandsMuEta*_*_*'),'keep* *_dimu_*_*')

cmsRun patLayer1_fromAOD_PF2PAT_full_cfg.py

Output root files will be at:
rfdir /castor/cern.ch/user/l/lovedeep/Spring10/Zmumu/Production3 (106 jobs Done)

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/InclusiveMu15/Production3

Starting with Production2 (May 2)

Add

process.load("PhysicsTools.PFCandProducer.Isolation.pfIsolatedMuons_cfi")
process.pfIsolatedMuons.combinedIsolationCut = cms.double(99999999.)

to

patLayer1_fromAOD_PF2PAT_full_noIso_Prod2.py

Output root files will be at:

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/Zmumu/Production2 (106 jobs Done)

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/InclusiveMu15/Production2

Starting with Production1: (Apr 30)

ssh lxplus5.cern.ch

cmsrel CMSSW_3_5_6
cd CMSSW_3_5_6/src
cmsenv
addpkg PhysicsTools/PFCandProducer
addpkg PhysicsTools/PatAlgos
cvs up -A PhysicsTools/PFCandProducer/test/Macros
cmsRun patLayer1_fromAOD_PF2PAT_full_cfg.py

To edit this file (for our requirements):

Pick Zmumu Spring10 sample from Wisc. and send to lxplus313 tmp area: (a solution to see our cfg. files are working properly: giving output, no exception etc.)

process.source = cms.Source("PoolSource",
     fileNames = cms.untracked.vstring('file:/tmp/lovedeep/Spring10_Zmumu_AODSIM_START3X_V26_S09-v1_0006_1EE489A2-CE44-DF11-98B3-90E6BA0D09BB.root')
)

To keep some more info in PatTuples:


# Add PF2PAT output to the created file
from PhysicsTools.PatAlgos.patEventContent_cff import patEventContentNoCleaning
#process.load("PhysicsTools.PFCandProducer.PF2PAT_EventContent_cff")
#process.out.outputCommands =  cms.untracked.vstring('drop *')
process.out.outputCommands = cms.untracked.vstring('drop *',
                                                   *patEventContentNoCleaning )
process.out.outputCommands.extend(cms.untracked.vstring(
         'keep *_particleFlow_*_*',
         'keep *_TriggerResults_*_*',
         'keep *_tcMet_*_*',
         'keep *_caloMet_*_*',
         'keep *_corMetGlobalMuons_*_*',
         'keep *_met_*_*',
         'keep *_pfMET_*_*',
         'keep *_ak5CaloJets_*_*',
         'keep *_offlineBeamSpot_*_*',
))

We get following output:

edmDumpEventContent patLayer1_fromAOD_PF2PAT_full.root 

edm::TriggerResults               "TriggerResults"        ""            "HLT8E29."     
edm::TriggerResults               "TriggerResults"        ""            "HLT."         
edm::TriggerResults               "TriggerResults"        ""            "REDIGI."      
double                            "ak5CaloJets"           ""            "RECO."        
edm::TriggerResults               "TriggerResults"        ""            "RECO."        
reco::BeamSpot                    "offlineBeamSpot"       ""            "RECO."        
vector<reco::CaloJet>             "ak5CaloJets"           ""            "RECO."        
vector<reco::CaloMET>             "corMetGlobalMuons"     ""            "RECO."        
vector<reco::CaloMET>             "met"                   ""            "RECO."        
vector<reco::MET>                 "tcMet"                 ""            "RECO."        
vector<reco::PFCandidate>         "particleFlow"          ""            "RECO."        
vector<reco::PFCandidate>         "particleFlow"          "electrons"    "RECO."        
edm::TriggerResults               "TriggerResults"        ""            "PAT."         
vector<pat::Electron>             "selectedPatElectrons"    ""            "PAT."         
vector<pat::Jet>                  "selectedPatJets"       ""            "PAT."         
vector<pat::MET>                  "patMETs"               ""            "PAT."         
vector<pat::Muon>                 "selectedPatMuons"      ""            "PAT."         
vector<pat::PFParticle>           "selectedPatPFParticles"    ""            "PAT."         
vector<pat::Tau>                  "selectedPatTaus"       ""            "PAT."         
vector<reco::MET>                 "pfMET"                 ""            "PAT."         


To change GlobalTag: go here: Global_Tags_for_Monte_Carlo_Prod

and edit cfg as:

process.GlobalTag.globaltag = 'START3X_V26A::All'           

Above modifications are sufficient for Production1. To submit crab jobs for this.

Now to look into Spring10 samples for ZMuMu and InclusiveMu15 (both samples are our first priority).

Here is the crab info. related to Production1 :

  • Set crab.cfg as:

[CRAB]

jobtype    = cmssw
scheduler               =glite
#scheduler    = lsf
#server_name = cern
#server_name =  legnaro

[CMSSW]
#datasetpath=None
datasetpath=/Zmumu/Spring10-START3X_V26_S09-v1/AODSIM 

pset = patLayer1_fromAOD_PF2PAT_full_cfg.py

get_edm_output = 1

total_number_of_events  = -1 
events_per_job          = 20000
output_file = patLayer1_fromAOD_PF2PAT_full.root 

[USER]
return_data             = 0
copy_data = 1
use_boss_rt             = 0
storage_element=srm-cms.cern.ch
storage_path=/srm/managerv2?SFN=/castor/cern.ch

user_remote_dir=/user/l/lovedeep/Spring10/
#user_remote_dir=/user/l/lovedeep/Spring10/Zmumu/Production1/

thresholdLevel=   100
eMail = lovedeep@cern.ch

[GRID]
#ce_black_list = ceprod00.hep.ph.ic.ac.uk
#se_white_list = T2_US_Wisconsin

rb                      = CERN

proxy_server            = myproxy.cern.ch

  • To run on both ZMuMu and Inclusive sample, set multicrab as:

[MULTICRAB]
cfg=crab.cfg

[ZMuMu_Production1]
CMSSW.datasetpath=/Zmumu/Spring10-START3X_V26_S09-v1/AODSIM

[InclusiveMu15_Production1]
CMSSW.datasetpath=/InclusiveMu15/Spring10-START3X_V26_S09-v1/AODSIM

  • Submit jobs on crab:
multicrab -create
multicrab -submit
multicrab -status
multicrab -getoutput (after jobs are done)

  • Status for crab jobs:

Look creating status for ZMuMu:

crab:  Requested dataset: /Zmumu/Spring10-START3X_V26_S09-v1/AODSIM has 2111268 events in 1 blocks.

crab:  106 job(s) can run on 2111268 events.

crab:  List of jobs and available destination sites:

Block     1: jobs                1-106: sites: T2_UK_London_Brunel, T2_IN_TIFR, T2_AT_Vienna, T2_US_Wisconsin, T2_FR_IPHC, T2_UK_London_IC

Look Creating status for InclusiveMu15:

crab:  Requested dataset: /InclusiveMu15/Spring10-START3X_V26_S09-v1/AODSIM has 4377187 events in 2 blocks.

crab:  220 job(s) can run on 4377187 events.

crab:  List of jobs and available destination sites:

Block     1: jobs                1-102: sites: T2_UK_London_Brunel, T2_ES_CIEMAT, T2_IN_TIFR, T2_AT_Vienna, T2_US_Wisconsin, T2_FR_IPHC, T2_UK_London_IC, T2_DE_DESY
Block     2: jobs              103-220: sites: T2_UK_London_Brunel, T2_ES_CIEMAT, T2_IN_TIFR, T2_AT_Vienna, T2_US_Wisconsin, T2_FR_IPHC, T2_UK_London_IC, T2_DE_DESY


mutlicrab -status:

check here:

crab:  You can also follow the status of this task on :
   CMS Dashboard: http://dashb-cms-job-task.cern.ch/taskmon.html#task=lovedeep_ZMuMu_Spring_PF2PAT_72ur0z
   Your task name is: lovedeep_ZMuMu_Spring_PF2PAT_72ur0z 

crab:  You can also follow the status of this task on :
   CMS Dashboard: http://dashb-cms-job-task.cern.ch/taskmon.html#task=lovedeep_InclusiveMu15_Spring10_PF2PAT_i86d9x
   Your task name is: lovedeep_InclusiveMu15_Spring10_PF2PAT_i86d9x 

crab -resubmit 1-106 -GRID.ce_black_list=ceprod00.hep.ph.ic.ac.uk -c ZMuMu_Production1/

Output root files will be at:

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/Zmumu/Production1

rfdir /castor/cern.ch/user/l/lovedeep/Spring10/InclusiveMu15/Production1 (220 jobs Done)

-- LovedeepKaurSaini - 30-Apr-2010

Topic attachments
I Attachment History Action Size Date Who Comment
Texttxt Zsel_patLayer1_fromAOD_PF2PAT_full_cfg.py.txt r1 manage 4.7 K 2010-05-06 - 23:00 LovedeepKaurSaini a file to create PF2PAT ntuples with Pat::Trigger info
Edit | Attach | Watch | Print version | History: r37 < r36 < r35 < r34 < r33 | Backlinks | Raw View | WYSIWYG | More topic actions
Topic revision: r37 - 2012-02-06 - LovedeepKaurSaini
 
    • Cern Search Icon Cern Search
    • TWiki Search Icon TWiki Search
    • Google Search Icon Google Search

    Main All webs login

This site is powered by the TWiki collaboration platform Powered by PerlCopyright &© 2008-2024 by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
or Ideas, requests, problems regarding TWiki? use Discourse or Send feedback