00001 import FWCore.ParameterSet.Config as cms 00002 00003 process = cms.Process("TEST") 00004 00005 process.load("FWCore.MessageService.MessageLogger_cfi") 00006 process.MessageLogger.cerr.FwkReport.reportEvery = 10 00007 00008 00009 process.maxEvents = cms.untracked.PSet( input = cms.untracked.int32(100) ) 00010 00011 00012 # process.load("HLTriggerOffline.JetMET.RelVal_214_80_120_cff") 00013 # process.load("HLTriggerOffline.JetMET.RelVal_220pre1_80_120_cff") 00014 # process.load("HLTriggerOffline.JetMET.RelVal_220_80_120_cff") 00015 # process.load("HLTriggerOffline.JetMET.RelVal_220_ideal_80_120_cff") 00016 # process.load("HLTriggerOffline.JetMET.RelVal_220_ideal_fastsim_80_120_cff") 00017 # process.load("HLTriggerOffline.JetMET.RelVal_214_ttbar_cff") 00018 # process.load("HLTriggerOffline.JetMET.RelVal_220pre1_ttbar_cff") 00019 # process.load("HLTriggerOffline.JetMET.RelVal_220_ttbar_cff") 00020 # process.load("HLTriggerOffline.JetMET.RelVal_220_ideal_ttbar_cff") 00021 process.load("HLTriggerOffline.JetMET.RelVal_220_ideal_fastsim_ttbar_cff") 00022 00023 00024 #process.source = cms.Source("PoolSource", 00025 # fileNames = cms.untracked.vstring( 00026 # 'root://eoscms//eos/cms/store/relval/CMSSW_5_2_2/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG/START52_V4-v3/0000/84D4C275-6C74-E111-89B0-003048F11C5C.root' 00027 # # TTbar RelVal 2.1.0 00028 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/02F674DE-A160-DD11-A882-001617DBD5AC.root', 00029 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/04327AC0-1C61-DD11-93B8-001BFCDBD19E.root', 00030 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/06621B92-A060-DD11-B33C-000423D6CA6E.root', 00031 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/08059389-0E61-DD11-89D1-001A928116DC.root', 00032 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/0830A57C-1561-DD11-9B9D-001731A28A31.root', 00033 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/0C6AEA0F-0E61-DD11-BF9F-0018F3D096E0.root', 00034 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/0C74136A-1761-DD11-80D7-0018F3D09686.root', 00035 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/18D5104F-A060-DD11-8746-000423D991D4.root', 00036 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/1ED2C659-1861-DD11-857C-0017312B5F3F.root', 00037 # '/store/relval/CMSSW_2_1_0/RelValTTbar/GEN-SIM-DIGI-RAW-HLTDEBUG-RECO/STARTUP_V4_v1/0001/1EDB2A98-0D61-DD11-9D88-003048767DDB.root' 00038 # ) 00039 #) 00040 00041 #process.load("Configuration.StandardSequences.FrontierConditions_GlobalTag_cff") 00042 #process.GlobalTag.globaltag = "START52_V4::All" 00043 00044 process.DQMStore = cms.Service("DQMStore") 00045 00046 #Load the Validation 00047 process.load("HLTriggerOffline.JetMET.Validation.HLTJetMETValidation_cff") 00048 00049 #process.ppf = cms.Path( 00050 # process.HLTJetMETValSeq 00051 # ) 00052 00053 #Pickk your favourite Boson (23 is Z , 25 is H0 , 37 is H+) 00054 #process.JetMETMCProducer.BosonID = 25 00055 00056 00057 00058 00059 00060 00061 00062