CMS 3D CMS Logo

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

Variables

tuple simMuonME0PseudoReDigis
 

Variable Documentation

tuple muonME0PseudoReDigis_cfi.simMuonME0PseudoReDigis
Initial value:
1 = cms.EDProducer("ME0ReDigiProducer",
2  inputCollection =cms.string('simMuonME0PseudoDigis'),
3  useCusGeoFor1PartGeo =cms.bool(True), #Use custom strips and partitions for digitization for single partition geometry
4  usePads =cms.bool(False), #sets strip granularity to x2 coarser
5  numberOfStrips =cms.uint32(384), # If use custom: number of strips per partition
6  numberOfPartitions =cms.uint32(8), # If use custom: number of partitions per chamber
7  neutronAcceptance =cms.double(2.0), # fraction of neutron events to keep in event (>= 1 means no filtering)
8  timeResolution =cms.double(5), # smear time by gaussian with this sigma (in ns)....negative for no smearing
9  minBXReadout =cms.int32(-1), # Minimum BX to readout
10  maxBXReadout =cms.int32(1), # Maximum BX to readout
11  layerReadout =cms.vint32(1,1,1,1,1,1), # Don't readout layer if entry is 0 (Layer number 1 (near IP) in the numbering scheme is idx 0)
12  mergeDigis =cms.bool(True), # Keep only one digi at the same chamber, strip, partition, and BX
13 )

Definition at line 4 of file muonME0PseudoReDigis_cfi.py.