Changeset 4141 for trunk/MagicSoft/Mars/mtemp/mifae/programs
- Timestamp:
- 05/24/04 13:46:40 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mtemp/mifae/programs/makeHillas.cc
r4139 r4141 31 31 #include "MPedPhotCalc.h" 32 32 #include "MHillas.h" 33 #include "MNewImagePar.h" 33 34 #include "MRawRunHeader.h" 34 35 #include "MSrcPosCam.h" … … 227 228 // containers 228 229 MHillas hillas; 230 MNewImagePar newimagepar; 229 231 MSrcPosCam source; 230 232 MRawRunHeader runhead; … … 259 261 plist4.AddToList(&source); 260 262 plist4.AddToList(&hillas); 263 plist4.AddToList(&newimagepar); 261 264 plist4.AddToList(&runhead); 262 265
Note:
See TracChangeset
for help on using the changeset viewer.