Neutral Particle Spectrometer analysis code
|
This is the reconstruction code for the Hall C Neutral Particle Spectrometer (NPS), implemented as an add-on library for the Hall C analyzer hcana.
Building the library currently requires a CMake build of hcana (version >= 0.97) and installation of hcana under a to-level directory.
hcana
in your PATH
.hcana
is not found, try setting HCANA
(or CMAKE_PREFIX_PATH
) to the hcana installation location, i.e. the top-level directory containing bin
, lib(64)
, and include
. Note: Building against a hcana CMake build directory, or against hcana that was built with scons
or with the plain Makefiles is not supported. This will put the library in <install location>/lib(64). For convenient use from within hcana
, add this location to (DY)LD_LIBRARY_PATH
.
The library currently contains the following classes: (Details TODO)
THcNPSApparatus
THcNPSArray
THcNPSCalorimeter
THcNPSShowerHit
THcNPSAnalyzer
THcNPSCluster
THcNPSSecondaryKine
THcNPSCoinTime
Decoder::VTPModule
: Driver for VTP front-end electronics.Decoder::VLDModule
: Driver for VLD front-end electronics.