CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
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.

tuple example_cfg.outputCommands = cms.untracked.vstring("keep *_*_*_*")

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.

tuple example_cfg.skipEvents = cms.untracked.uint32(0)

Definition at line 65 of file example_cfg.py.

tuple example_cfg.TauolaDefaultInputCards
Initial value:
1 = cms.PSet(
2  InputCards = cms.vstring('TAUOLA = 0 0 102 ! TAUOLA ') # 114=l+jet, 102=only muons
3 )

Definition at line 17 of file example_cfg.py.

tuple example_cfg.TauolaNoPolar
Initial value:
1 = cms.PSet(
2  UseTauolaPolarization = cms.bool(False)
3 )

Definition at line 20 of file example_cfg.py.

tuple example_cfg.TauolaPolar
Initial value:
1 = cms.PSet(
2  UseTauolaPolarization = cms.bool(True)
3 )

Definition at line 23 of file example_cfg.py.

tuple example_cfg.TrackAssociatorParameters
Initial value:
1 = cms.PSet(
2  muonMaxDistanceSigmaX = cms.double(0.0),
3  muonMaxDistanceSigmaY = cms.double(0.0),
4  CSCSegmentCollectionLabel = cms.InputTag("cscSegments"),
5  dRHcal = cms.double(9999.0),
6  dREcal = cms.double(9999.0),
7  CaloTowerCollectionLabel = cms.InputTag("towerMaker"),
8  useEcal = cms.bool(True),
9  dREcalPreselection = cms.double(0.05),
10  HORecHitCollectionLabel = cms.InputTag("horeco"),
11  dRMuon = cms.double(9999.0),
12  crossedEnergyType = cms.string('SinglePointAlongTrajectory'),
13  propagateAllDirections = cms.bool(True),
14  muonMaxDistanceX = cms.double(5.0),
15  muonMaxDistanceY = cms.double(5.0),
16  useHO = cms.bool(True),
17  accountForTrajectoryChangeCalo = cms.bool(False),
18  DTRecSegment4DCollectionLabel = cms.InputTag("dt4DSegments"),
19  EERecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEE"),
20  dRHcalPreselection = cms.double(0.2),
21  useMuon = cms.bool(True),
22  useCalo = cms.bool(False),
23  EBRecHitCollectionLabel = cms.InputTag("ecalRecHit","EcalRecHitsEB"),
24  dRMuonPreselection = cms.double(0.2),
25  truthMatch = cms.bool(False),
26  HBHERecHitCollectionLabel = cms.InputTag("hbhereco"),
27  useHcal = cms.bool(True)
28  )

Definition at line 32 of file example_cfg.py.