Index: trunk/MagicSoft/CvsDoku/body.html
===================================================================
--- trunk/MagicSoft/CvsDoku/body.html	(revision 358)
+++ trunk/MagicSoft/CvsDoku/body.html	(revision 359)
@@ -1,18 +1,18 @@
-<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
-<HTML>
-<HEAD>
-   <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
-   <META NAME="GENERATOR" CONTENT="Mozilla/4.08 [en] (X11; I; OSF1 V4.0 alpha) [Netscape]">
-   <TITLE> CVS for Magic Software Development </TITLE>
-</HEAD>
-<BODY>
+<!doctype html public "-//w3c//dtd html 4.0 transitional//en">
+<html>
+<head>
+   <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
+   <meta name="GENERATOR" content="Mozilla/4.61 [en] (X11; I; Linux 2.2.10 i686) [Netscape]">
+   <title> CVS for Magic Software Development </title>
+</head>
+<body>
 <! This is my first attempt at my personal WWW home page.        ><! It has become necessary to create this mainly because my      ><! hotlist has grown into something so extremely large that it   ><! is impossible to find a way through it any longer...          >
-<CENTER>
-<H1>
-<FONT COLOR="#992277">CVS for Magic Software Development</FONT></H1></CENTER>
-
-<HR>
-<H3>
-<A NAME="Anchor_Introduction"></A><FONT COLOR="#FF0000"><FONT SIZE=+2>Introduction</FONT></FONT></H3>
+<center>
+<h1>
+<font color="#992277">CVS for Magic Software Development</font></h1></center>
+
+<hr>
+<h3>
+<a NAME="Anchor_Introduction"></a><font color="#FF0000"><font size=+2>Introduction</font></font></h3>
 More than one software developer are involved in the progress of Software
 for the MAGIC telescope. Because the developers are distributed all over
@@ -20,5 +20,5 @@
 possibility of such version control systems, but for the beginning we take
 CVS ( Concurrent Versions System ).
-<P>CVS is a version control system, which allows you to keep old versions
+<p>CVS is a version control system, which allows you to keep old versions
 of files (usually source code), keep a log of who, when, and why changes
 occurred, etc., like RCS or SCCS. Unlike the simpler systems, CVS does
@@ -28,42 +28,42 @@
 editing of source files among multiple authors. CVS allows triggers to
 enable/log/control various operations and works well over a wide area network.
-<P>CVS keeps a single copy of the master sources. This copy is called the
+<p>CVS keeps a single copy of the master sources. This copy is called the
 source ``repository''; it contains all the information to permit extracting
 previous software releases at any time based on either a symbolic revision
 tag, or a date in the past.
-<P>For CVS updates, more information on documentation,&nbsp; software related
+<p>For CVS updates, more information on documentation,&nbsp; software related
 to CVS, development of CVS, and more, see:
-<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.cyclic.com">http://www.cyclic.com</A>
-<BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <A HREF="http://www.loria.fr/~molli/cvs-index.html">http://www.loria.fr/~molli/cvs-index.html</A>
-<BR>&nbsp;
-<P>
-<HR WIDTH="100%">
-<BR><A NAME="Anchor_Repository"></A><B><FONT COLOR="#FF0000"><FONT SIZE=+2>Repository</FONT></FONT></B>
-<P>The single copy of the master source for all MAGIC software is held
+<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.cyclic.com">http://www.cyclic.com</a>
+<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <a href="http://www.loria.fr/~molli/cvs-index.html">http://www.loria.fr/~molli/cvs-index.html</a>
+<br>&nbsp;
+<p>
+<hr WIDTH="100%">
+<br><a NAME="Anchor_Repository"></a><b><font color="#FF0000"><font size=+2>Repository</font></font></b>
+<p>The single copy of the master source for all MAGIC software is held
 in the repository on a single (security reasons) linux computer in Max-Planck-Institut
 f&uuml;r Physik in Munich. As a remote developer you must declare the environment
 variable in the following way.
