Back to home page

EIC code displayed by LXR

 
 

    


Warning, /EICrecon/src/services/geometry/richgeo/README.md is written in an unsupported language. File is not indexed.

0001 RICH Geometry Service
0002 =====================
0003 
0004 A common place for bindings between RICH geometry forms:
0005 - `DD4hep`:  simulation geometry
0006 - `Readout`: DD4hep readout pixel geometry
0007 - `ACTS`:    track-projection planes
0008 - `IRT`:     optical surfaces for Indirect Ray Tracing
0009 
0010 `RichGeo_service` provides a JANA service for these bindings, with `richgeo.cc`
0011 to define the plugin. All other source files are meant to be JANA-independent,
0012 and can either be built with this `richgeo` plugin or as a standalone library
0013 for external usage (using your own build configuration). The standalone
0014 capability is currently used for legacy Juggler support.