|
5 | 5 |
|
6 | 6 | #center of mass energy: 7TeV for 2010/2011 data/MC, 8TeV for 2012 data |
7 | 7 | #this value will be part of the output file name: DataType_CenterOfMassEnergyTeV_lumipb-1_.... |
8 | | -centerOfMassEnergy = 8 |
| 8 | +centerOfMassEnergy = 13 |
9 | 9 | nTuple_version = 0 |
10 | 10 | #number of events to be processed |
11 | 11 | maxEvents = 100000 |
12 | 12 | verbose = True |
13 | 13 |
|
14 | | -if centerOfMassEnergy == 8: |
| 14 | +if centerOfMassEnergy == 13: |
| 15 | + lumi = 5000.#pb-1 |
| 16 | + PUFile = 'noFile.root' |
| 17 | + #+5% |
| 18 | +# PUFile = toolsFolder + "data/PileUp_2012_72765_truth_finebin.root" |
| 19 | + #-5% |
| 20 | +# PUFile = toolsFolder + "data/PileUp_2012_65835_truth_finebin.root" |
| 21 | + |
| 22 | + #apply the met corrections |
| 23 | + applyMetSysShiftCorr = False |
| 24 | + applyMetType0Corr = False |
| 25 | + |
| 26 | + #Apply Jet Smearing |
| 27 | + applyJetSmearing = False |
| 28 | + JetSmearingSystematic = 0 |
| 29 | + |
| 30 | + #Apply Top Pt Reweighting |
| 31 | + applyTopPtReweighting = False |
| 32 | + |
| 33 | + #Lepton Scale Factors |
| 34 | + ElectronScaleFactorSystematic = 0 |
| 35 | + MuonScaleFactorSystematic = 0 |
| 36 | + |
| 37 | + getMuonScaleFactorsFromFile = False |
| 38 | + MuonScaleFactorsFile = toolsFolder + "" |
| 39 | + |
| 40 | + getElectronScaleFactorsFromFile = False |
| 41 | + ElectronIdIsoScaleFactorsFile = 'noFile.root' |
| 42 | + ElectronTriggerScaleFactorsFile = 'noFile.root' |
| 43 | + |
| 44 | + getHadronTriggerFromFile = False |
| 45 | + hadronTriggerFile = 'noFile.root' |
| 46 | +elif centerOfMassEnergy == 8: |
15 | 47 | #File for pile-up re-weighting |
16 | 48 | #integrated luminosity the MC simulation will be scaled to |
17 | 49 | lumi = 19584#pb-1 |
|
93 | 125 | useHitFit = False |
94 | 126 | produceFitterASCIIoutput = False |
95 | 127 | inputFiles = [ |
96 | | - '/storage/ec6821/NTupleProd/CMSSW_7_2_3/src/ntuple_TTJets_madgraph.root' # 53X 8TeV data |
| 128 | + '/hdfs/TopQuarkGroup/run2/ntuples/v18/TTJets_Madgraph_PU30bx50/ntuple_merged_001.root' # 74X 13TeV MC |
97 | 129 | ] |
98 | 130 |
|
99 | 131 | #relative Path from calling BAT to the TopQuarkAnalysis folder |
|
0 commit comments