-<P><B><FONT COLOR="#33FF33">setenv&nbsp;&nbsp; CVSROOT&nbsp; :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;</FONT></B>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
+<p><b><font color="#33FF33">setenv&nbsp;&nbsp; CVSROOT&nbsp; :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;</font></b>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
 for tcsh (use the syntax of your shell)
-<P>This assumes that you don't have a local CVS repository for your own
+<p>This assumes that you don't have a local CVS repository for your own
 work.
-<BR><BLINK>The access from other computers is still under construction
-and tests.</BLINK>
-<P>If you want access please inform<A HREF="mailto:harald@hegra1.mppmu.mpg.de">
-Harald Kornmayer&nbsp;</A> in Munich. For more details about the structure
-of the repository see <A HREF="#Anchor_StructureRepository">here.</A>
-<P>For those developers, that work in other repositories in other experiments:
-<P>You can access to the repository of MAGIC by typing:
-<P><B><FONT COLOR="#33FF33">cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;
-{command}&nbsp;&nbsp;&nbsp; {project}</FONT></B>
-<P>example:&nbsp;&nbsp;&nbsp;&nbsp; cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository
+<br><blink>The access from other computers is still under construction
+and tests.</blink>
+<p>If you want access please inform<a href="mailto:harald@hegra1.mppmu.mpg.de">
+Harald Kornmayer&nbsp;</a> in Munich. For more details about the structure
+of the repository see <a href="#Anchor_StructureRepository">here.</a>
+<p>For those developers, that work in other repositories in other experiments:
+<p>You can access to the repository of MAGIC by typing:
+<p><b><font color="#33FF33">cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository&nbsp;
+{command}&nbsp;&nbsp;&nbsp; {project}</font></b>
+<p>example:&nbsp;&nbsp;&nbsp;&nbsp; cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository
 checkout Camera
-<BR>It is also possible to set an alias cvsmagic "cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository"
-<BR>&nbsp;
-<P>
-<HR WIDTH="100%">
-<BR><A NAME="Anchor_JustforBeginners"></A><B><FONT COLOR="#FF0000"><FONT SIZE=+2>Just
-for Beginners</FONT></FONT></B>
-<P>All developers should use CVS commands for further development. I set
+<br>It is also possible to set an alias cvsmagic "cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository"
+<br>&nbsp;
+<p>
+<hr WIDTH="100%">
+<br><a NAME="Anchor_JustforBeginners"></a><b><font color="#FF0000"><font size=+2>Just
+for Beginners</font></font></b>
+<p>All developers should use CVS commands for further development. I set
 up different projects of software development. Please take only the source
 file from the repository which are necessary for the project you want to
@@ -71,437 +71,417 @@
 planning to do bigger changes create your own development branch. But don't
 wait to long with committing.
-<P>If you want to play a little around with CVS for magic, there is a project
+<p>If you want to play a little around with CVS for magic, there is a project
 only for testing. The project is calles CvsDummy. Inside this projects
 there are some file. You can try tho change them, add new file and test
 also the commit command.
-<BR>&nbsp;
-<P>
-<HR WIDTH="100%">
-<BR><A NAME="Anchor_Projects"></A><B><FONT COLOR="#FF0000"><FONT SIZE=+2>Projects</FONT></FONT></B>
-<P>The software is separated in different software projects. This projects
+<br>&nbsp;
+<p>
+<hr WIDTH="100%">
+<br><a NAME="Anchor_Projects"></a><b><font color="#FF0000"><font size=+2>Projects</font></font></b>
+<p>The software is separated in different software projects. This projects
 are:
