Changeset 6025
- Timestamp:
- 01/26/05 12:17:06 (20 years ago)
- Location:
- trunk/MagicSoft/Mars
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/Changelog
r6024 r6025 24 24 * mtemp/mpadova/macros/RanForestDISP.C 25 25 - added possibility to set the number of hadrons read in for the 26 training. 26 training. Added some missing containers to output. 27 27 28 28 * mtemp/mpadova/macros/resize.C -
trunk/MagicSoft/Mars/mtemp/mpadova/macros/RanForestDISP.C
r6024 r6025 282 282 283 283 MReadMarsFile read3("Events", "star_20050110_CrabNebulaW1.root"); 284 // MReadMarsFile read3("Events", "/data1/magic/mc_data/root/Period021_0.73_mirror/FixedWindowPeakSearch/WOBBLE_Calib_6slices/tc_3.84_2.56/star_gamma_test.root"); 284 285 285 286 read3.DisableAutoScheme(); … … 293 294 tlist3.AddToList(&calc); 294 295 295 // parameter containers you want to save296 //297 296 298 297 TString outfname = "star_S"; 299 298 outfname += minsize; 300 299 outfname += "_20050110_CrabNebulaW1.root"; 300 301 // outfname += "_mcgammas.root"; 302 303 // parameter containers you want to save 304 // 305 301 306 MWriteRootFile write(outfname, "recreate"); 302 307 303 308 // write.AddContainer("MSigmabar", "Events"); 304 309 305 // write.AddContainer("MMcEvt", "Events"); 310 write.AddContainer("MRawEvtHeader", "Events"); 311 write.AddContainer("MMcEvt", "Events", kFALSE); 306 312 write.AddContainer("MHillas", "Events"); 307 313 write.AddContainer("MHillasExt", "Events"); … … 311 317 write.AddContainer("MHadronness", "Events"); 312 318 write.AddContainer("MPointingPos", "Events"); 313 write.AddContainer("MTime", "Events" );314 write.AddContainer("MConcentration", "Events" );319 write.AddContainer("MTime", "Events", kFALSE); 320 write.AddContainer("MConcentration", "Events", kFALSE); 315 321 316 322 tlist3.AddToList(&write);
Note:
See TracChangeset
for help on using the changeset viewer.