Changeset 3682 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 04/08/04 19:52:13 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MEventDisplay.cc
r3503 r3682 82 82 #include "MHillasExt.h" // MHillasExt::Print(const MGeomCam&) 83 83 #include "MHillasSrc.h" // MHillasSrc::Print(const MGeomCam&) 84 #include "MNewImagePar.h" // MNewImagePar::Print(const MGeomCam&) 84 85 #include "MHEvent.h" // MHEvent 85 86 #include "MHCamera.h" // MHCamera … … 511 512 // Print parameters 512 513 // 513 ((MHillas*) plist->FindObject("MHillas"))->Print(*geom);514 ((MHillasExt*) plist->FindObject("MHillasExt"))->Print(*geom);515 ((MHillasSrc*) plist->FindObject("MHillasSrc"))->Print(*geom);516 plist->FindObject("MNewImagePar")->Print();514 ((MHillas*) plist->FindObject("MHillas"))->Print(*geom); 515 ((MHillasExt*) plist->FindObject("MHillasExt"))->Print(*geom); 516 ((MHillasSrc*) plist->FindObject("MHillasSrc"))->Print(*geom); 517 ((MNewImagePar*)plist->FindObject("MNewImagePar"))->Print(*geom); 517 518 518 519 //
Note:
See TracChangeset
for help on using the changeset viewer.