-<BR>&nbsp;
-<BLOCKQUOTE><FONT COLOR="#CC6600"><FONT SIZE=+1>&nbsp;Mmcs (Magic Monte
-Carlo Simulation )</FONT></FONT>
-<BR>This is the adapted CORSIKA code for calculating air showers.
-<P><FONT COLOR="#CC6600"><FONT SIZE=+1>Checkmc</FONT></FONT>
-<BR>This progam is to check the output of Mmcs. It is using hbook stuff.
-<P><FONT COLOR="#CC6600"><FONT SIZE=+1>Reflector</FONT></FONT>
-<BR>With this program you can track the cerenkov photons generated by Mmcs
+<br>&nbsp;
+<blockquote><font color="#CC6600"><font size=+1>&nbsp;Mmcs (Magic Monte
+Carlo Simulation )</font></font>
+<br>This is the adapted CORSIKA code for calculating air showers.
+<p><font color="#CC6600"><font size=+1>Checkmc</font></font>
+<br>This progam is to check the output of Mmcs. It is using hbook stuff.
+<p><font color="#CC6600"><font size=+1>Reflector</font></font>
+<br>With this program you can track the cerenkov photons generated by Mmcs
 to the camera plane. So all the geometry of the telescope is inside this
 program.
-<P><FONT COLOR="#CC6600"><FONT SIZE=+1>Camera</FONT></FONT>
-<BR>To change the information of the cerenkov photons to FADC counts you
+<p><blink><font color="#CC6600"><font size=+1>TimeCam</font></font></blink>
+<br>This is a simulation of the camera bahaviour taking the infomation
+of the arrival times of cerenkov photons and photo electrons into account.
+<br>This results of this project were presented at the general MAGIC meeting
+in Barcelona (February 2000). There will be very soon a conection
+<br>to the FADC simulation. It may be not very good to have to different
+project in the future. So may be, we continuing with this one.
+<p><font color="#CC6600"><font size=+1>(Camera)</font></font>
+<br>To change the information of the cerenkov photons to FADC counts you
 have to use the camera program. This program contains a lot of different
 other sources that are also used by the reflector or the Evita project.
-<P><FONT COLOR="#CC6600"><FONT SIZE=+1>Evita (EVent Imaging Tool for Analysis)</FONT></FONT>
-<BR>To display one event use this nice Gui package.
-<P>.......
-<BR>&nbsp;
-<P><FONT COLOR="#CC6600"><FONT SIZE=+1>CvsDummy</FONT></FONT>
-<BR>This is the project for CVS beginners to play with a project. How to
+<p><font color="#CC6600"><font size=+1>StarFieldAdder</font></font>
+<br>This is a project to simulate the effects of star light for MAGIC.
+First steps of this program were done by Mirella Dosil. It was put in the
+<br>repository by Dirk Petry. Have a look at the README file!
+<p><font color="#CC6600"><font size=+1>Evita (EVent Imaging Tool for Analysis)</font></font>
+<br>To display one event use this nice Gui package.
+<p>.......
+<br>&nbsp;
+<p><font color="#CC6600"><font size=+1>CvsDummy</font></font>
+<br>This is the project for CVS beginners to play with a project. How to
 use comand with out the danger of destroying some stuff.
-<BR>&nbsp;</BLOCKQUOTE>
+<br>&nbsp;</blockquote>
 It is obvious that some source code of a given directory is part of different
 projects. I.e. the directory include-MC is a part of the reflector and
 the camera project.
-<P>
-<HR WIDTH="100%">
-<BR><A NAME="Anchor_Commands"></A><B><FONT COLOR="#FF0000"><FONT SIZE=+2>Commands</FONT></FONT></B>
-<BR>&nbsp;
-<OL>
-<LI>
-Continue with development of existing projects</LI>
-
-<BR>command: cvs checkout <I>project</I>
-<BR>Then you will get all the directories that are necessary for compiling
+<p>
+<hr WIDTH="100%">
+<br><a NAME="Anchor_Commands"></a><b><font color="#FF0000"><font size=+2>Commands</font></font></b>
+<br>&nbsp;
+<ol>
+<li>
+Continue with development of existing projects</li>
+
+<br>command: cvs checkout <i>project</i>
+<br>Then you will get all the directories that are necessary for compiling
 the given project. So go first in the directory with the Makefile and try
 to compile it. Then you can start with working on the source files. At
 the end of your work you will have modified source files.
