Changeset 1553 for trunk/MagicSoft/Mars/macros
- Timestamp:
- 10/24/02 16:29:40 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/multidimdist.C
r1337 r1553 48 48 // CalEvents: Calibration Events 49 49 // 50 MReadMarsFile read("Events", " star.root");50 MReadMarsFile read("Events", "~/Mars/star2.root"); 51 51 read.DisableAutoScheme(); 52 52 tlist.AddToList(&read); … … 73 73 74 74 MHMatrix matrix2("MatrixHadrons"); 75 matrix2.AddColumns( &matrix);75 matrix2.AddColumns(matrix.GetColumns()); 76 76 plist.AddToList(&matrix2); 77 77 … … 98 98 tlist.PrintStatistics(); 99 99 100 fillmat.Print("size"); 101 fillmat2.Print("size"); 102 100 103 // --------------------------------------------------------- 101 104 … … 104 107 plist.Replace(&tlist2); 105 108 106 MReadMarsFile read2("Events", " star2.root");109 MReadMarsFile read2("Events", "~/Mars/star2.root"); 107 110 read2.DisableAutoScheme(); 108 111 tlist2.AddToList(&read2); 109 112 110 MMultiDimDistCalc calc(5); 113 MMultiDimDistCalc calc; 114 calc.SetUseNumRows(0); 115 calc.SetUseKernelMethod(kTRUE); 111 116 tlist2.AddToList(&calc); 112 117
Note:
See TracChangeset
for help on using the changeset viewer.