CMS 3D CMS Logo

Variables

hcal_ecal_HSCP_cfg Namespace Reference

Variables

tuple annotation = cms.untracked.string('CRAFT HCALHighEnergy ecalhighenergy and stoppedhSCP skim')
tuple dataset
tuple fileName = cms.untracked.string('/tmp/jbrooke/StoppedHSCP_filter.root')
tuple fileNames
tuple input = cms.untracked.int32(1000)
tuple name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py,v $')
tuple outputCommands = cms.untracked.vstring('keep *','drop *_MEtoEDMConverter_*_*')
 HCAL High Energy#########################################.
tuple process = cms.Process("SKIM")
tuple secondaryFileNames
tuple SelectEvents
tuple version = cms.untracked.string('$Revision: 1.3 $')

Variable Documentation

tuple hcal_ecal_HSCP_cfg::annotation = cms.untracked.string('CRAFT HCALHighEnergy ecalhighenergy and stoppedhSCP skim')

Definition at line 85 of file hcal_ecal_HSCP_cfg.py.

Initial value:
00001 cms.untracked.PSet(
00002                                dataTier = cms.untracked.string('RAW-RECO'),
00003                                filterName = cms.untracked.string('StoppedHSCP'))

Definition at line 142 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg::fileName = cms.untracked.string('/tmp/jbrooke/StoppedHSCP_filter.root')

Definition at line 145 of file hcal_ecal_HSCP_cfg.py.

Definition at line 9 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg::input = cms.untracked.int32(1000)

Definition at line 89 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg::name = cms.untracked.string('$Source: /local/reps/CMSSW/CMSSW/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py,v $')

Definition at line 84 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg::outputCommands = cms.untracked.vstring('keep *','drop *_MEtoEDMConverter_*_*')

HCAL High Energy#########################################.

process.extend(DPGAnalysis.Skims.HCALHighEnergyCombinedPath_cff) process.outHCAL = cms.OutputModule("PoolOutputModule", outputCommands = cms.untracked.vstring('keep *','drop *_MEtoEDMConverter_*_*'), SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring("HCALHighEnergyPath") ), dataset = cms.untracked.PSet( dataTier = cms.untracked.string('RAW-RECO'), filterName = cms.untracked.string('HCALHighEnergy')), fileName = cms.untracked.string('/tmp/jbrooke/HCALHighEnergy_filter.root') ) ECAL High Energy######################################### process.skimming = cms.EDFilter("EcalSkim", #cosmic cluster energy threshold in GeV energyCutEB = cms.untracked.double(2.0), energyCutEE = cms.untracked.double(2.0), endcapClusterCollection = cms.InputTag("cosmicSuperClusters","CosmicEndcapSuperClusters"), barrelClusterCollection = cms.InputTag("cosmicSuperClusters","CosmicBarrelSuperClusters") ) process.p = cms.Path(process.skimming) process.outECAL = cms.OutputModule("PoolOutputModule", process.RECOEventContent, fileName = cms.untracked.string('/tmp/jbrooke/ecalSkim.root'), dataset = cms.untracked.PSet( dataTier = cms.untracked.string('RECO'), filterName = cms.untracked.string('ecalSkim_fromRECO')), SelectEvents = cms.untracked.PSet( SelectEvents = cms.vstring('p') ) ) process.outECAL.outputCommands.append('drop *_MEtoEDMConverter_*_*') StoppedHSCP################################

Definition at line 138 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg::process = cms.Process("SKIM")

Definition at line 4 of file hcal_ecal_HSCP_cfg.py.

Definition at line 43 of file hcal_ecal_HSCP_cfg.py.

Initial value:
00001 cms.untracked.PSet(
00002     SelectEvents = cms.vstring("skim")
00003     )

Definition at line 139 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg::version = cms.untracked.string('$Revision: 1.3 $')

Definition at line 83 of file hcal_ecal_HSCP_cfg.py.