Skip to content
Snippets Groups Projects
Commit 9e6133b9 authored by Hengne Li's avatar Hengne Li
Browse files

add muon digi update parameters to example scripts in CyberPFA package

parent d929bf68
No related branches found
No related tags found
1 merge request!228add muon digi update parameters to example scripts in CyberPFA package
Pipeline #16889 waiting for manual action with stage
...@@ -163,9 +163,10 @@ digiMuon.MuonEndcapTrackerHits = "MuonEndcapTrackerHits" ...@@ -163,9 +163,10 @@ digiMuon.MuonEndcapTrackerHits = "MuonEndcapTrackerHits"
digiMuon.WriteNtuple = 0 digiMuon.WriteNtuple = 0
digiMuon.OutFileName = "Digi_MUON.root" digiMuon.OutFileName = "Digi_MUON.root"
digiMuon.SiPMEff = 1 digiMuon.SiPMEff = 1
digiMuon.EdepMin = 0.0001 digiMuon.EdepMin = 0.0 # no cut on GeV energy deposition
digiMuon.HitEdepMin = 0.000001 digiMuon.HitEdepMin = 6.0 # ADC counts
digiMuon.HitEdepMax = 0.1 digiMuon.HitEdepMax = -1 # ADC counts, -1 means no upper cut
#digiMuon.OutputLevel = DEBUG
######################################### #########################################
################ ################
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment