#include <iostream>#include <iomanip>#include "REROOT_Classes/REROOT_Geom.h"Go to the source code of this file.
Functions | |
| void | sizes_of_geom_clones (Int_t i, const Char_t *name, const TClonesArray *tca) |
Variables | |
| REROOT_Geom * | gREROOT_Geom = 0 |
|
||||||||||||||||
|
Definition at line 192 of file REROOT_Geom.cxx. Referenced by REROOT_Geom::Print(). 00193 {
00194 if (i == 0)
00195 cout << "new REROOT_Geom record" << endl;
00196 cout << setw(15) << name << " "
00197 << setw(5) << tca->Capacity()
00198 << setw(5) << tca->GetEntries()
00199 << setw(5) << tca->GetEntriesFast()
00200 << setw(5) << tca->GetLast();
00201 if (i >= 0) cout << endl;
00202 }
|
|
|
Definition at line 52 of file REROOT_Geom.cxx. Referenced by MINFile::readREROOTGeom(), and zoffset_REROOT(). |
1.3.9.1