StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
SmallMapTest.C
1  {
2  // Copyright(c) 2001 [BNL] Brookhaven National Laboratory, Valeri Fine (fine@bnl.gov). All right reserved",
3  // TGeneric table text macro
4  gSystem->Load("libRootKernel");
5 
6  struct track {
7  float curvature;
8  Ptr_t hitList;
9  };
10  track t;
11  // Create the track table and fill it
12  TGenericTable *allTracks = new TGenericTable("track","tracks",20);
13  // allTracks->Print();
14  }
15