-<BR>&nbsp;
-<LI>
-Check the status of the files in your directory</LI>
-
-<BR>command: cvs status
-<BR>Then you will get a long list with information of all files in this
+<br>&nbsp;
+<li>
+Check the status of the files in your directory</li>
+
+<br>command: cvs status
+<br>Then you will get a long list with information of all files in this
 directory and all sub directory.
-<BR>If you want to see only the names of the modified files use the
-<BR>command:cvs status | grep odi
-<BR>&nbsp;
-<LI>
-See differences of your files and the repository</LI>
-
-<BR>command: cvs diff <I>[filename]</I>
-<BR>This will show you the changed you did.
-<BR>&nbsp;
-<LI>
-Commit your changes to the repository</LI>
-
-<BR>command: cvs commit [<I>filename]</I>
-<BR>The changes you made will then be in the repository and are available
+<br>If you want to see only the names of the modified files use the
+<br>command:cvs status | grep odi
+<br>&nbsp;
+<li>
+See differences of your files and the repository</li>
+
+<br>command: cvs diff <i>[filename]</i>
+<br>This will show you the changed you did.
+<br>&nbsp;
+<li>
+Commit your changes to the repository</li>
+
+<br>command: cvs commit [<i>filename]</i>
+<br>The changes you made will then be in the repository and are available
 for all other developers.
-<BR>&nbsp;
-<LI>
-Remove all your files</LI>
-
-<BR>command: cvs release -d [filename]
-<BR>Do this in the most upper directory (There you can see i.e. MagicSoft.).
+<br>&nbsp;
+<li>
+Remove all your files</li>
+
+<br>command: cvs release -d [filename]
+<br>Do this in the most upper directory (There you can see i.e. MagicSoft.).
 If CVS find some altered files it will not deleted all immediately. But
 if you have no altered files say yes and delete all the files and directory
 you worked on. So you are always sure that there is no old or changed version
-of a project.</OL>
-
-<HR WIDTH="100%">
-<P><A NAME="Anchor_StructureRepository"></A><FONT COLOR="#FF0000"><FONT SIZE=+2>Structure
-of the Repository</FONT></FONT>
-<P>All the Software is inside the directory. The structure of the sub directories
+of a project.</ol>
+
+<hr WIDTH="100%">
+<p><a NAME="Anchor_StructureRepository"></a><font color="#FF0000"><font size=+2>Structure
+of the Repository</font></font>
+<p>All the Software is inside the directory. The structure of the sub directories
 is following one:
