from TauAnalysis.Configuration.recoSampleDefinitionsZtoElecTau_cfi import *

# name of the directory (either on afs area or castor)
# to which all .root files produced by the cmsRun job will be copied
#
# NOTE: outputFilePath must **not** contain "/castor/cern.ch" !!
#       (internally added by crab)
#
outputFilePath = "/user/j/jkolb/elecTauPatTuples/spring10/current/"


submitToGrid(configFile = "producePatTuple_cfg.py", channel = "ZtoElecTau",
		sample = "Ztautau_7TeV", job = "0",
		dbs_name = "/Ztautau/akalinow-SkimTauTau_356_pass1-0a3d3891f015a95324f94837322fb8aa-elecTauSkim/USER",
		dbs_url = "http://cmsdbsprod.cern.ch/cms_dbs_ph_analysis_02/servlet/DBSServlet",             
		replFunction = makeReplacementsCrab, replacements =
		"maxEvents = -1; eventsPerJob = 20000; applyFactorization = false; estimateSysUncertainties = false; globalTag = START3X_V26::All",
		type = "mc",
		outputFileNames = [ patTupleOutputFileNameZtoElecTau_Ztautau_7TeV ], 
		outputFilePath = outputFilePath, submit = "yes")

submitToGrid(configFile = "producePatTuple_cfg.py", channel = "ZtoElecTau",
		sample = "Zee_7TeV", job = "0",
		dbs_name = "/Zee/akalinow-SkimTauTau_356_pass1-0a3d3891f015a95324f94837322fb8aa-elecTauSkim/USER",
		dbs_url = "http://cmsdbsprod.cern.ch/cms_dbs_ph_analysis_02/servlet/DBSServlet",             
		replFunction = makeReplacementsCrab, replacements =
		"maxEvents = -1; eventsPerJob = 20000; applyFactorization = false; estimateSysUncertainties = false; globalTag = START3X_V26::All",
		type = "mc",
		outputFileNames = [ patTupleOutputFileNameZtoElecTau_Zee_7TeV ], outputFilePath = outputFilePath, submit = "yes")

submitToGrid(configFile = "producePatTuple_cfg.py", channel = "ZtoElecTau",
Beispiel #2
0
# name of the directory (either on afs area or castor)
# to which all .root files produced by the cmsRun job will be copied
#
# NOTE: outputFilePath must **not** contain "/castor/cern.ch" !!
#       (internally added by crab)
#
outputFilePath = "/user/j/jkolb/elecTauPatTuples/spring10/current/"

submitToGrid(
    configFile="producePatTuple_cfg.py",
    channel="ZtoElecTau",
    sample="Ztautau_7TeV",
    job="0",
    dbs_name=
    "/Ztautau/akalinow-SkimTauTau_356_pass1-0a3d3891f015a95324f94837322fb8aa-elecTauSkim/USER",
    dbs_url=
    "http://cmsdbsprod.cern.ch/cms_dbs_ph_analysis_02/servlet/DBSServlet",
    replFunction=makeReplacementsCrab,
    replacements=
    "maxEvents = -1; eventsPerJob = 20000; applyFactorization = false; estimateSysUncertainties = false; globalTag = START3X_V26::All",
    type="mc",
    outputFileNames=[patTupleOutputFileNameZtoElecTau_Ztautau_7TeV],
    outputFilePath=outputFilePath,
    submit="yes")

submitToGrid(
    configFile="producePatTuple_cfg.py",
    channel="ZtoElecTau",
    sample="Zee_7TeV",
    job="0",
    dbs_name=
    "/Zee/akalinow-SkimTauTau_356_pass1-0a3d3891f015a95324f94837322fb8aa-elecTauSkim/USER",
from TauAnalysis.Configuration.recoSampleDefinitionsWtoTauNu_7TeV_cfi import *

# name of the directory (either on afs area or castor)
# to which all .root files produced by the cmsRun job will be copied
#
# NOTE: outputFilePath must **not** contain "/castor/cern.ch" !!
#       (internally added by crab)
#
outputFilePath = "/user/l/liis/wTauNuPatTuples/spring10"


submitToGrid(configFile = "producePatTuple_cfg.py", channel = "WtoTauNu",
		sample = "Wtaunu_7TeV", job = "spring10_1",
		dbs_name = "/Wtaunu/akalinow-SkimTauTau_356_pass1-67f1fcf093907f0b5dd99ccd3dc76eba-WTauNuSkim/USER",
		dbs_url = "http://cmsdbsprod.cern.ch/cms_dbs_ph_analysis_02/servlet/DBSServlet",             
		replFunction = makeReplacementsCrab, replacements =
		"maxEvents = -1; eventsPerJob = 50000; applyFactorization = false; estimateSysUncertainties = false; globalTag = START3X_V26::All",
		type = "mc",
		outputFileNames = [ patTupleOutputFileNameWtoTauNu_Wtaunu_7TeV ], 
		outputFilePath = outputFilePath, submit = "yes")

submitToGrid(configFile = "producePatTuple_cfg.py", channel = "WtoTauNu",
		sample = "qcd_7TeV", job = "spring10_1",
		dbs_name = "/QCD_Pt15_BiasedTau/akalinow-SkimTauTau_356_pass1-67f1fcf093907f0b5dd99ccd3dc76eba-WTauNuSkim/USER",
		dbs_url = "http://cmsdbsprod.cern.ch/cms_dbs_ph_analysis_02/servlet/DBSServlet",             
		replFunction = makeReplacementsCrab, replacements =
		"maxEvents = -1; eventsPerJob = 50000; applyFactorization = false; estimateSysUncertainties = false; globalTag = START3X_V26::All",
		type = "mc",
		outputFileNames = [ patTupleOutputFileNameWtoTauNu_qcd_7TeV ], 
		outputFilePath = outputFilePath, submit = "yes")