CMS 3D CMS Logo

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

Variables

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

Variable Documentation

tuple trackingMaterialProducerHGCal_cfi.trackingMaterialProducer = copy.deepcopy(g4SimHits)

Definition at line 6 of file trackingMaterialProducerHGCal_cfi.py.

tuple trackingMaterialProducerHGCal_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('VolumesZPosition.txt'),
5  #In the beginning of each track, the track will first hit an HGCAL volume and it will
6  #save the upper z volume boundary. So, the low boundary of the first
7  #volume is never saved. Here we give the low boundary of the first volume.
8  #This can be found by asking first to run not on 'HGCal' volume below but
9  #on 'CALOECTSRear', which at the moment of this writing it contains
10  #HGCalService, HGCal and thermal screen. You should run Fireworks to
11  #check if these naming conventions and volumes are valid in the future.
12  #Then, check the VolumesZPosition.txt file to see where CEService ends and
13  #put that number in hgcalzfront below. Keep in mind to run on the desired volume here:
14  #https://github.com/cms-sw/cmssw/blob/master/SimTracker/TrackerMaterialAnalysis/plugins/TrackingMaterialProducer.cc#L95
15  #and to replace the volume name of the material first hit at the file creation line:
16  #https://github.com/cms-sw/cmssw/blob/master/SimTracker/TrackerMaterialAnalysis/plugins/TrackingMaterialProducer.cc#L159-L168
17  hgcalzfront = cms.double(3210.5),
18  SelectedVolumes = cms.vstring('HGCal')#CALOECTSRear HGCal
19  )

Definition at line 15 of file trackingMaterialProducerHGCal_cfi.py.

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

Definition at line 34 of file trackingMaterialProducerHGCal_cfi.py.