-<BR>&nbsp;
-<BR>&nbsp;
-<TABLE BORDER CELLPADDING=10 COLS=7 WIDTH="100%" NOSAVE >
-<TR>
-<TD><FONT SIZE=+1><A HREF="#Anchor_MagicSoft">MagicSoft</A></FONT></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_CvsDoku">CvsDoku</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Simulation">Simulation</A></FONT></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Corsika">Corsika</A></FONT></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Mmcs">Mmcs</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Checkmc">Checkmc</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Detector">Detector</A></FONT></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Reflector">Reflector</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#anchor_Camera">Camera</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_include-GENERAL">include-GENERAL</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_include-CORSIKA">include-CORSIKA</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_include-MC">include-MC</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_include-MTrigger">include-MTrigger</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_DetData">Data</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_lib">lib&nbsp;</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_include-Classes">include-Classes</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD><FONT SIZE=+1><A HREF="#Anchor_Analysis">Analysis</A></FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR NOSAVE>
-<TD NOSAVE></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-
-<TR>
-<TD></TD>
-
-<TD><FONT SIZE=+1>CvsDummy&nbsp;</FONT></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-
-<TD></TD>
-</TR>
-</TABLE>
-
-<HR WIDTH="100%">
-<BR>&nbsp;
-<H3>
-<FONT COLOR="#FF0000"><FONT SIZE=+2>Detail of sub directories in the repository</FONT></FONT></H3>
-
-<P><BR><A NAME="Anchor_MagicSoft"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>MagicSoft</FONT></FONT>
-<P>In this directory of the cvs-repository you find all software that is
+<br>&nbsp;
+<br>&nbsp;
+<table BORDER CELLPADDING=10 COLS=5 WIDTH="100%" NOSAVE >
+<tr>
+<td><font size=+1><a href="#Anchor_MagicSoft">MagicSoft</a></font></td>
+
+<td><font size=+1><a href="#Anchor_CvsDoku">CvsDoku</a></font></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td><font size=+1><a href="#Anchor_Simulation">Simulation</a></font></td>
+
+<td><font size=+1><a href="#Anchor_Corsika">Corsika</a></font></td>
+
+<td><font size=+1><a href="#Anchor_Mmcs">Mmcs</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_Checkmc">Checkmc</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_Detector">Detector</a></font></td>
+
+<td><font size=+1><a href="#Anchor_Reflector">Reflector</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#anchor_TimeCam">TimeCam</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_StarField">StarField</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#anchor_Camera">Camera</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_include-GENERAL">include-GENERAL</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_include-CORSIKA">include-CORSIKA</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_include-MC">include-MC</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_include-MTrigger">include-MTrigger</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_DetData">Data</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td><font size=+1><a href="#Anchor_lib">lib&nbsp;</a></font></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td><font size=+1><a href="#Anchor_include-Classes">include-Classes</a></font></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td><font size=+1><a href="#Anchor_Analysis">Analysis</a></font></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+</tr>
+
+<tr NOSAVE>
+<td NOSAVE></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+</tr>
+
+<tr>
+<td></td>
+
+<td><font size=+1>CvsDummy&nbsp;</font></td>
+
+<td></td>
+
+<td></td>
+
+<td></td>
+</tr>
+</table>
+
+<hr WIDTH="100%">
+<br>&nbsp;
+<h3>
+<font color="#FF0000"><font size=+2>Detail of sub directories in the repository</font></font></h3>
+
+<p><br><a NAME="Anchor_MagicSoft"></a><font color="#CC33CC"><font size=+2>MagicSoft</font></font>
+<p>In this directory of the cvs-repository you find all software that is
 developed for MAGIC using CVS.
-<BR>This directory contain four sub directories, CvsDoku, Simulation, Analysis
+<br>This directory contain four sub directories, CvsDoku, Simulation, Analysis
 and include-Classes.
-<BR>&nbsp;
-<BLOCKQUOTE><A NAME="Anchor_CvsDoku"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>CvsDoku</FONT></FONT>
-<P>In this directory of the cvs-repository you find some html pages like
+<br>&nbsp;
+<blockquote><a NAME="Anchor_CvsDoku"></a><font color="#CC33CC"><font size=+2>CvsDoku</font></font>
+<p>In this directory of the cvs-repository you find some html pages like
 the one you are looking at the moment. This documentation is written as
 a guideline for MAGIC developers using the CVS tool. Also the documentation
 for CVS usage is using CVS!!
-<P><A NAME="Anchor_Simulation"></A><FONT COLOR="#CC66CC"><FONT SIZE=+2>Simulation</FONT></FONT>
-<BR>For MAGIC a lot of programs were developed to simulate the behavior
+<p><a NAME="Anchor_Simulation"></a><font color="#CC66CC"><font size=+2>Simulation</font></font>
+<br>For MAGIC a lot of programs were developed to simulate the behavior
 of Air Showers, the Mirrors and the Camera. All this things you need for
 simulation is inside this directory.
-<BR>&nbsp;
-<BLOCKQUOTE><A NAME="Anchor_Corsika"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Corsika</FONT></FONT>
-<BR>All things needed for the simulation of Air Showers. All this simulation
+<br>&nbsp;
+<blockquote><a NAME="Anchor_Corsika"></a><font color="#CC33CC"><font size=+2>Corsika</font></font>
+<br>All things needed for the simulation of Air Showers. All this simulation
 are based on the CORSIKA program of the KASCADE group in Karlsruhe.
