CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Variables
testOverlap_cff Namespace Reference

Variables

tuple AddAntiParticle = cms.bool(False)
 
tuple cerr
 
tuple cout
 
tuple debugModules = cms.untracked.vstring('*')
 
tuple firstRun = cms.untracked.uint32(1)
 
tuple input = cms.untracked.int32(1)
 
tuple PGunParameters
 
tuple process = cms.Process("CheckOverlap")
 
tuple Verbosity = cms.untracked.int32(0)
 

Variable Documentation

tuple testOverlap_cff.AddAntiParticle = cms.bool(False)

Definition at line 61 of file testOverlap_cff.py.

tuple testOverlap_cff.cerr
Initial value:
1 = cms.untracked.PSet(
2  enable = cms.untracked.bool(False)
3  )

Definition at line 28 of file testOverlap_cff.py.

tuple testOverlap_cff.cout
Initial value:
1 = cms.untracked.PSet(
2  G4cerr = cms.untracked.PSet(
3  limit = cms.untracked.int32(-1)
4  ),
5  G4cout = cms.untracked.PSet(
6  limit = cms.untracked.int32(-1)
7  ),
8  default = cms.untracked.PSet(
9  limit = cms.untracked.int32(0)
10  ),
11  enable = cms.untracked.bool(True),
12  threshold = cms.untracked.string('DEBUG')
13  )

Definition at line 31 of file testOverlap_cff.py.

tuple testOverlap_cff.debugModules = cms.untracked.vstring('*')

Definition at line 44 of file testOverlap_cff.py.

tuple testOverlap_cff.firstRun = cms.untracked.uint32(1)

Definition at line 63 of file testOverlap_cff.py.

tuple testOverlap_cff.input = cms.untracked.int32(1)

Definition at line 67 of file testOverlap_cff.py.

tuple testOverlap_cff.PGunParameters
Initial value:
1 = cms.PSet(
2  PartID = cms.vint32(14),
3  MinEta = cms.double(-3.5),
4  MaxEta = cms.double(3.5),
5  MinPhi = cms.double(-3.14159265359),
6  MaxPhi = cms.double(3.14159265359),
7  MinE = cms.double(9.99),
8  MaxE = cms.double(10.01)
9  )

Definition at line 52 of file testOverlap_cff.py.

tuple testOverlap_cff.process = cms.Process("CheckOverlap")

Definition at line 13 of file testOverlap_cff.py.

tuple testOverlap_cff.Verbosity = cms.untracked.int32(0)

Definition at line 62 of file testOverlap_cff.py.