Public Member Functions |
Protected Member Functions |
Private Types |
Private Attributes |
List of all members
LauFitDataTree Class Reference Class to store the input fit variables. More...
Detailed DescriptionClass to store the input fit variables. Events are loaded from a tree and fake events may be added manually. Definition at line 37 of file LauFitDataTree.hh. Member Typedef Documentation
The type used to contain the data for each event. Definition at line 163 of file LauFitDataTree.hh.
The type used to hold the leaves. Definition at line 166 of file LauFitDataTree.hh.
The type used to map the leaf names to the vector indices. Definition at line 160 of file LauFitDataTree.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 29 of file LauFitDataTree.cc.
Destructor. Definition at line 41 of file LauFitDataTree.cc. Member Function Documentation
Add fake events to the data. Used, for example, for storing the information on the histogram bin centres for calculating the DP smearing of mis-reconstructed events, see, for example, LauSimpleFitModel::splitSignalComponent and LauScfMap
Definition at line 182 of file LauFitDataTree.cc.
Disable all branches. Definition at line 243 of file LauFitDataTree.cc.
Disable the named branch.
Definition at line 258 of file LauFitDataTree.cc.
Enable all branches. Definition at line 248 of file LauFitDataTree.cc.
Enable the named branch.
Definition at line 253 of file LauFitDataTree.cc.
Find all of the branches in the tree.
Definition at line 78 of file LauFitDataTree.cc.
Retrieve the data for a given event.
Definition at line 312 of file LauFitDataTree.cc.
Check if the named branch is stored.
Definition at line 237 of file LauFitDataTree.cc.
Load events from the tree. If an event list is present, load only those events, otherwise load all events Definition at line 263 of file LauFitDataTree.cc.
Obtain the number of branches in the tree.
Definition at line 170 of file LauFitDataTree.cc.
Retrieve the number of events.
Definition at line 102 of file LauFitDataTree.hh.
Retrieve the number of fake events.
Definition at line 108 of file LauFitDataTree.hh.
Retrieve the total number of events.
Definition at line 114 of file LauFitDataTree.hh.
Retrieve the number of events in the tree.
Definition at line 96 of file LauFitDataTree.hh.
Open the file and tree. Definition at line 50 of file LauFitDataTree.cc.
Read all events from the tree. Definition at line 306 of file LauFitDataTree.cc.
Read events only for the given experiment.
Definition at line 144 of file LauFitDataTree.cc.
Member Data Documentation
Stores the current event. Definition at line 187 of file LauFitDataTree.hh.
Stores the current event (for external use) Definition at line 190 of file LauFitDataTree.hh.
A list of the events in the current experiment. Definition at line 181 of file LauFitDataTree.hh.
The fake events, which are not from the tree. Definition at line 199 of file LauFitDataTree.hh.
Stores the mapping from the leaf names to the vector indices. Definition at line 184 of file LauFitDataTree.hh.
The leaf objects. Definition at line 193 of file LauFitDataTree.hh.
The file containing the data. Definition at line 175 of file LauFitDataTree.hh.
The name of the file containing the data. Definition at line 169 of file LauFitDataTree.hh.
The tree containing the data. Definition at line 178 of file LauFitDataTree.hh.
The name of the tree ocntaining the data. Definition at line 172 of file LauFitDataTree.hh.
The events read from the tree. Definition at line 196 of file LauFitDataTree.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |