Timeline



11/05/99:

15:21 Changeset [312] by magiccvs
The following "Projects" are available Mmcs for Monte Carlo Generation using CORSIKA Reflector reflector program to project cerenkov gammas to the camera Camera camera program to simulate PMT and FADC's
15:01 Changeset [311] by magiccvs
building projects out of aliases.
14:53 Changeset [310] by magiccvs
testing
13:49 Changeset [309] by magiccvs
some more directories in the dokumentation.
11:59 Changeset [308] by harald
This the starting point for CVS controlled further developments of the camera program. The program was originally written by Jose Carlos. But here you can find a "rootified" version to the program. This means that there is no hbook stuff in it now. Also the output of the program changed to the MagicRawDataFormat. The "rootification" was done by Dirk Petry and Harald Kornmayer. In the following you can see the README file of that version: ================================================== Fri Oct 22 1999 D.P. The MAGIC Monte Carlo System Camera Simulation Programme --------------------------- 1) Description This version is the result of the fusion of H.K.'s root_camera which is described below (section 2) and another version by D.P. which had a few additional useful features. The version compiles under Linux with ROOT 2.22 installed (variable ROOTSYS has to be set). Compile as before simply using "make" in the root_camera directory. All features of H.K.'s root_camera were retained. Additional features of this version are: a) HBOOK is no longer used and all references are removed. b) Instead of HBOOK, the user is given now the possibility of having Diagnostic data in ROOT format as a complement to the ROOT Raw data. This data is written to the file which is determined by the new input parameter "diag_file" in the camera parameter file. All source code file belonging to this part have filenames starting with "MDiag". The user can read the output file using the following commands in an interactive ROOT session: root [0] .L MDiag.so root [1] new TFile("diag.root"); root [2] new TTreeViewer("T"); This brings up a viewer from which all variables of the TTree can be accessed and histogrammed. This example assumes that you have named the file "diag.root", that you are using ROOT version 2.22 or later and that you have the shared object library "MDiag.so" which is produced by the Makefile along with the executable "camera". ! The contents of the so-called diag file is not yet fixed. ! At the moment it is what J.C.G. used to put into the HBOOK ! ntuple. In future versions the moments calculation can be ! removed and the parameter list be modified correspondingly. c) Now concatenated reflector files can be read. This is useful if you have run the reflector with different parameters but you want to continue the analysis with all reflector data going into ONE ROOT outputfile. The previous camera version contained a bug which made reading of two or more concatenated reflector files impossible. d) The reflector output format was changed. It is now version 0.4 . The change solely consists in a shortening of the flag definition in the file include-MC/MCCphoton.hxx ! IF YOU WANT TO READ REFLECTOR FORMAT 0.3, you can easily ! do so by recompiling camera with the previous version of ! include-MC/MCCphoton.hxx. The change was necessary for saving space and better debugging. From now on, this format can be frozen. ! For producing reflector output in the new format, you ! of course have to recompile your reflector with the ! new include-MC/MCCphoton.hxx . e) A first version of the pixelization with the larger outer pixels is implemented. THIS IS NOT YET FULLY TESTED, but first rough tests show that it works at least to a good approximation. The present version implements the camera outline with 18 "gap-pixels" and 595 pixels in total as shown in http://sarastro.ifae.es/internal/home/hardware/camera/numbering.ps This change involved (i) The file pixels.dat is no longer needed. Instead the coordinates are generated by the program itself (takes maybe 1 second). In the file pixel-coords.txt in the same directory as this README, you find a list of the coordinates generated by this new routine. It has the format number i j x y size-factor where i and j are J.C.G.'s so called biaxis hexagonal coordinates (for internal use) and x and y are the coordinates of the pixel centers in the standard camera coordinate system in units of centimeters. The value of "size-factor" determines the linear size of the pixel relative to the central pixels. (ii) The magic.def file has two additional parameters which give the number of central pixels and the number of gap pixels (iii) In camera.h and camera.cxx several changes were necessary, among them the introduction of several new functions The newly suggested outline with asymmetric Winston cones will be implemented in a later version. f) phe files can no longer be read since this contradicts our philosophy that the analysis should be done with other programs like e.g. EVITA and not with "camera" itself. This possibility was removed. g) ROOT is no longer invoked with an interactive interface. In this way, camera can better be run as a batch program and it uses less memory. h) small changes concerning the variable "t_chan" were necessary in order to avoid segmentation faults: The variable is used as an index and it went sometimes outside the limits when camera was reading proton data. This is because the reflector files don't contain the photons in a chronological order and also the timespread can be considerably longer that the foreseen digitisation timespan. Please see the source code of camera.cxx round about line 1090. j) several unused variables were removed, a few warning messages occur when you compile camera.cxx but these can be ignored at the moment. In general the program is of course not finished. It still needs debugging, proper trigger simulation, simulation of the asymmetric version of the outer pixels, proper NSB simulation, adaption of the diag "ntuple" contents to our need and others small improvements. In the directory rfl-files there is now a file in reflector format 0.4 containing a single event produced by the starfiled adder. It has a duration of 30 ns and represents the region around the Crab Nebula. Using the enclosed input parameter file, camera should process this file without problems. 2) The README for the previous version of root_camera README for a preliminary version of the root_camera program. root_camera is based on the program "camera"of Jose Carlos Gonzalez. It was changed in the way that only the pixelisation and the distibution of the phe to the FADCs works in a first version. Using the #undef command most possibilities of the orignal program are switched of. The new parts are signed by - ROOT or __ROOT__ nearly all important codelines for ROOT output are enclosed in structures like #ifdef __ROOT__ code #endif __ROOT__ In same case the new lines are signed by a comment with the word ROOT in it. For timing of the pulse some variable names are changed. (t0, t1, t --> t_ini, t_fin, t_1st, t_chan,...) Look also for this changes. For the new root-file is also a change in readparm-files - __DETAIL_TRIGGER__ This is for the implementation of the current work on trigger studies. Because the class MTrigger is not well documented it isn´t a part of this tar file. Only a dummy File exists. With all files in the archive, the root_camera program should run. A reflector file is in the directory rfl-files ================================================== From now on, use CVS for development!!!!
11:42 Changeset [307] by harald
This is the starting point for Trigger Studies. I introduced a Class MTrigger, that will do all the trigger stuff in the camera program.
11:38 Changeset [306] by harald
This is the start point for the further developments of the Classes for the MAGIC software. Here you find the classes that are used by the Simulation and the Analysis programs. This Classes MRawPixel, MRawEvt and MMcEvt are designed by Thomas Schweizer and Harald Kornmayer. They are using the "root" package from CERN.

