Changeset 5431 for trunk/MagicSoft/Mars/manalysis
- Timestamp:
- 11/18/04 15:55:40 (20 years ago)
- Location:
- trunk/MagicSoft/Mars/manalysis
- Files:
-
- 2 added
- 2 deleted
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/manalysis/AnalysisLinkDef.h
r5000 r5431 51 51 #pragma link C++ class MPad+; 52 52 #pragma link C++ class MMcCalibrationUpdate+; 53 #pragma link C++ class MMakePadHistograms+; 53 54 54 55 #endif -
trunk/MagicSoft/Mars/manalysis/Makefile
r5000 r5431 23 23 -I../mhistmc -I../mfileio -I../mmain -I../mhcalib -I../mcalib \ 24 24 -I../msignal -I../mpointing -I../mtools -I../mfbase \ 25 -I../mbadpixels -I../mastro -I../mpedestal 25 -I../mbadpixels -I../mastro -I../mpedestal -I../mtemp/mucm/classes 26 26 # mcalib: MGeomApply (MCalibrationCam) 27 27 … … 55 55 MFiltercutsCalc.cc \ 56 56 MPad.cc \ 57 MMcCalibrationUpdate.cc 57 MMcCalibrationUpdate.cc \ 58 MMakePadHistograms.cc 58 59 59 60 ############################################################ … … 66 67 67 68 mrproper: clean rmbak 69
Note:
See TracChangeset
for help on using the changeset viewer.