Changeset 1102 for trunk/MagicSoft/Mars/mmain
- Timestamp:
- 12/10/01 15:26:24 (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mmain/MAnalysis.cc
r1086 r1102 126 126 #include "MHStarMap.h" 127 127 #include "MReadTree.h" 128 #include "MMcPedestalCopy.h" // MMcPedestalCopy 129 #include "MMcPedestalNSB.h" // MMcPedestalNSB 128 130 #include "MCerPhotCalc.h" 129 131 #include "MImgCleanStd.h" … … 179 181 MReadTree read("Events", fInputFile); 180 182 181 MCerPhotCalc ncalc; 182 MHillasCalc hcalc; 183 MMcPedestalCopy pcopy; 184 MMcPedestalNSB pdnsb; 185 MCerPhotCalc ncalc; 186 MHillasCalc hcalc; 183 187 184 188 tlist.AddToList(&read); 189 tlist.AddToList(&pcopy); 190 tlist.AddToList(&pdnsb); 185 191 tlist.AddToList(&ncalc); 186 192 tlist.AddToList(fImgClean);
Note:
See TracChangeset
for help on using the changeset viewer.