|
104 | 104 | from Configurables import DDPlanarDigi |
105 | 105 |
|
106 | 106 | muon_digitizer = DDPlanarDigi() |
107 | | - muon_digitizer.SubDetectorName = "Muon-System" |
108 | | - muon_digitizer.EncodingStringParameterName = "MuonSystemReadoutID" |
109 | | - muon_digitizer.CellIDBits = "23" |
110 | | - muon_digitizer.IsStrip = False |
111 | | - muon_digitizer.ResolutionU = [0.4] # in mm, one value for all layers, or different values on the # of layers |
112 | | - muon_digitizer.ResolutionV = [0.4] # in mm, one value for all layers, or different values on the # of layers |
113 | | - muon_digitizer.ForceHitsOntoSurface = True |
114 | | - muon_digitizer.SimTrackerHitCollectionName = ["MuonSystemCollection"] |
115 | | - muon_digitizer.SimTrkHitRelCollection = ["MSTrackerHitRelations"] |
116 | | - muon_digitizer.TrackerHitCollectionName = ["MSTrackerHits"] |
117 | | - #muon_digitizer.OutputLevel = 1 # DEBUG level |
| 107 | +muon_digitizer.SubDetectorName = "Muon-System" |
| 108 | +muon_digitizer.EncodingStringParameterName = "MuonSystemReadoutID" |
| 109 | +muon_digitizer.CellIDBits = "23" |
| 110 | +muon_digitizer.IsStrip = False |
| 111 | +muon_digitizer.ResolutionU = [0.4] # in mm, one value for all layers, or different values on the # of layers |
| 112 | +muon_digitizer.ResolutionV = [0.4] # in mm, one value for all layers, or different values on the # of layers |
| 113 | +muon_digitizer.ForceHitsOntoSurface = True |
| 114 | +muon_digitizer.SimTrackHitCollectionName = ["MuonSystemCollection"] |
| 115 | +muon_digitizer.SimTrkHitRelCollection = ["MSTrackerHitRelations"] |
| 116 | +muon_digitizer.TrackerHitCollectionName = ["MSTrackerHits"] |
| 117 | +#muon_digitizer.OutputLevel = 1 # DEBUG level |
118 | 118 |
|
119 | 119 | # Create tracks from gen particles |
120 | 120 | from Configurables import TracksFromGenParticles |
|
0 commit comments