~mbogomilov/maus/devel3

« back to all changes in this revision

Viewing changes to src/common_py/ConfigurationDefaults.py

  • Committer: Durga Rajaram
  • Date: 2014-01-14 07:07:02 UTC
  • mfrom: (659.1.80 relcand)
  • Revision ID: durga@fnal.gov-20140114070702-2l1fuj1w6rraw7xe
Tags: MAUS-v0.7.6
MAUS-v0.7.6

Show diffs side-by-side

added added

removed removed

Lines of Context:
332
332
 
333
333
# this is used by ImputCppRealData
334
334
Number_of_DAQ_Events = -1
 
335
Input_Use_JSON = False
335
336
Phys_Events_Only = False
336
337
Calib_Events_Only = False
337
338
Enable_V1290_Unpacking = True
341
342
Enable_VLSB_Unpacking = True
342
343
Enable_VLSB_C_Unpacking = True
343
344
Enable_DBB_Unpacking = True
 
345
Enable_DBBChain_Unpacking = True
344
346
Do_V1731_Zero_Suppression = False
345
347
V1731_Zero_Suppression_Threshold = 100
346
348
Do_V1724_Zero_Suppression = True
388
390
#TOF_Trigger_calibration_file = "/files/calibration/tofcalibTrigger_trTOF0.txt"
389
391
 
390
392
TOF_findTriggerPixelCut = 0.5 # nanosecond
391
 
TOF_makeSpacePiontCut = 0.5 # nanosecond
 
393
TOF_makeSpacePointCut = 0.5 # nanosecond
392
394
 
393
395
# the date for which we want the cabling and calibration
394
396
# date can be 'current' or a date in YYYY-MM-DD hh:mm:ss format
402
404
# this is used by the reconstuction of the KL detectors
403
405
KL_cabling_file = "/files/cabling/KLChannelMap.txt"
404
406
 
 
407
# this is used by the reconstuction of the EMR detectors
 
408
EMR_cabling_file = "/files/cabling/EMRChannelMap.txt"
 
409
 
405
410
daq_data_path = '%s/src/input/InputCppDAQData' % os.environ.get("MAUS_ROOT_DIR") # path to daq data. Multiple locations can be specified with a space
406
411
daq_data_file = '02873.003' # file name for daq data; if this is just a integer string, MAUS assumes this is a run number. Multiple entries can be specified separated by a space
407
412