-<BLOCKQUOTE><A NAME="Anchor_Mmcs"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Mmcs</FONT></FONT>
-<BR><FONT COLOR="#000000">(Magic Monte Carlo Simulation)</FONT>
-<BR><FONT COLOR="#000000">Here you find all stuff for the generation of
-air showers using the CORSIKA program.</FONT>
-<P><A NAME="Anchor_Checkmc"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Checkmc</FONT></FONT>
-<BR><FONT COLOR="#000000">After the production of air shower it is good
+<blockquote><a NAME="Anchor_Mmcs"></a><font color="#CC33CC"><font size=+2>Mmcs</font></font>
+<br><font color="#000000">(Magic Monte Carlo Simulation)</font>
+<br><font color="#000000">Here you find all stuff for the generation of
+air showers using the CORSIKA program.</font>
+<p><a NAME="Anchor_Checkmc"></a><font color="#CC33CC"><font size=+2>Checkmc</font></font>
+<br><font color="#000000">After the production of air shower it is good
 to get an impression about the reliabability of the produced data. This
-can be done by this project.</FONT></BLOCKQUOTE>
-
-<P><BR><A NAME="Anchor_Detector"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Detector</FONT></FONT>
-<BR>&nbsp;Every thing that is needed to transfer the simulated events to
+can be done by this project.</font></blockquote>
+
+<p><br><a NAME="Anchor_Detector"></a><font color="#CC33CC"><font size=+2>Detector</font></font>
+<br>&nbsp;Every thing that is needed to transfer the simulated events to
 the common raw data format. There are a lot of different tools inside this
 directory, mainly based on the work of Jose Carlos Gonzales.
-<BR>&nbsp;
-<BLOCKQUOTE><A NAME="Anchor_Reflector"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Reflector</FONT></FONT>
-<BR>&nbsp;Here you find the source code of the reflector program. This
+<br>&nbsp;
+<blockquote><a NAME="Anchor_Reflector"></a><font color="#CC33CC"><font size=+2>Reflector</font></font>
+<br>&nbsp;Here you find the source code of the reflector program. This
 is written to read the CORSIKA (Mmcs) output. With this data you can simulate
 the behavior of the MAGIC mirrors. But to compile and run the program some
 other sub directories are needed.
-<P><A NAME="anchor_Camera"></A><FONT COLOR="#CC66CC"><FONT SIZE=+2>Camera</FONT></FONT>
-<P><FONT COLOR="#330000">&nbsp;In this directory are all the files of the
+<p><a NAME="anchor_TimeCam"></a><font color="#CC66CC"><font size=+2>TimeCam</font></font>
+<br><font color="#330000">&nbsp;To simulate the full behaviour of MAGIC
+you have to take into account the timing information of the cerenkov photons
+(or the photo electrons). All this stuff can be found in this directory.
+At the end we get for each triggered event the FADC values in a file.</font>
+<p><a NAME="Anchor_StarField"></a><font color="#CC33CC"><font size=+2>StarField</font></font>
+<br>&nbsp;Here you can find all the code for the StarField adder. Don't
+forget to read the README file!
+<p><a NAME="anchor_Camera"></a><font color="#CC66CC"><font size=+2>Camera</font></font>
+<p><font color="#330000">&nbsp;In this directory are all the files of the
 camera program. The camera program is calculating the response of each
 photo multiplier of the camera. At the end we get the number of ADC count
 for each time slice of each pixel. In the previous there were also some
-smaller calculations of the camera pixels in it.</FONT>
-<P><A NAME="Anchor_include-CORSIKA"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>include-CORSIKA</FONT></FONT>
-<BR>Here you can find a implementation to read the CORSIKA output. This
+smaller calculations of the camera pixels in it.</font>
+<p><a NAME="Anchor_include-CORSIKA"></a><font color="#CC33CC"><font size=+2>include-CORSIKA</font></font>
+<br>Here you can find a implementation to read the CORSIKA output. This
 classes are needed by the reflector program.
