#include "TBranchProxyDirector.h"#include "TTree.h"#include "TClonesArray.h"#include "Riostream.h"#include "TError.h"#include "TVirtualCollectionProxy.h"#include <list>#include <algorithm>Go to the source code of this file.
Namespaces | |
| namespace | ROOT |
Classes | |
| class | ROOT::TBranchProxyHelper |
| class | ROOT::TBranchProxy |
| class | ROOT::TArrayCharProxy |
| class | ROOT::TClaProxy |
| class | ROOT::TStlProxy |
| class | ROOT::TImpProxy< T > |
| struct | ROOT::TArrayType< T, d > |
| struct | ROOT::TArrayType< T, 0 > |
| struct | ROOT::TMultiArrayType< T, d > |
| class | ROOT::TArrayProxy< T > |
| class | ROOT::TClaImpProxy< T > |
| class | ROOT::TStlImpProxy< T > |
| class | ROOT::TClaArrayProxy< T > |
| class | ROOT::TStlArrayProxy< T > |
Typedefs | |
| typedef TImpProxy< Double_t > | ROOT::TDoubleProxy |
| typedef TImpProxy< Double32_t > | ROOT::TDouble32Proxy |
| typedef TImpProxy< Float_t > | ROOT::TFloatProxy |
| typedef TImpProxy< Float16_t > | ROOT::TFloat16Proxy |
| typedef TImpProxy< UInt_t > | ROOT::TUIntProxy |
| typedef TImpProxy< ULong_t > | ROOT::TULongProxy |
| typedef TImpProxy< ULong64_t > | ROOT::TULong64Proxy |
| typedef TImpProxy< UShort_t > | ROOT::TUShortProxy |
| typedef TImpProxy< UChar_t > | ROOT::TUCharProxy |
| typedef TImpProxy< Int_t > | ROOT::TIntProxy |
| typedef TImpProxy< Long_t > | ROOT::TLongProxy |
| typedef TImpProxy< Long64_t > | ROOT::TLong64Proxy |
| typedef TImpProxy< Short_t > | ROOT::TShortProxy |
| typedef TImpProxy< Char_t > | ROOT::TCharProxy |
| typedef TImpProxy< Bool_t > | ROOT::TBoolProxy |
| typedef TArrayProxy< TArrayType< Double_t > > | ROOT::TArrayDoubleProxy |
| typedef TArrayProxy< TArrayType< Double32_t > > | ROOT::TArrayDouble32Proxy |
| typedef TArrayProxy< TArrayType< Float_t > > | ROOT::TArrayFloatProxy |
| typedef TArrayProxy< TArrayType< Float16_t > > | ROOT::TArrayFloat16Proxy |
| typedef TArrayProxy< TArrayType< UInt_t > > | ROOT::TArrayUIntProxy |
| typedef TArrayProxy< TArrayType< ULong_t > > | ROOT::TArrayULongProxy |
| typedef TArrayProxy< TArrayType< ULong64_t > > | ROOT::TArrayULong64Proxy |
| typedef TArrayProxy< TArrayType< UShort_t > > | ROOT::TArrayUShortProxy |
| typedef TArrayProxy< TArrayType< UChar_t > > | ROOT::TArrayUCharProxy |
| typedef TArrayProxy< TArrayType< Int_t > > | ROOT::TArrayIntProxy |
| typedef TArrayProxy< TArrayType< Long_t > > | ROOT::TArrayLongProxy |
| typedef TArrayProxy< TArrayType< Long64_t > > | ROOT::TArrayLong64Proxy |
| typedef TArrayProxy< TArrayType< UShort_t > > | ROOT::TArrayShortProxy |
| typedef TArrayProxy< TArrayType< Bool_t > > | ROOT::TArrayBoolProxy |
| typedef TClaImpProxy< Double_t > | ROOT::TClaDoubleProxy |
| typedef TClaImpProxy< Double32_t > | ROOT::TClaDouble32Proxy |
| typedef TClaImpProxy< Float_t > | ROOT::TClaFloatProxy |
| typedef TClaImpProxy< Float16_t > | ROOT::TClaFloat16Proxy |
| typedef TClaImpProxy< UInt_t > | ROOT::TClaUIntProxy |
| typedef TClaImpProxy< ULong_t > | ROOT::TClaULongProxy |
| typedef TClaImpProxy< ULong64_t > | ROOT::TClaULong64Proxy |
| typedef TClaImpProxy< UShort_t > | ROOT::TClaUShortProxy |
| typedef TClaImpProxy< UChar_t > | ROOT::TClaUCharProxy |
| typedef TClaImpProxy< Int_t > | ROOT::TClaIntProxy |
| typedef TClaImpProxy< Long_t > | ROOT::TClaLongProxy |
| typedef TClaImpProxy< Long64_t > | ROOT::TClaLong64Proxy |
| typedef TClaImpProxy< Short_t > | ROOT::TClaShortProxy |
| typedef TClaImpProxy< Char_t > | ROOT::TClaCharProxy |
| typedef TClaImpProxy< Bool_t > | ROOT::TClaBoolProxy |
| typedef TClaArrayProxy< TArrayType< Double_t > > | ROOT::TClaArrayDoubleProxy |
| typedef TClaArrayProxy< TArrayType< Double32_t > > | ROOT::TClaArrayDouble32Proxy |
| typedef TClaArrayProxy< TArrayType< Float_t > > | ROOT::TClaArrayFloatProxy |
| typedef TClaArrayProxy< TArrayType< Float16_t > > | ROOT::TClaArrayFloat16Proxy |
| typedef TClaArrayProxy< TArrayType< UInt_t > > | ROOT::TClaArrayUIntProxy |
| typedef TClaArrayProxy< TArrayType< ULong_t > > | ROOT::TClaArrayULongProxy |
| typedef TClaArrayProxy< TArrayType< ULong64_t > > | ROOT::TClaArrayULong64Proxy |
| typedef TClaArrayProxy< TArrayType< UShort_t > > | ROOT::TClaArrayUShortProxy |
| typedef TClaArrayProxy< TArrayType< UChar_t > > | ROOT::TClaArrayUCharProxy |
| typedef TClaArrayProxy< TArrayType< Int_t > > | ROOT::TClaArrayIntProxy |
| typedef TClaArrayProxy< TArrayType< Long_t > > | ROOT::TClaArrayLongProxy |
| typedef TClaArrayProxy< TArrayType< Long64_t > > | ROOT::TClaArrayLong64Proxy |
| typedef TClaArrayProxy< TArrayType< UShort_t > > | ROOT::TClaArrayShortProxy |
| typedef TClaArrayProxy< TArrayType< Char_t > > | ROOT::TClaArrayCharProxy |
| typedef TClaArrayProxy< TArrayType< Bool_t > > | ROOT::TClaArrayBoolProxy |
| typedef TStlImpProxy< Double_t > | ROOT::TStlDoubleProxy |
| typedef TStlImpProxy< Double32_t > | ROOT::TStlDouble32Proxy |
| typedef TStlImpProxy< Float_t > | ROOT::TStlFloatProxy |
| typedef TStlImpProxy< Float16_t > | ROOT::TStlFloat16Proxy |
| typedef TStlImpProxy< UInt_t > | ROOT::TStlUIntProxy |
| typedef TStlImpProxy< ULong_t > | ROOT::TStlULongProxy |
| typedef TStlImpProxy< ULong64_t > | ROOT::TStlULong64Proxy |
| typedef TStlImpProxy< UShort_t > | ROOT::TStlUShortProxy |
| typedef TStlImpProxy< UChar_t > | ROOT::TStlUCharProxy |
| typedef TStlImpProxy< Int_t > | ROOT::TStlIntProxy |
| typedef TStlImpProxy< Long_t > | ROOT::TStlLongProxy |
| typedef TStlImpProxy< Long64_t > | ROOT::TStlLong64Proxy |
| typedef TStlImpProxy< Short_t > | ROOT::TStlShortProxy |
| typedef TStlImpProxy< Char_t > | ROOT::TStlCharProxy |
| typedef TStlImpProxy< Bool_t > | ROOT::TStlBoolProxy |
| typedef TStlArrayProxy< TArrayType< Double_t > > | ROOT::TStlArrayDoubleProxy |
| typedef TStlArrayProxy< TArrayType< Double32_t > > | ROOT::TStlArrayDouble32Proxy |
| typedef TStlArrayProxy< TArrayType< Float_t > > | ROOT::TStlArrayFloatProxy |
| typedef TStlArrayProxy< TArrayType< Float16_t > > | ROOT::TStlArrayFloat16Proxy |
| typedef TStlArrayProxy< TArrayType< UInt_t > > | ROOT::TStlArrayUIntProxy |
| typedef TStlArrayProxy< TArrayType< ULong_t > > | ROOT::TStlArrayULongProxy |
| typedef TStlArrayProxy< TArrayType< ULong64_t > > | ROOT::TStlArrayULong64Proxy |
| typedef TStlArrayProxy< TArrayType< UShort_t > > | ROOT::TStlArrayUShortProxy |
| typedef TStlArrayProxy< TArrayType< UChar_t > > | ROOT::TStlArrayUCharProxy |
| typedef TStlArrayProxy< TArrayType< Int_t > > | ROOT::TStlArrayIntProxy |
| typedef TStlArrayProxy< TArrayType< Long_t > > | ROOT::TStlArrayLongProxy |
| typedef TStlArrayProxy< TArrayType< Long64_t > > | ROOT::TStlArrayLong64Proxy |
| typedef TStlArrayProxy< TArrayType< UShort_t > > | ROOT::TStlArrayShortProxy |
| typedef TStlArrayProxy< TArrayType< Char_t > > | ROOT::TStlArrayCharProxy |
| typedef TStlArrayProxy< TArrayType< Bool_t > > | ROOT::TStlArrayBoolProxy |
1.5.1