Changeset 330
- Timestamp:
- 11/26/99 08:37:35 (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/CvsDoku/body.html
r322 r330 43 43 in the repository on a single (security reasons) linux computer in Max-Planck-Institut 44 44 für Physik in Munich. As a remote developer you must declare the environment 45 variable .45 variable in the following way. 46 46 <P><B><FONT COLOR="#33FF33">setenv CVSROOT :ext:pchegra4.mppmu.mpg.de:/CvsRepository </FONT></B> 47 47 for tcsh (use the syntax of your shell) 48 <P><BLINK>The access from other computers is still under construction and 49 tests.</BLINK> 48 <P>This assumes that you don't have a local CVS repository for your own 49 work. 50 <BR><BLINK>The access from other computers is still under construction 51 and tests.</BLINK> 50 52 <P>If you want access please inform<A HREF="mailto:harald@hegra1.mppmu.mpg.de"> 51 53 Harald Kornmayer </A> in Munich. For more details about the structure 52 54 of the repository see <A HREF="#Anchor_StructureRepository">here.</A> 55 <P>For those developers, that work in other repositories in other experiments: 56 <P>You can access to the repository of MAGIC by typing: 57 <P><B><FONT COLOR="#33FF33">cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository 58 {command} {project}</FONT></B> 59 <P>example: cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository 60 checkout Camera 61 <BR>It is also possible to set an alias cvsmagic "cvs -d :ext:pchegra4.mppmu.mpg.de:/CvsRepository" 53 62 <BR> 54 63 <P> … … 62 71 planning to do bigger changes create your own development branch. But don't 63 72 wait to long with committing. 64 <BR> 73 <P>If you want to play a little around with CVS for magic, there is a project 74 only for testing. The project is calles CvsDummy. Inside this projects 75 there are some file. You can try tho change them, add new file and test 76 also the commit command. 77 <BR> 78 <P> 65 79 <HR WIDTH="100%"> 66 80 <BR><A NAME="Anchor_Projects"></A><B><FONT COLOR="#FF0000"><FONT SIZE=+2>Projects</FONT></FONT></B> … … 71 85 Carlo Simulation )</FONT></FONT> 72 86 <BR>This is the adapted CORSIKA code for calculating air showers. 87 <P><FONT COLOR="#CC6600"><FONT SIZE=+1>Checkmc</FONT></FONT> 88 <BR>This progam is to check the output of Mmcs. It is using hbook stuff. 73 89 <P><FONT COLOR="#CC6600"><FONT SIZE=+1>Reflector</FONT></FONT> 74 90 <BR>With this program you can track the cerenkov photons generated by Mmcs … … 82 98 <BR>To display one event use this nice Gui package. 83 99 <P>....... 100 <BR> 101 <P><FONT COLOR="#CC6600"><FONT SIZE=+1>CvsDummy</FONT></FONT> 102 <BR>This is the project for CVS beginners to play with a project. How to 103 use comand with out the danger of destroying some stuff. 84 104 <BR> </BLOCKQUOTE> 85 105 It is obvious that some source code of a given directory is part of different … … 163 183 <TD><FONT SIZE=+1><A HREF="#Anchor_Corsika">Corsika</A></FONT></TD> 164 184 165 <TD><FONT SIZE=+1>Mmcs</FONT></TD> 185 <TD><FONT SIZE=+1><A HREF="#Anchor_Mmcs">Mmcs</A></FONT></TD> 186 187 <TD></TD> 188 189 <TD></TD> 190 191 <TD></TD> 192 </TR> 193 194 <TR> 195 <TD></TD> 196 197 <TD></TD> 198 199 <TD></TD> 200 201 <TD><FONT SIZE=+1><A HREF="#Anchor_Checkmc">Checkmc</A></FONT></TD> 166 202 167 203 <TD></TD> … … 352 388 353 389 <TD></TD> 390 391 <TD></TD> 392 393 <TD></TD> 394 395 <TD></TD> 396 397 <TD></TD> 398 399 <TD></TD> 400 </TR> 401 402 <TR> 403 <TD></TD> 404 405 <TD><FONT SIZE=+1>CvsDummy </FONT></TD> 354 406 355 407 <TD></TD> … … 389 441 <BR>All things needed for the simulation of Air Showers. All this simulation 390 442 are based on the CORSIKA program of the KASCADE group in Karlsruhe. 391 <BR> 392 <P><A NAME="Anchor_Detector"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Detector</FONT></FONT> 443 <BLOCKQUOTE><A NAME="Anchor_Mmcs"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Mmcs</FONT></FONT> 444 <BR><FONT COLOR="#000000">(Magic Monte Carlo Simulation)</FONT> 445 <BR><FONT COLOR="#000000">Here you find all stuff for the generation of 446 air showers using the CORSIKA program.</FONT> 447 <P><A NAME="Anchor_Checkmc"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Checkmc</FONT></FONT> 448 <BR><FONT COLOR="#000000">After the production of air shower it is good 449 to get an impression about the reliabability of the produced data. This 450 can be done by this project.</FONT></BLOCKQUOTE> 451 452 <P><BR><A NAME="Anchor_Detector"></A><FONT COLOR="#CC33CC"><FONT SIZE=+2>Detector</FONT></FONT> 393 453 <BR> Every thing that is needed to transfer the simulated events to 394 454 the common raw data format. There are a lot of different tools inside this
Note:
See TracChangeset
for help on using the changeset viewer.