]> git.uio.no Git - u/mrichter/AliRoot.git/commit - FMD/FMDutilLinkDef.h
Added new library libFMDutil. This library contains utility classes that
authorcholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Dec 2005 20:56:06 +0000 (20:56 +0000)
committercholm <cholm@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 6 Dec 2005 20:56:06 +0000 (20:56 +0000)
commita1f8059508d9537c0abe4adaff0dab08d8736a43
tree244e286a0e68dbc2a07279f3c0ce846e547c84ee
parent7dc65edb11528a5d9d2811bb0e698265ad107009
Added new library libFMDutil.   This library contains utility classes that
are mainly used for FMD specific tasks, such as reading in FMD data, and so
forth.   Therefor, it's  put in a separate library to not crowd the normal
libraries and binaries with extra code.   See the file AliFMDInput.cxx
for more info.   Updated some of the scripts to use this interface.

Added some docs to some scripts.

Added script to get X-sections, energy loss, and ranges for a given
medium for a given particle type from TGeant3TGeo.

Added a script that compiles and loads other scripts :-)

Fixed some errors reported by Federico
30 files changed:
FMD/AliFMDDigitizer.cxx
FMD/AliFMDGeometry.cxx
FMD/AliFMDInput.cxx [new file with mode: 0644]
FMD/AliFMDInput.h [new file with mode: 0644]
FMD/AliFMDRing.cxx
FMD/FMDutilLinkDef.h [new file with mode: 0644]
FMD/libFMDutil.pkg [new file with mode: 0644]
FMD/scripts/Compile.C [new file with mode: 0644]
FMD/scripts/DrawDetail.C
FMD/scripts/DrawFMD2.C
FMD/scripts/DrawFMD3.C
FMD/scripts/DrawHits.C [new file with mode: 0644]
FMD/scripts/DrawXsection.C [new file with mode: 0644]
FMD/scripts/GetXsection.C [new file with mode: 0644]
FMD/scripts/MakeLego.C
FMD/scripts/MakeMap.C
FMD/scripts/MakeXsection.C [new file with mode: 0644]
FMD/scripts/RawTest.C
FMD/scripts/ShowDigits.C
FMD/scripts/ShowHits.C
FMD/scripts/ShowMult.C
FMD/scripts/ShowRaw.C
FMD/scripts/SimpleGeometry.C
FMD/scripts/VA1Response.C
FMD/scripts/VA1Train.C
FMD/scripts/ViewPIPE.C
FMD/scripts/Wafer.C
FMD/scripts/makelego.sh
FMD/scripts/runflukageo.sh
FMD/scripts/rungeant3geo.sh