CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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: /cvs_server/repositories/CMSSW/CMSSW/DPGAnalysis/Skims/python/hcal_ecal_HSCP_cfg.py,v $')
 
tuple outputCommands = cms.untracked.vstring('keep *','drop *_MEtoEDMConverter_*_*')
 HCAL High Energy#########################################. More...
 
tuple process = cms.Process("SKIM")
 
tuple secondaryFileNames
 
tuple SelectEvents
 
tuple version = cms.untracked.string('$Revision: 1.2 $')
 

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.

tuple hcal_ecal_HSCP_cfg.dataset
Initial value:
1 = cms.untracked.PSet(
2  dataTier = cms.untracked.string('RAW-RECO'),
3  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.

tuple hcal_ecal_HSCP_cfg.fileNames

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: /cvs_server/repositories/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.

tuple hcal_ecal_HSCP_cfg.secondaryFileNames

Definition at line 43 of file hcal_ecal_HSCP_cfg.py.

tuple hcal_ecal_HSCP_cfg.SelectEvents
Initial value:
1 = cms.untracked.PSet(
2  SelectEvents = cms.vstring("skim")
3  )

Definition at line 139 of file hcal_ecal_HSCP_cfg.py.

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

Definition at line 83 of file hcal_ecal_HSCP_cfg.py.