source: trunk/MagicSoft/Simulation/Detector/TimeCam/timecam-v.h@ 5289

Last change on this file since 5289 was 353, checked in by harald, 25 years ago
this is just the starting point of the further development of the camera project to simulate MonteCarloShower for MAGIC. The TimeCam is using also the information of the arrival time of the cerenkov photons (or the photoelectrons). This is the status of the program as presented on the general MAGIC meeting in Barcelona! Each one is invited to collaborate!!!
File size: 212 bytes
Line 
1#ifndef VERSION
2
3#define PROGRAM camera
4#define VERSION 0.2
5
6#define GLUE_prep(x,y) #x" "#y
7#define GLUE_postp(x,y) GLUE_prep(x,y)
8
9const char SIGNATURE[] = GLUE_postp( PROGRAM, VERSION );
10
11#endif // ! VERSION
12
Note: See TracBrowser for help on using the repository browser.