11/04/99:

14:36 Changeset [305] by harald
small changes

11/03/99:

09:04 Changeset [304] by harald
*** empty log message ***
09:01 Changeset [303] by harald
*** empty log message ***

11/01/99:

13:29 Changeset [302] by harald
Changed the reflector output format. This was done by Dirk in Barcelona. The change solely consists in a shortening of the flag definition in MCCphoton.hxx. The change was necessary for saving space and for better debugging. From now on the format of reflector can be frozen. Also a smaller change in MCEventHeader.hxx to get the X- and Y-coordinate of the shower core.
11:05 Changeset [301] by harald
Small changes to comile the reflector program under linux. (Different use of NULL on DECalphas-osf1 and on linux)
10:54 Changeset [300] by harald
A very small change in the jcdebug.h file to compile it under linux.
10:53 Changeset [299] by harald
To make the compilation on different machines a little bit easier, the file 'config.mk' was replace by the file 'config.mk.linux-gnu' and 'config.mk.osf1'. A change in the Makefile was also done to select the right config.mk file automatically.
10:46 Changeset [298] by harald
Adding the linux version of libranlib.a to this directory
08:36 Changeset [297] by harald
Import of the directory lib, that is used by the Detector programs of Jose Carlos. Here only a README file and the lib for osf1 is imported. Later we will add other ones.

10/29/99:

08:44 Changeset [296] by harald
small changes of some formats
08:24 Changeset [295] by harald
In this directory you can find a implementation to write and read the output of the reflector program. This classes are needed in the reflector and the camera program. The work in the past was done by Jose Carlos Gonzales. In the future all can work on this using CVS.
08:21 Changeset [294] by harald
This is a part of the development of Jose Carlos Gonzales. This directory contains some classes to read in the CORSIKA output of the mmcs program. This directory is needed by the reflector program. Now all is under CVS control and one has to take CVS for further developments.
08:18 Changeset [293] by harald
This this directory you can find some header files that are needed by reflector and by camera. On example is the declaration-(header)-file of the runlib. This is the starting point for further development. This work was done by Jose Carlos Gonzales. Now this is under CVS control.
08:00 Changeset [292] by harald
This is the startpoint for the futher development of the Reflector program of Jose Carlos. For all developments use this CVS-controlled directory.
07:35 Changeset [291] by harald
*** empty log message ***
07:32 Changeset [290] by harald
*** empty log message ***
07:27 Changeset [289] by harald
one more change
07:25 Changeset [288] by harald
some small changes to modules first modules generated.

10/26/99:

20:17 Changeset [287] by harald
Some minor changes in the files main.f and start.f due to some problems during the compilation on a linux computer (pchegra4.mppmu.mpg.de). After this changes it is possible to compile the program under linux, but there are still a lot of warnings! A small discussion with Jose Carlos and Aitor leads to the conclusion that the executable is good for mass production!!
14:17 Changeset [286] by harald
This is the start point for further developments of the Magic Monte Carlo Simulation written by Jose Carlos Gonzales. Now it is under control of one CVS repository for the whole collaboration. Everyone should use this CVS repository for further developments.
13:50 Changeset [285] by harald
Start point for the CVS control of the documentation for CVS usage in the MAGIC software development. There is at the moment only one html file (welcome.html) to control. This file contains all information at this time. All the best....
13:41 Changeset [284] by harald
initial checkin of notify
13:41 Changeset [283] by harald
initial checkin of modules
13:41 Changeset [282] by harald
initial checkin of loginfo
13:41 Changeset [281] by harald
initial checkin of editinfo
13:41 Changeset [280] by harald
initial checkin of cvswrappers
13:41 Changeset [279] by harald
initial checkin of taginfo
13:41 Changeset [278] by harald
initial checkin of rcsinfo
13:41 Changeset [277] by harald
initial checkin of commitinfo
13:41 Changeset [276] by harald
initial checkin of checkoutlist
13:41 Changeset [275]
Standard project directories initialized by cvs2svn.
Note: See TracTimeline for information about the timeline view.