babymaker
ab32dd2660a888820fa79c78d72ab78b0a2e3c93
|
Go to the source code of this file.
Namespaces | |
bmaker_basic_cfg | |
Functions | |
def | bmaker_basic_cfg.findFileInPath (theFile) |
Variables | |
tuple | bmaker_basic_cfg.options = VarParsing('analysis') |
bmaker_basic_cfg.outName = options.outputFile | |
tuple | bmaker_basic_cfg.rootfile = basename(options.inputFiles[0]) |
bmaker_basic_cfg.doSystematics = True | |
list | bmaker_basic_cfg.cmsswRel = environ["CMSSW_BASE"] |
bmaker_basic_cfg.doJEC = False | |
This refers to the official JEC methods. More... | |
string | bmaker_basic_cfg.jecLabel = 'miniAOD_Summer15_25nsV6_MC' |
bmaker_basic_cfg.isData = True | |
string | bmaker_basic_cfg.globalTag = "74X_dataRun2_v2" |
string | bmaker_basic_cfg.processRECO = "RECO" |
list | bmaker_basic_cfg.jecLevels = ['L1FastJet', 'L2Relative', 'L3Absolute', 'L2L3Residual'] |
tuple | bmaker_basic_cfg.process = cms.Process("Baby") |
Defining Baby process, input and output files. More... | |
tuple | bmaker_basic_cfg.fileNames = cms.untracked.vstring(options.inputFiles) |
tuple | bmaker_basic_cfg.jsonfile = findFileInPath(options.json) |
tuple | bmaker_basic_cfg.condor_subtime = cms.string(options.condorSubTime) |
tuple | bmaker_basic_cfg.outputFile = cms.string(outName) |
tuple | bmaker_basic_cfg.inputFiles = cms.vstring(options.inputFiles) |
tuple | bmaker_basic_cfg.json = cms.string(options.json) |
tuple | bmaker_basic_cfg.jec = cms.string(jecLabel) |
tuple | bmaker_basic_cfg.met = cms.InputTag("slimmedMETs") |
tuple | bmaker_basic_cfg.met_nohf = cms.InputTag("slimmedMETsNoHF") |
tuple | bmaker_basic_cfg.jets = cms.InputTag(jets_label) |
tuple | bmaker_basic_cfg.nEventsSample = cms.uint32(options.nEventsSample) |
tuple | bmaker_basic_cfg.doMetRebalancing = cms.bool(True) |
tuple | bmaker_basic_cfg.addBTagWeights = cms.bool(True) |
tuple | bmaker_basic_cfg.isFastSim = cms.bool(fastsim) |
tuple | bmaker_basic_cfg.debugMode = cms.bool(False) |
tuple | bmaker_basic_cfg.connect = cms.string('sqlite_file:data/jec/'+jecLabel+'.db') |
tuple | bmaker_basic_cfg.toGet |
tuple | bmaker_basic_cfg.src = cms.InputTag("slimmedJets") |
bmaker_basic_cfg.levels = jecLevels, | |
string | bmaker_basic_cfg.payload = 'AK4PFchs' |
tuple | bmaker_basic_cfg.jetSource = cms.InputTag("slimmedJets") |
tuple | bmaker_basic_cfg.jetCorrFactorsSource = cms.VInputTag(cms.InputTag("patJetCorrFactorsReapplyJEC")) |
tuple | bmaker_basic_cfg.allowUnscheduled = cms.untracked.bool(True) |
Apply new JECs to MET From https://github.com/cms-met/cmssw/blob/METCorUnc74X/PhysicsTools/PatAlgos/test/corMETFromMiniAOD.py. More... | |
tuple | bmaker_basic_cfg.wantSummary = cms.untracked.bool(False) |
tuple | bmaker_basic_cfg.pfCandColl = cms.InputTag("packedPFCandidates") |