ROOT
v6-22
Reference Guide
TVirtualIndex.cxx
Go to the documentation of this file.
1
// @(#)root/tree:$Id$
2
// Author: Rene Brun 05/07/2004
3
4
/*************************************************************************
5
* Copyright (C) 1995-2004, Rene Brun and Fons Rademakers. *
6
* All rights reserved. *
7
* *
8
* For the licensing terms see $ROOTSYS/LICENSE. *
9
* For the list of contributors see $ROOTSYS/README/CREDITS. *
10
*************************************************************************/
11
12
/** \class TVirtualIndex
13
\ingroup tree
14
15
Abstract interface for Tree Index
16
*/
17
18
#include "
TVirtualIndex.h
"
19
#include "
TTree.h
"
20
21
ClassImp
(
TVirtualIndex
);
22
23
////////////////////////////////////////////////////////////////////////////////
24
/// Default constructor for TVirtualIndex
25
26
TVirtualIndex::TVirtualIndex
():
TNamed
()
27
{
28
fTree
= 0;
29
}
30
31
////////////////////////////////////////////////////////////////////////////////
32
33
TVirtualIndex::~TVirtualIndex
()
34
{
35
}
ClassImp
#define ClassImp(name)
Definition:
Rtypes.h:361
TTree.h
TVirtualIndex.h
TNamed
The TNamed class is the base class for all named ROOT classes.
Definition:
TNamed.h:29
TVirtualIndex
Abstract interface for Tree Index.
Definition:
TVirtualIndex.h:30
TVirtualIndex::TVirtualIndex
TVirtualIndex()
pointer to Tree
Definition:
TVirtualIndex.cxx:26
TVirtualIndex::fTree
TTree * fTree
Definition:
TVirtualIndex.h:33
TVirtualIndex::~TVirtualIndex
virtual ~TVirtualIndex()
Definition:
TVirtualIndex.cxx:33
tree
tree
src
TVirtualIndex.cxx
ROOT v6-22 - Reference Guide Generated on Fri Apr 1 2022 11:53:13 (GVA Time) using Doxygen 1.9.4