Main Page | Modules | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

REROOT_Geom.cxx File Reference

#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_GeomgREROOT_Geom = 0


Function Documentation

void sizes_of_geom_clones Int_t  i,
const Char_t *  name,
const TClonesArray *  tca
 

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 }


Variable Documentation

REROOT_Geom* gREROOT_Geom = 0
 

Definition at line 52 of file REROOT_Geom.cxx.

Referenced by MINFile::readREROOTGeom(), and zoffset_REROOT().


Generated on Mon Feb 15 11:08:10 2010 for loon by  doxygen 1.3.9.1