X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=FMD%2FAliFMD.h;h=513ef90b784cd80c4b6e5bbb17174671c17c83be;hb=82d5afc0584c7a5a8379129ff852902df8000664;hp=d55e13d559511323d7512090f52f9baec9808abb;hpb=f8616692c3315d6fccbdb31611c6de1906712b40;p=u%2Fmrichter%2FAliRoot.git diff --git a/FMD/AliFMD.h b/FMD/AliFMD.h index d55e13d5595..513ef90b784 100644 --- a/FMD/AliFMD.h +++ b/FMD/AliFMD.h @@ -7,6 +7,11 @@ * * See cxx source for full Copyright notice */ +/** @file AliFMD.h + @author Christian Holm Christensen + @date Sun Mar 26 17:59:37 2006 + @brief Declaration of AliFMD detector driver +*/ /** @mainpage ALICE FMD Off-line code @b Contents @@ -16,6 +21,7 @@ - @ref sim (see also @ref FMD_sim) - @ref rec (see also @ref FMD_rec) - @ref util (see also @ref FMD_util) + - @ref script (see also @ref FMD_script) - @ref quick - @ref authors @@ -141,6 +147,11 @@ dummy) calibration and alignment data. These derive from TTask. + @section script Scripts + + Most scripts live in @c FMD/scripts. The notiable exceptions are + @ref Simulate.C, @ref Reconstruct.C, and @ref Config.C + @section quick Quick start First, install ROOT. Then Install TGeant3: @@ -202,9 +213,6 @@ #ifndef ALIDETECTOR_H # include #endif -#ifndef ROOT_TBranch -# include -#endif class TBranch; class TClonesArray; class TBrowser; @@ -336,7 +344,7 @@ public: virtual void DrawDetector(); /** Calculate the distance from the mouse to the FMD on the screen Dummy routine */ - virtual Int_t DistanceToPrimitive(Int_t px, Int_t py); + virtual Int_t DistancetoPrimitive(Int_t px, Int_t py); /** Store x, y, z of all hits in memory for display. Normally, the hits are drawn using TPolyMarker3D - however, that is not very useful for the FMD. Therefor, this member function