コード例 #1
0
from DisappTrks.BackgroundEstimation.config_cfg import *
from DisappTrks.StandardAnalysis.customize import *

if not os.environ["CMSSW_VERSION"].startswith ("CMSSW_8_0_"):
    print "Please use a CMSSW_8_0_X release..."
    sys.exit (0)

process = customize (process, "2016DEFGH", applyPUReweighting = True, applyISRReweighting = True, applyTriggerReweighting = True, applyMissingHitsCorrections = True, runMETFilters = False)
コード例 #2
0
from DisappTrks.BackgroundEstimation.config_cfg import *
from DisappTrks.StandardAnalysis.customize import *

if not os.environ["CMSSW_VERSION"].startswith ("CMSSW_7_6_"):
    print "Please use a CMSSW_7_6_X release..."
    sys.exit (0)

process = customize (process, "2015", applyPUReweighting = True, applyTriggerReweighting = True, runMETFilters = False)
コード例 #3
0
from DisappTrks.BackgroundEstimation.config_cfg import *
from DisappTrks.StandardAnalysis.customize import *

if not os.environ["CMSSW_VERSION"].startswith("CMSSW_10_2_"):
    print "Please use a CMSSW_10_2_X release..."
    sys.exit(0)

process = customize(process,
                    "2018",
                    applyPUReweighting=True,
                    applyTriggerReweighting=True,
                    applyMissingHitsCorrections=True,
                    runMETFilters=False)
コード例 #4
0
from DisappTrks.TriggerAnalysis.config_cfg import *
from DisappTrks.StandardAnalysis.customize import *

if not os.environ["CMSSW_VERSION"].startswith("CMSSW_8_0_"):
    print "Please use a CMSSW_8_0_X release..."
    sys.exit(0)

process = customize(process,
                    "2016DEFGH",
                    applyPUReweighting=True,
                    applyTriggerReweighting=True,
                    runMETFilters=True)