Changes between Version 3 and Version 4 of UserManual


Ignore:
Timestamp:
Sep 10, 2013, 10:01:05 AM (11 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • UserManual

    v3 v4  
    5151== Macro-based analysis ==
    5252
    53 ExRootAnalysis provides a set of classes simplifying access to the root ROOT trees. The most interesting class is ExRootTreeReader. This class provides simple methods sufficient to access every branch
     53!ExRootAnalysis provides a set of classes simplifying access to the root ROOT trees. The most interesting class is !ExRootTreeReader. This class provides simple methods sufficient to access every branch
    5454in every event stored in a ROOT tree:
    55  * ExRootTreeReader(TTree*) – constructor takes ROOT tree as parameter
    56  * Long64_t GetEntries() – returns total number of events stored on the tree
    57  * TClonesArray *UseBranch(branchName) – returns pointer to collection of branch
     55 * !ExRootTreeReader(TTree*) – constructor takes ROOT tree as parameter
     56 * Long64_t !GetEntries() – returns total number of events stored on the tree
     57 * TClonesArray *!UseBranch(branchName) – returns pointer to collection of branch
    5858elements and specifies branches needed for analysis
    5959