Reference from of table to another table

 {
   // Copyright(c) 2001 [BNL] Brookhaven National Laboratory, Valeri Fine  (fine@bnl.gov). All right reserved",

   // TGeneric table text macro

    gSystem->Load("libRootKernel");
 
    struct track {
     float  curvature;
     TTableMap hitList; 
    };
     track t;
    // Create the track table and fill it

    TGenericTable *allTracks = new TGenericTable("track","tracks",20);
    // allTracks->Print();

 }
 


ROOT page - Class index - Top of the page

This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.