Changeset 2437 for trunk/MagicSoft/Mars/macros/CT1Analysis.C
- Timestamp:
- 10/28/03 07:33:49 (21 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/macros/CT1Analysis.C
r2436 r2437 1081 1081 fillmatg.SetName("fillGammas"); 1082 1082 1083 MFillH fillmath("MatrixHadrons");1084 fillmath.SetFilter(&flisth);1085 fillmath.SetName("fillHadrons");1086 1083 1087 1084 … … 1142 1139 selectorh.SetName("selectHadrons"); 1143 1140 1141 MFillH fillmath("MatrixHadrons"); 1142 fillmath.SetFilter(&flisth); 1143 fillmath.SetName("fillHadrons"); 1144 1144 1145 1145 1146 // entries in MFilterList … … 1182 1183 1183 1184 1184 // write out training events1185 // write out matrices of training events 1185 1186 1186 1187 gLog << "" << endl; 1187 1188 gLog << "========================================================" << endl; 1188 gLog << "Write out training events" << endl;1189 gLog << "Write out matrices of training events" << endl; 1189 1190 1190 1191 … … 1242 1243 // 1243 1244 MEvtLoop evtlooptr; 1245 evtlooptr.SetName("ReadRFTrees"); 1244 1246 evtlooptr.SetParList(&plisttr); 1245 1247 if (!evtlooptr.Eventloop()) … … 1300 1302 // 1301 1303 MEvtLoop treeloop; 1304 treeloop.SetName("GrowRFTrees"); 1302 1305 treeloop.SetParList(&plist2); 1303 1306
Note:
See TracChangeset
for help on using the changeset viewer.