From b8d472db3a0c053415c2c6b1d25c898cd6b5c4d0 Mon Sep 17 00:00:00 2001 From: deserevi <deserevi@nptool> Date: Sun, 16 Jan 2011 18:29:31 +0000 Subject: [PATCH] * Add W1 description in NPLib/README file --- NPLib/README | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/NPLib/README b/NPLib/README index 96966b76f..3d9acc780 100644 --- a/NPLib/README +++ b/NPLib/README @@ -37,6 +37,7 @@ NPLib / include / Paris / Shield / VDetector + / W1 A description of each directory follows. @@ -158,3 +159,14 @@ XV) VDetector libDetectorManager.so: DetectorManager is a class that manages a vector of VDetector and call their common functions. + +XVI) W1 + This directory includes two libraries: + libW1Data.so + libW1Physics.so + libW1Data.so: + This library stores the results of the G4 simulation for the W1 (Micron) + detector. + libW1Physics.so: + This library deals with the treatment applied to the ROOT output file + obtained from NPSimulation. This library is *only* used by NPAnalysis. -- GitLab