CMS 3D CMS Logo

Variables

example_cfg Namespace Reference

Variables

tuple fileName = cms.untracked.string('grid_job_output.root')
tuple fileNames = cms.untracked.vstring('file:/home/elpis/ekp/events/copy_Zmumu_Summer08_IDEAL_V9_v1_GEN-SIM-RECO_2008-12-29_0.root')
tuple muonInputTag = cms.InputTag("muons")
tuple outputCommands = cms.untracked.vstring("keep *_*_*_*")
tuple process = cms.Process("EXAMPLE")
tuple SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring('p1'))
tuple skipBadFiles = cms.untracked.bool(True)
tuple skipEvents = cms.untracked.uint32(0)
tuple TauolaDefaultInputCards
tuple TauolaNoPolar
tuple TauolaPolar
tuple TrackAssociatorParameters

Variable Documentation

tuple example_cfg::fileName = cms.untracked.string('grid_job_output.root')

Definition at line 76 of file example_cfg.py.

tuple example_cfg::fileNames = cms.untracked.vstring('file:/home/elpis/ekp/events/copy_Zmumu_Summer08_IDEAL_V9_v1_GEN-SIM-RECO_2008-12-29_0.root')

Definition at line 66 of file example_cfg.py.

tuple example_cfg::muonInputTag = cms.InputTag("muons")

Definition at line 60 of file example_cfg.py.

Definition at line 74 of file example_cfg.py.

tuple example_cfg::process = cms.Process("EXAMPLE")

Definition at line 2 of file example_cfg.py.

tuple example_cfg::SelectEvents = cms.untracked.PSet(SelectEvents = cms.vstring('p1'))

Definition at line 75 of file example_cfg.py.

tuple example_cfg::skipBadFiles = cms.untracked.bool(True)

Definition at line 64 of file example_cfg.py.

Definition at line 65 of file example_cfg.py.

Initial value:
00001 cms.PSet(
00002     InputCards = cms.vstring('TAUOLA = 0 0 102 ! TAUOLA ')      # 114=l+jet, 102=only muons
00003 )

Definition at line 17 of file example_cfg.py.

Initial value:
00001 cms.PSet(
00002     UseTauolaPolarization = cms.bool(False)
00003 )

Definition at line 20 of file example_cfg.py.

Initial value:
00001 cms.PSet(
00002     UseTauolaPolarization = cms.bool(True)
00003 )

Definition at line 23 of file example_cfg.py.

Initial value:
00001 cms.PSet(
00002                         muonMaxDistanceSigmaX = cms.double(0.0),
00003                         muonMaxDistanceSigmaY = cms.double(0.0),
00004                         CSCSegmentCollectionLabel = cms.InputTag("cscSegments"),
00005                         dRHcal = cms.double(9999.0),
00006                         dREcal = cms.double(9999.0),
00007                         CaloTowerCollectionLabel = cms.InputTag("towerMaker"),
00008                         useEcal = cms.bool(True),
00009                         dREcalPreselection = cms.double(0.05),
00010                         HORecHitCollectionLabel = cms.InputTag("horeco"),
00011                         dRMuon = cms.double(9999.0),
00012                         crossedEnergyType = cms.string('SinglePointAlongTrajectory'),
00013                         propagateAllDirections = cms.bool(True),
00014                         muonMaxDistanceX = cms.double(5.0),
00015                         muonMaxDistanceY = cms.double(5.0),
00016                         useHO = cms.bool(True),
00017                         accountForTrajectoryChangeCalo = cms.bool(False),
00018                         DTRecSegment4DCollectionLabel = cms.InputTag("dt4DSegments"),
00019                         EERecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
00020                         dRHcalPreselection = cms.double(0.2),
00021                         useMuon = cms.bool(True),
00022                         useCalo = cms.bool(False),
00023                         EBRecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
00024                         dRMuonPreselection = cms.double(0.2),
00025                         truthMatch = cms.bool(False),
00026                         HBHERecHitCollectionLabel = cms.InputTag("hbhereco"),
00027                         useHcal = cms.bool(True)
00028         )

Definition at line 32 of file example_cfg.py.

Referenced by muonisolation::CaloExtractorByAssociator::CaloExtractorByAssociator(), muonisolation::JetExtractor::JetExtractor(), and SoftElectronProducer::SoftElectronProducer().