ROOT 6.14/05 Reference Guide |
Implement some of the functionality of the class TTree requiring access to extra libraries (Histogram, display, etc).
Definition at line 37 of file TTreePlayer.h.
Public Member Functions | |
TTreePlayer () | |
Default Tree constructor. More... | |
virtual | ~TTreePlayer () |
Tree destructor. More... | |
virtual TVirtualIndex * | BuildIndex (const TTree *T, const char *majorname, const char *minorname) |
Build the index for the tree (see TTree::BuildIndex) More... | |
virtual TTree * | CopyTree (const char *selection, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Copy a Tree with selection, make a clone of this Tree header, then copy the selected entries. More... | |
virtual Long64_t | DrawScript (const char *wrapperPrefix, const char *macrofilename, const char *cutfilename, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Draw the result of a C++ script. More... | |
virtual Long64_t | DrawSelect (const char *varexp, const char *selection, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Draw expression varexp for specified entries that matches the selection. More... | |
virtual Int_t | Fit (const char *formula, const char *varexp, const char *selection, Option_t *option, Option_t *goption, Long64_t nentries, Long64_t firstentry) |
Fit a projected item(s) from a Tree. More... | |
virtual Int_t | GetDimension () const |
virtual Long64_t | GetEntries (const char *selection) |
Return the number of entries matching the selection. More... | |
virtual Long64_t | GetEntriesToProcess (Long64_t firstentry, Long64_t nentries) const |
return the number of entries to be processed this function checks that nentries is not bigger than the number of entries in the Tree or in the associated TEventlist More... | |
TH1 * | GetHistogram () const |
virtual Int_t | GetNfill () const |
const char * | GetScanFileName () const |
TTreeFormula * | GetSelect () const |
virtual Long64_t | GetSelectedRows () const |
TSelector * | GetSelector () const |
TSelector * | GetSelectorFromFile () const |
virtual Double_t * | GetV1 () const |
virtual Double_t * | GetV2 () const |
virtual Double_t * | GetV3 () const |
virtual Double_t * | GetV4 () const |
virtual Double_t * | GetVal (Int_t i) const |
TTreeFormula * | GetVar (Int_t i) const |
TTreeFormula * | GetVar1 () const |
TTreeFormula * | GetVar2 () const |
TTreeFormula * | GetVar3 () const |
TTreeFormula * | GetVar4 () const |
virtual Double_t * | GetW () const |
virtual Int_t | MakeClass (const char *classname, Option_t *option) |
Generate skeleton analysis class for this Tree. More... | |
virtual Int_t | MakeCode (const char *filename) |
Generate skeleton function for this Tree. More... | |
virtual Int_t | MakeProxy (const char *classname, const char *macrofilename=0, const char *cutfilename=0, const char *option=0, Int_t maxUnrolling=3) |
Generate a skeleton analysis class for this Tree using TBranchProxy. More... | |
virtual Int_t | MakeReader (const char *classname, Option_t *option) |
Generate skeleton selector class for this tree. More... | |
TPrincipal * | Principal (const char *varexp, const char *selection, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Interface to the Principal Components Analysis class. More... | |
virtual Long64_t | Process (const char *filename, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Process this tree executing the TSelector code in the specified filename. More... | |
virtual Long64_t | Process (TSelector *selector, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Process this tree executing the code in the specified selector. More... | |
virtual TSQLResult * | Query (const char *varexp, const char *selection, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Loop on Tree and return TSQLResult object containing entries passing selection. More... | |
virtual void | RecursiveRemove (TObject *obj) |
cleanup pointers in the player pointing to obj More... | |
virtual Long64_t | Scan (const char *varexp, const char *selection, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Loop on Tree and print entries passing selection. More... | |
Bool_t | ScanRedirected () |
virtual void | SetEstimate (Long64_t n) |
Set number of entries to estimate variable limits. More... | |
void | SetScanFileName (const char *name) |
void | SetScanRedirect (Bool_t on=kFALSE) |
virtual void | SetTree (TTree *t) |
virtual void | StartViewer (Int_t ww, Int_t wh) |
Start the TTreeViewer on this TTree. More... | |
virtual Int_t | UnbinnedFit (const char *formula, const char *varexp, const char *selection, Option_t *option, Long64_t nentries, Long64_t firstentry) |
Unbinned fit of one or more variable(s) from a Tree. More... | |
virtual void | UpdateFormulaLeaves () |
this function is called by TChain::LoadTree when a new Tree is loaded. More... | |
Public Member Functions inherited from TVirtualTreePlayer | |
TVirtualTreePlayer () | |
virtual | ~TVirtualTreePlayer () |
Common destructor. More... | |
Public Member Functions inherited from TObject | |
TObject () | |
TObject constructor. More... | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
ULong_t | CheckedHash () |
Checked and record whether for this class has a consistent Hash/RecursiveRemove setup (*) and then return the regular Hash value for this object. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current selected pad for instance with: gROOT->SetSelectedPad(gPad) . More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual Option_t * | GetOption () const |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
Bool_t | HasInconsistentHash () const |
Return true is the type of this object is known to have an inconsistent setup for Hash and RecursiveRemove (i.e. More... | |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
void | InvertBit (UInt_t f) |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
R__ALWAYS_INLINE Bool_t | IsOnHeap () const |
virtual Bool_t | IsSortable () const |
R__ALWAYS_INLINE Bool_t | IsZombie () const |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void * | operator new (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz) |
void * | operator new[] (size_t sz, void *vp) |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual void | Print (Option_t *option="") const |
This method must be overridden when a class wants to print itself. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
void | ResetBit (UInt_t f) |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
R__ALWAYS_INLINE Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
Protected Member Functions | |
void | DeleteSelectorFromFile () |
Delete any selector created by this object. More... | |
const char * | GetNameByIndex (TString &varexp, Int_t *index, Int_t colindex) |
Set to the selector address when it's entry list needs to be updated by the UpdateFormulaLeaves function. More... | |
void | TakeAction (Int_t nfill, Int_t &npoints, Int_t &action, TObject *obj, Option_t *option) |
void | TakeEstimate (Int_t nfill, Int_t &npoints, Int_t action, TObject *obj, Option_t *option) |
Protected Member Functions inherited from TObject | |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
void | MakeZombie () |
Protected Attributes | |
Int_t | fDimension |
TList * | fFormulaList |
input list to the selector More... | |
TH1 * | fHistogram |
TList * | fInput |
Pointer to the actual class of the TSelectorFromFile. More... | |
const char * | fScanFileName |
Bool_t | fScanRedirect |
Pointer to current Tree. More... | |
Long64_t | fSelectedRows |
TSelectorDraw * | fSelector |
Pointer to histogram used for the projection. More... | |
TClass * | fSelectorClass |
Pointer to a user defined selector created by this TTreePlayer object. More... | |
TSelector * | fSelectorFromFile |
Pointer to current selector. More... | |
TSelector * | fSelectorUpdate |
Pointer to a list of coordinated list TTreeFormula (used by Scan and Query) More... | |
TTree * | fTree |
Private Member Functions | |
TTreePlayer (const TTreePlayer &) | |
TTreePlayer & | operator= (const TTreePlayer &) |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kInconsistent = 0x08000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
enum | EDeprecatedStatusBits { kObjInCanvas = BIT(3) } |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
Static Public Member Functions inherited from TVirtualTreePlayer | |
static TVirtualTreePlayer * | GetCurrentPlayer () |
Static function: return the current player (if any) More... | |
static void | SetPlayer (const char *player) |
Static function to set an alternative Tree player. More... | |
static TVirtualTreePlayer * | TreePlayer (TTree *obj) |
Static function returning a pointer to a Tree player. More... | |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Static Public Attributes inherited from TVirtualTreePlayer | |
static constexpr Long64_t | kMaxEntries = std::numeric_limits<Long64_t>::max() |
#include <TTreePlayer.h>
|
private |
TTreePlayer::TTreePlayer | ( | ) |
Default Tree constructor.
Definition at line 98 of file TTreePlayer.cxx.
|
virtual |
Tree destructor.
Definition at line 127 of file TTreePlayer.cxx.
|
virtual |
Build the index for the tree (see TTree::BuildIndex)
Implements TVirtualTreePlayer.
Definition at line 141 of file TTreePlayer.cxx.
|
virtual |
Copy a Tree with selection, make a clone of this Tree header, then copy the selected entries.
IMPORTANT: The copied tree stays connected with this tree until this tree is deleted. In particular, any changes in branch addresses in this tree are forwarded to the clone trees. Any changes made to the branch addresses of the copied trees are over-ridden anytime this tree changes its branch addresses. Once this tree is deleted, all the addresses of the copied tree are reset to their default values.
The following example illustrates how to copy some events from the Tree generated in $ROOTSYS/test/Event
Implements TVirtualTreePlayer.
Definition at line 186 of file TTreePlayer.cxx.
|
protected |
Delete any selector created by this object.
The selector has been created using TSelector::GetSelector(file)
Definition at line 251 of file TTreePlayer.cxx.
|
virtual |
Draw the result of a C++ script.
The macrofilename and optionally cutfilename are assumed to contain at least a method with the same name as the file. The method should return a value that can be automatically cast to respectively a double and a boolean.
Both methods will be executed in a context such that the branch names can be used as C++ variables. This is accomplished by generating a TTreeProxy (see MakeProxy) and including the files in the proper location.
If the branch name can not be used a proper C++ symbol name, it will be modified as follow:
If a cutfilename is specified, for each entry, we execute
If no cutfilename is specified, for each entry we execute
The default for the histogram are the same as for TTreePlayer::DrawSelect
Implements TVirtualTreePlayer.
Definition at line 294 of file TTreePlayer.cxx.
|
virtual |
Draw expression varexp for specified entries that matches the selection.
Returns -1 in case of error or number of selected events in case of success.
See the documentation of TTree::Draw for the complete details.
Implements TVirtualTreePlayer.
Definition at line 338 of file TTreePlayer.cxx.
|
virtual |
Fit a projected item(s) from a Tree.
Returns -1 in case of error or number of selected events in case of success.
The formula is a TF1 expression.
See TTree::Draw for explanations of the other parameters.
By default the temporary histogram created is called htemp. If varexp contains >>hnew , the new histogram created is called hnew and it is kept in the current directory. Example:
The function returns the status of the histogram fit (see TH1::Fit) If no entries were selected, the function returns -1; (i.e. fitResult is null if the fit is OK)
Implements TVirtualTreePlayer.
Definition at line 560 of file TTreePlayer.cxx.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 76 of file TTreePlayer.h.
|
virtual |
Return the number of entries matching the selection.
Return -1 in case of errors.
If the selection uses any arrays or containers, we return the number of entries where at least one element match the selection. GetEntries is implemented using the selector class TSelectorEntries, which can be used directly (see code in TTreePlayer::GetEntries) for additional option. If SetEventList was used on the TTree or TChain, only that subset of entries will be considered.
Implements TVirtualTreePlayer.
Definition at line 590 of file TTreePlayer.cxx.
return the number of entries to be processed this function checks that nentries is not bigger than the number of entries in the Tree or in the associated TEventlist
Definition at line 603 of file TTreePlayer.cxx.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 77 of file TTreePlayer.h.
|
protected |
Set to the selector address when it's entry list needs to be updated by the UpdateFormulaLeaves function.
Return name corresponding to colindex in varexp.
Definition at line 623 of file TTreePlayer.cxx.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 80 of file TTreePlayer.h.
|
inline |
Definition at line 81 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 82 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 83 of file TTreePlayer.h.
|
inline |
Definition at line 84 of file TTreePlayer.h.
|
inline |
Definition at line 85 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 99 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 101 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 103 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 105 of file TTreePlayer.h.
Implements TVirtualTreePlayer.
Definition at line 97 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 87 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 89 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 91 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 93 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 95 of file TTreePlayer.h.
|
inlinevirtual |
Implements TVirtualTreePlayer.
Definition at line 106 of file TTreePlayer.h.
Generate skeleton analysis class for this Tree.
The following files are produced: classname.h and classname.C If classname is 0, classname will be called "nameoftree.
The generated code in classname.h includes the following:
The generated code in classname.C includes only the main analysis function Loop.
To use this function:
where T is the name of the Tree in file myfile.root and MyClass.h, MyClass.C the name of the files created by this function. In a ROOT session, you can do:
NOTE: Do not use the code generated for one Tree in case of a TChain. Maximum dimensions calculated on the basis of one TTree only might be too small when processing all the TTrees in one TChain. Instead of myTree.MakeClass(.., use myChain.MakeClass(..
Implements TVirtualTreePlayer.
Definition at line 719 of file TTreePlayer.cxx.
|
virtual |
Generate skeleton function for this Tree.
The function code is written on filename. If filename is 0, filename will be called nameoftree.C
The generated code includes the following:
To use this function:
NOTE: Since the implementation of this function, a new and better function TTree::MakeClass() has been developed.
Implements TVirtualTreePlayer.
Definition at line 1549 of file TTreePlayer.cxx.
|
virtual |
Generate a skeleton analysis class for this Tree using TBranchProxy.
TBranchProxy is the base of a class hierarchy implementing an indirect access to the content of the branches of a TTree.
"proxyClassname" is expected to be of the form:
The skeleton will then be generated in the file:
located in the current directory or in 'path/' if it is specified. The class generated will be named 'fileprefix'. If the fileprefix contains a period, the right side of the period will be used as the extension (instead of 'h') and the left side will be used as the classname.
"macrofilename" and optionally "cutfilename" are expected to point to source file which will be included in by the generated skeletong. Method of the same name as the file(minus the extension and path) will be called by the generated skeleton's Process method as follow:
"option" can be used select some of the optional features during the code generation. The possible options are:
'maxUnrolling' controls how deep in the class hierarchy does the system 'unroll' class that are not split. 'unrolling' a class will allow direct access to its data members a class (this emulates the behavior of TTreeFormula).
The main features of this skeleton are:
For example with Event.root, if
is executed by one of the method of the skeleton, somepx will be updated with the current value of fPx of the 3rd track.
Both macrofilename and the optional cutfilename are expected to be the name of source files which contain at least a free standing function with the signature:
and
x_t and y_t needs to be types that can convert respectively to a double and a bool (because the skeleton uses:
This 2 functions are run in a context such that the branch names are available as local variables of the correct (read-only) type.
Note that if you use the same 'variable' twice, it is more efficient to 'cache' the value. For example
is more efficient than
Access to TClonesArray.
If a branch (or member) is a TClonesArray (let's say fTracks), you can access the TClonesArray itself by using ->:
However this will load the full TClonesArray object and its content. To quickly read the size of the TClonesArray use (note the dot):
This will read only the size from disk if the TClonesArray has been split. To access the content of the TClonesArray, use the [] operator:
Warning:
The variable actually use for access are 'wrapper' around the real data type (to add autoload for example) and hence getting to the data involves the implicit call to a C++ conversion operator. This conversion is automatic in most case. However it is not invoked in a few cases, in particular in variadic function (like printf). So when using printf you should either explicitly cast the value or use any intermediary variable:
Also, optionally, the generated selector will also call methods named macrofilename_methodname in each of 6 main selector methods if the method macrofilename_methodname exist (Where macrofilename is stripped of its extension).
Concretely, with the script named h1analysisProxy.C,
If a file name macrofilename.h (or .hh, .hpp, .hxx, .hPP, .hXX) exist it is included before the declaration of the proxy class. This can be used in particular to insure that the include files needed by the macro file are properly loaded.
The default histogram is accessible via the variable named 'htemp'.
If the library of the classes describing the data in the branch is loaded, the skeleton will add the needed include
statements and give the ability to access the object stored in the branches.
To draw px using the file `hsimple.root (generated by the hsimple.C tutorial), we need a file named hsimple.cxx:
MakeProxy can then be used indirectly via the TTree::Draw interface as follow:
A more complete example is available in the tutorials directory: h1analysisProxy.cxx , h1analysProxy.h and h1analysisProxyCut.C which reimplement the selector found in h1analysis.C
Implements TVirtualTreePlayer.
Definition at line 1914 of file TTreePlayer.cxx.
Generate skeleton selector class for this tree.
The following files are produced: classname.h and classname.C. If classname is 0, the selector will be called "nameoftree". The option can be used to specify the branches that will have a data member.
The generated code in classname.h includes the following:
The selector derives from TSelector. The generated code in classname.C includes empty functions defined above.
To use this function:
TFile f("myfile.root");
)T->MakeSelector("myselect");
where T
is the name of the Tree in file myfile.root
and myselect.h
, myselect.C
the name of the files created by this function.In a ROOT session, you can do:
Implements TVirtualTreePlayer.
Definition at line 1974 of file TTreePlayer.cxx.
|
private |
|
virtual |
Interface to the Principal Components Analysis class.
Create an instance of TPrincipal Fill it with the selected variables
return a pointer to the TPrincipal object. It is the user responsibility to delete this object.
The option default value is "np"
See TTreePlayer::DrawSelect for explanation of the other parameters.
Implements TVirtualTreePlayer.
Definition at line 2004 of file TTreePlayer.cxx.
|
virtual |
Process this tree executing the TSelector code in the specified filename.
The return value is -1 in case of error and TSelector::GetStatus() in in case of success.
The code in filename is loaded (interpreted or compiled, see below), filename must contain a valid class implementation derived from TSelector, where TSelector has the following member functions:
If filename is of the form file.C, the file will be interpreted. If filename is of the form file.C++, the file file.C will be compiled and dynamically loaded.
If filename is of the form file.C+, the file file.C will be compiled and dynamically loaded. At next call, if file.C is older than file.o and file.so, the file.C is not compiled, only file.so is loaded.
It may be more interesting to invoke directly the other Process function accepting a TSelector* as argument.eg
One should not call this function twice with the same selector file in the same script. If this is required, proceed as indicated in NOTE1, by getting a pointer to the corresponding TSelector,eg ### workaround 1
or use ACLIC to compile the selector
Implements TVirtualTreePlayer.
Definition at line 2186 of file TTreePlayer.cxx.
|
virtual |
Process this tree executing the code in the specified selector.
The return value is -1 in case of error and TSelector::GetStatus() in in case of success.
The TSelector class has the following member functions:
Terminate(): called at the end of the loop on the tree, a convenient place to draw/fit your histograms.
If the Tree (Chain) has an associated EventList, the loop is on the nentries of the EventList, starting at firstentry, otherwise the loop is on the specified Tree entries.
Implements TVirtualTreePlayer.
Definition at line 2226 of file TTreePlayer.cxx.
|
virtual |
Loop on Tree and return TSQLResult object containing entries passing selection.
If varexp is 0 (or "") then print only first 8 columns. If varexp = "*" print all columns. Otherwise a columns selection can be made using "var1:var2:var3". In case of error 0 is returned otherwise a TSQLResult object which must be deleted by the user.
Implements TVirtualTreePlayer.
Definition at line 2798 of file TTreePlayer.cxx.
cleanup pointers in the player pointing to obj
Reimplemented from TObject.
Definition at line 2340 of file TTreePlayer.cxx.
|
virtual |
Loop on Tree and print entries passing selection.
If varexp is 0 (or "") then print only first 8 columns. If varexp = "*" print all columns. Otherwise a columns selection can be made using "var1:var2:var3". The function returns the number of entries passing the selection.
By default 50 rows are shown and you are asked for <CR>
to see the next 50 rows.
You can change the default number of rows to be shown before <CR>
via mytree->SetScanField(maxrows) where maxrows is 50 by default. if maxrows is set to 0 all rows of the Tree are shown.
This option is interesting when dumping the contents of a Tree to an ascii file, eg from the command line
will create a file tree.log
Arrays (within an entry) are printed in their linear forms. If several arrays with multiple dimensions are printed together, they will NOT be synchronized. For example print arr1[4][2] and arr2[2][3] will results in a printing similar to:
However, if there is a selection criterion which is an array, then all the formulas will be synchronized with the selection criterion (see TTreePlayer::DrawSelect for more information).
The options string can contains the following parameters:
For example:
Will print 3 columns, the first 2 columns will be 30 characters long, the third columns will be 20 characters long. The printing format used for the columns (assuming they are numbers) will be respectively:
Implements TVirtualTreePlayer.
Definition at line 2418 of file TTreePlayer.cxx.
|
inline |
Definition at line 120 of file TTreePlayer.h.
Set number of entries to estimate variable limits.
Implements TVirtualTreePlayer.
Definition at line 2931 of file TTreePlayer.cxx.
|
inline |
Definition at line 125 of file TTreePlayer.h.
Definition at line 124 of file TTreePlayer.h.
Implements TVirtualTreePlayer.
Definition at line 126 of file TTreePlayer.h.
Start the TTreeViewer on this TTree.
Implements TVirtualTreePlayer.
Definition at line 2942 of file TTreePlayer.cxx.
|
protected |
|
protected |
|
virtual |
Unbinned fit of one or more variable(s) from a Tree.
funcname is a TF1 function.
See TTree::Draw for explanations of the other parameters.
Fit the variable varexp using the function funcname using the selection cuts given by selection.
The list of fit options is given in parameter option.
You can specify boundary limits for some or all parameters via
if parmin>=parmax, the parameter is fixed
Note that you are not forced to fix the limits for all parameters. For example, if you fit a function with 6 parameters, you can do:
With this setup, parameters 0->3 can vary freely
Parameter 5 is fixed to 100.
For the fit to be meaningful, the function must be self-normalized.
i.e. It must have the same integral regardless of the parameter settings. Otherwise the fit will effectively just maximize the area.
It is mandatory to have a normalization variable which is fixed for the fit. e.g.
1, 2 and 3 Dimensional fits are supported. See also TTree::Fit
The function return the status of the fit in the following form
new implementation using new Fitter classes
Implements TVirtualTreePlayer.
Definition at line 3029 of file TTreePlayer.cxx.
|
virtual |
this function is called by TChain::LoadTree when a new Tree is loaded.
Because Trees in a TChain may have a different list of leaves, one must update the leaves numbers in the TTreeFormula used by the TreePlayer.
Implements TVirtualTreePlayer.
Definition at line 3126 of file TTreePlayer.cxx.
|
protected |
Definition at line 47 of file TTreePlayer.h.
|
protected |
input list to the selector
Definition at line 54 of file TTreePlayer.h.
|
protected |
Definition at line 49 of file TTreePlayer.h.
|
protected |
Pointer to the actual class of the TSelectorFromFile.
Definition at line 53 of file TTreePlayer.h.
|
protected |
Definition at line 46 of file TTreePlayer.h.
|
protected |
Pointer to current Tree.
Definition at line 45 of file TTreePlayer.h.
|
protected |
Definition at line 48 of file TTreePlayer.h.
|
protected |
Pointer to histogram used for the projection.
Definition at line 50 of file TTreePlayer.h.
|
protected |
Pointer to a user defined selector created by this TTreePlayer object.
Definition at line 52 of file TTreePlayer.h.
|
protected |
Pointer to current selector.
Definition at line 51 of file TTreePlayer.h.
|
protected |
Pointer to a list of coordinated list TTreeFormula (used by Scan and Query)
Definition at line 55 of file TTreePlayer.h.
|
protected |
Definition at line 44 of file TTreePlayer.h.