Changeset 1170 for trunk/MagicSoft
- Timestamp:
- 01/11/02 18:26:02 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MAnalysis.cc
r1132 r1170 130 130 #include "MCerPhotCalc.h" 131 131 #include "MImgCleanStd.h" 132 #include "MBlindPixelCalc.h" 132 133 #include "MHillasCalc.h" 133 134 #include "MFillH.h" … … 184 185 MMcPedestalNSBAdd pdnsb; 185 186 MCerPhotCalc ncalc; 187 MBlindPixelCalc blind; 186 188 MHillasCalc hcalc; 187 189 … … 191 193 tlist.AddToList(&ncalc); 192 194 tlist.AddToList(fImgClean); 195 tlist.AddToList(&blind); 193 196 tlist.AddToList(&hcalc); 194 197
Note:
See TracChangeset
for help on using the changeset viewer.