Changeset 3682 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 04/08/04 19:52:13 (21 years ago)
- Location:
- trunk/MagicSoft/Mars/macros
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/readCT1.C
r2624 r3682 125 125 hillas.Print(*geomcam); 126 126 hillasext.Print(*geomcam); 127 newimgpar.Print( );127 newimgpar.Print(*geomcam); 128 128 129 129 if (!HandleInput()) -
trunk/MagicSoft/Mars/macros/readMagic.C
r3141 r3682 100 100 ((MHillas*)fParList->FindObject("MHillas"))->Print(*geom); 101 101 ((MHillasExt*)fParList->FindObject("MHillasExt"))->Print(*geom); 102 fParList->FindObject("MNewImagePar")->Print();102 ((MNewImagePar*)fParList->FindObject("MNewImagePar"))->Print(*geom); 103 103 104 104 return HandleInput();
Note:
See TracChangeset
for help on using the changeset viewer.