~ajdobbs/maus/event-viewer

« back to all changes in this revision

Viewing changes to src/common_py/ConfigurationDefaults.py

  • Committer: Adam Dobbs
  • Date: 2015-07-13 16:49:38 UTC
  • mfrom: (706.6.27 maus)
  • Revision ID: phuccj@gmail.com-20150713164938-8ux8j43u8iyx0yky
Merge: EMR updates

Show diffs side-by-side

added added

removed removed

Lines of Context:
519
519
EMRpulseShapeLandauWidth = 2
520
520
 
521
521
# EMR reconstruction
522
 
EMRsecondaryHitsBunchingDistance = 1000 # ns
523
 
EMRsecondaryHitsBunchingWidth = 200 # ns
 
522
EMRsecondaryHitsBunchingWidth = 10 # ADC
524
523
 
525
524
EMRprimaryTriggerMinXhits = 1
526
525
EMRprimaryTriggerMinYhits = 1
530
529
EMRsecondaryTriggerMinNhits = 2
531
530
EMRsecondaryTriggerMinTot = 4
532
531
 
533
 
EMRmaxSecondaryToPrimaryTrackDistance = 80
 
532
EMRmaxSecondaryToPrimaryTrackDistance = 100
534
533
 
535
534
# this is used by the reconstuction of the TOF detectors
536
535
TOF_trigger_station = "tof1"