Back to home page

EIC code displayed by LXR

 
 

    


Warning, /drich-dev/config/recon_sandbox.yaml is written in an unsupported language. File is not indexed.

0001 ###############################################################################
0002 # DRICH Configuration Parameters Sandbox
0003 # - eventually we will have a proper config file in EICrecon itself,
0004 #   but already here we can demonstrate that capability, as shown below
0005 # - once we have such config files in EICrecon, we will likely not need to have
0006 #   this `recon.rb` wrapper and our own `yaml` files
0007 # - any settings below will override the current default settings, which are
0008 #   stored in `EICrecon/src/detectors/DRICH/DRICH.cc`
0009 # - the ability to parse units in EICrecon may not yet be merged to `main`
0010 ###############################################################################
0011 
0012 DRICH:
0013   ### digitizer
0014   DRICHRawHits:
0015     seed: 5
0016     hitTimeWindow: 20.0*ns
0017     pixelSize: 3.0*mm
0018   ### track projection
0019   DRICHTracks:
0020     Aerogel:
0021       numPlanes: 5
0022     Gas:
0023       numPlanes: 10
0024   ### IRT PID
0025   DRICHIrtCherenkovParticleID:
0026     numRIndexBins: 100
0027     Aerogel:
0028       zbins: 5
0029       referenceRIndex: 1.0190
0030     Gas:
0031       zbins: 10
0032       referenceRIndex: 1.00076
0033   ### example array setting
0034   ExampleArray:
0035     - 1
0036     - 2
0037     - 3
0038     - 4
0039     - 5
0040 
0041 
0042 ################################################################################
0043 # Common configuration parameters (collections, plugins, log levels, etc.)
0044 ################################################################################
0045 
0046 #
0047 # (see other config files)
0048 #