Changeset 9275 for trunk/MagicSoft
- Timestamp:
- 01/27/09 11:16:42 (16 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 added
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r9274 r9275 44 44 45 45 * msimcamera/MSimGeomCam.[h,cc]: 46 - Fixed the time window for random photons (Maybe move to a later step47 in the analysis?)46 - Fixed the time window for random photons (Maybe move to a later 47 step in the analysis?) 48 48 49 49 * msimcamera/MSimReadout.cc: … … 56 56 * msimcamera/MSimTrigger.cc: 57 57 - some changes to the debug output 58 59 * mjobs/MJSimulation.[h,cc]: 60 - added 61 62 * mjobs/Makefile, mjobs/JobsLinkDef.h: 63 - added MJSimulation 58 64 59 65 -
trunk/MagicSoft/Mars/Makefile
r9266 r9275 20 20 # 21 21 #PROGRAMS = readraw merpp mars test mona status 22 PROGRAMS := readdaq merpp readraw readcorsikacallisto star ganymed sponde showlog showplot mars mars-config22 PROGRAMS := readdaq readraw readcorsika ceres merpp callisto star ganymed sponde showlog showplot mars mars-config 23 23 SOLIB := libmars.so 24 24 -
trunk/MagicSoft/Mars/mjobs/JobsLinkDef.h
r9018 r9275 15 15 #pragma link C++ class MJCalibrateSignal+; 16 16 17 #pragma link C++ class MJSimulation+; 18 17 19 #pragma link C++ class MJPedestal+; 18 20 #pragma link C++ class MJStar+; -
trunk/MagicSoft/Mars/mjobs/Makefile
r9273 r9275 24 24 -I../mtools -I../mimage -I../mpointing -I../mastro -I../mfbase \ 25 25 -I../mhvstime -I../mtrigger -I../mmuon -I../mmc -I../mmovie \ 26 -I../mextralgo -I../mhflux -I../msql -I../mreport \27 -I../m corsika -I../msim -I../msimreflector -I../msimcamera26 -I../mextralgo -I../mhflux -I../msql -I../mreport -I../mcorsika \ 27 -I../msim -I../msimreflector -I../msimcamera -I../melectronics 28 28 29 29 SRCFILES = MSequence.cc \ … … 31 31 MDataSet.cc \ 32 32 MJob.cc \ 33 MJSimulation.cc \ 33 34 MJPedestal.cc \ 34 35 MJCalib.cc \
Note:
See TracChangeset
for help on using the changeset viewer.