ROOT
Version v6.32
master
v6.34
v6.32
v6.30
v6.28
v6.26
v6.24
v6.22
v6.20
v6.18
v6.16
v6.14
v6.12
v6.10
v6.08
v6.06
v6.04
Reference Guide
▼
ROOT
ROOT Reference Documentation
Tutorials
►
Functional Parts
►
Namespaces
►
All Classes
▼
Files
▼
File List
►
bindings
►
core
►
documentation
►
geom
►
graf2d
►
graf3d
►
gui
►
hist
►
html
►
io
►
main
►
math
►
montecarlo
►
net
►
proof
►
roofit
►
sql
►
tmva
▼
tree
►
dataframe
►
ntuple
►
ntupleutil
►
readspeed
▼
tree
►
doc
►
inc
▼
src
►
InternalTreeUtils.cxx
RFriendInfo.cxx
►
TBasket.cxx
►
TBasketSQL.cxx
TBranch.cxx
TBranchBrowsable.cxx
TBranchClones.cxx
►
TBranchElement.cxx
►
TBranchIMTHelper.h
TBranchObject.cxx
TBranchRef.cxx
TBranchSTL.cxx
TBufferSQL.cxx
TChain.cxx
TChainElement.cxx
►
TCut.cxx
►
TEntryList.cxx
TEntryListArray.cxx
TEntryListBlock.cxx
TEntryListFromFile.cxx
►
TEventList.cxx
TFriendElement.cxx
►
TIOFeatures.cxx
TLeaf.cxx
TLeafB.cxx
TLeafC.cxx
TLeafD.cxx
TLeafD32.cxx
TLeafElement.cxx
TLeafF.cxx
TLeafF16.cxx
TLeafG.cxx
TLeafI.cxx
TLeafL.cxx
TLeafO.cxx
TLeafObject.cxx
TLeafS.cxx
TNtuple.cxx
TNtupleD.cxx
►
TQueryResult.cxx
►
TreeUtils.cxx
TSelector.cxx
TSelectorList.cxx
TSelectorScalar.cxx
►
TTree.cxx
TTreeCache.cxx
►
TTreeCacheUnzip.cxx
TTreeCloner.cxx
TTreeResult.cxx
TTreeRow.cxx
TTreeSQL.cxx
TVirtualIndex.cxx
TVirtualTreePlayer.cxx
►
treeplayer
►
treeviewer
►
webviewer
►
tutorials
►
v6-32-00-patches
►
File Members
Release Notes
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Properties
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
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
20
ClassImp
(
TVirtualIndex
);
21
22
////////////////////////////////////////////////////////////////////////////////
23
/// Default constructor for TVirtualIndex
24
25
TVirtualIndex::TVirtualIndex
():
TNamed
()
26
{
27
fTree
=
nullptr
;
28
}
29
30
////////////////////////////////////////////////////////////////////////////////
31
32
TVirtualIndex::~TVirtualIndex
()
33
{
34
}
ClassImp
#define ClassImp(name)
Definition
Rtypes.h:377
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:25
TVirtualIndex::~TVirtualIndex
~TVirtualIndex() override
Definition
TVirtualIndex.cxx:32
TVirtualIndex::fTree
TTree * fTree
Definition
TVirtualIndex.h:33
tree
tree
src
TVirtualIndex.cxx
ROOT v6-32 - Reference Guide Generated on Fri Mar 14 2025 14:25:42 (GVA Time) using Doxygen 1.10.0