CMS 3D CMS Logo

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

Variables

tuple trackingMaterialProducer = copy.deepcopy(g4SimHits)
 
tuple TrackingMaterialProducer
 
tuple type = cms.string('TrackingMaterialProducer')
 

Variable Documentation

tuple trackingMaterialProducerHFNose_cfi.trackingMaterialProducer = copy.deepcopy(g4SimHits)

Definition at line 6 of file trackingMaterialProducerHFNose_cfi.py.

tuple trackingMaterialProducerHFNose_cfi.TrackingMaterialProducer
Initial value:
1 = cms.PSet(
2  PrimaryTracksOnly = cms.bool(True),
3  #The file to direct the HGCal volumes z position
4  txtOutFile = cms.untracked.string('VolumesZPositionHFNose.txt'),
5  #In the beginning of each track, the track will first hit SS and it will
6  #save the upper z volume boundary. So, the low boundary of the first SS
7  #volume is never saved. Here we give the low boundary.
8  #This can be found by running
9  #Geometry/HGCalCommonData/test/testHGCalParameters_cfg.py
10  #on the geometry under study and looking for zFront print out.
11  #Plus or minus endcap is being dealt with inside the code.
12  hgcalzfront = cms.double(10484.0),
13  SelectedVolumes = cms.vstring('HFNose')
14  )

Definition at line 15 of file trackingMaterialProducerHFNose_cfi.py.

tuple trackingMaterialProducerHFNose_cfi.type = cms.string('TrackingMaterialProducer')

Definition at line 29 of file trackingMaterialProducerHFNose_cfi.py.