-<P><A NAME="Anchor_include-MC"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>include-MC</FONT></FONT>
-<BR>Here you can find a implementation to write and read the output of
+<p><a NAME="Anchor_include-MC"></a><font color="#CC33CC"><font size=+2>include-MC</font></font>
+<br>Here you can find a implementation to write and read the output of
 the reflector program. This classes are needed by the reflector and the
 camera program.
-<P><A NAME="Anchor_include-GENERAL"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>include-GENERAL</FONT></FONT>
-<BR>Here you can find some header file that are needed by reflector and
+<p><a NAME="Anchor_include-GENERAL"></a><font color="#CC33CC"><font size=+2>include-GENERAL</font></font>
+<br>Here you can find some header file that are needed by reflector and
 camera. For example the declaration of the runlib is found here.
-<BR>&nbsp;
-<P><A NAME="Anchor_include-MTrigger"></A><FONT COLOR="#CC66CC"><FONT SIZE=+2>include-MTrigger</FONT></FONT>
-<BR>Studies of the trigger behavior are very fundamental things. The simulation
+<br>&nbsp;
+<p><a NAME="Anchor_include-MTrigger"></a><font color="#CC66CC"><font size=+2>include-MTrigger</font></font>
+<br>Studies of the trigger behavior are very fundamental things. The simulation
 of the trigger is a part of the camera program. All the methods are put
-in the Classes (called MTRigger ) in this directory.
-<P><A NAME="Anchor_DetData"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Data</FONT></FONT>
-<BR>All the different data files for the simulation tools reflector and
+in the Classes (called MTRigger ) in this directory. Also a gui class (MGTrigger)
+is inside this directory.
+<p><a NAME="Anchor_DetData"></a><font color="#CC33CC"><font size=+2>Data</font></font>
+<br>All the different data files for the simulation tools reflector and
 camera are in this directory. For example the geometry of the MAGIC telescope
 is stored in magic.def or the data of the focal points is stored in focal.dat.
-<P><A NAME="Anchor_lib"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>lib</FONT></FONT>
-<BR>Here you find the ranlib that is used by reflector and camera.</BLOCKQUOTE>
-</BLOCKQUOTE>
-<A NAME="Anchor_include-Classes"></A><FONT COLOR="#CC66CC"><FONT SIZE=+2>include-Classes</FONT></FONT>
-<P>In this directory you can find all Classes (C++ and hopefully OOP )
+<p><a NAME="Anchor_lib"></a><font color="#CC33CC"><font size=+2>lib</font></font>
+<br>Here you find the ranlib that is used by reflector and camera.</blockquote>
+</blockquote>
+<a NAME="Anchor_include-Classes"></a><font color="#CC66CC"><font size=+2>include-Classes</font></font>
+<p>In this directory you can find all Classes (C++ and hopefully OOP )
 that are used for simulation and for analysis. An example is the RawDataFormat
 used in the Analysis and the Camera programs. The Classes are MRawPixel,
 MRawEvt, MRawMc .....
-<P><A NAME="Anchor_Analysis"></A><FONT COLOR="#CC66CC"><FONT SIZE=+2>Analysis</FONT></FONT>
-<P>In this directory you can find all Programs to analyze data of MAGIC.
+<p><a NAME="Anchor_Analysis"></a><font color="#CC66CC"><font size=+2>Analysis</font></font>
+<p>In this directory you can find all Programs to analyze data of MAGIC.
 Here you will find tools to look on single Events, to calculate the Hillas
 parameters and to find the periodicity of one special source. (But all
 this is still under construction!!!! Here the must development is needed
 in the future!!!)
-<BR>&nbsp;</BLOCKQUOTE>
-
-<HR WIDTH="100%">
-<BR><I>H.Kornmayer</I>
-<BR>&nbsp;
-</BODY>
-</HTML>
+<br>&nbsp;</blockquote>
+
+<hr WIDTH="100%">
+<br><i>H.Kornmayer</i>
+<br>&nbsp;
+</body>
+</html>
