~msavic/maus/ev-reducer

« back to all changes in this revision

Viewing changes to src/common_py/ConfigurationDefaults.py

  • Committer: Durga Rajaram
  • Date: 2017-12-14 18:46:57 UTC
  • Revision ID: durga@fnal.gov-20171214184657-y2rplnbzlgwr2qd9
add datacards to set coolingchannel current scale factors, modifying^Ceometry download scripts to enable this. added analyze_data_offline_globals script for globals processing

Show diffs side-by-side

added added

removed removed

Lines of Context:
471
471
# Survey targets
472
472
survey_target_detectors = []
473
473
 
 
474
# geometry substitutions for cooling channel current scales
 
475
geometry_coolingchannel_scales = {
 
476
    "SSU-E2": 1.0,
 
477
    "SSU-C": 1.0,
 
478
    "SSU-E1": 1.0,
 
479
    "SSU-M2": 1.0,
 
480
    "SSU-M1": 1.0,
 
481
    "FCU-C": 1.0,
 
482
    "SSD-E2": 1.0,
 
483
    "SSD-C": 1.0,
 
484
    "SSD-E1": 1.0,
 
485
    "SSD-M1": 1.0,
 
486
    "SSD-M2": 1.0
 
487
}
 
488
 
474
489
# this is used by ImputCppRealData
475
490
Number_of_DAQ_Events = -1
476
491
Input_Use_JSON = False