Public Member Functions |
Protected Member Functions |
Private Types |
Private Member Functions |
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 51 of file LauFitDataTree.hh. Member Typedef Documentation
The type used to contain the data for each event. Definition at line 183 of file LauFitDataTree.hh.
The type used to hold the leaves. Definition at line 186 of file LauFitDataTree.hh.
The type used to map the leaf names to the vector indices. Definition at line 180 of file LauFitDataTree.hh. Constructor & Destructor Documentation
Constructor.
Definition at line 43 of file LauFitDataTree.cc.
Destructor. Definition at line 55 of file LauFitDataTree.cc.
Copy constructor (not implemented) 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 218 of file LauFitDataTree.cc.
Disable all branches. Definition at line 279 of file LauFitDataTree.cc.
Disable the named branch.
Definition at line 294 of file LauFitDataTree.cc.
Enable all branches. Definition at line 284 of file LauFitDataTree.cc.
Enable the named branch.
Definition at line 289 of file LauFitDataTree.cc.
Find all of the branches in the tree.
Definition at line 92 of file LauFitDataTree.cc.
Retrieve the data for a given event.
Definition at line 348 of file LauFitDataTree.cc.
Check if the named branch is stored.
Definition at line 273 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 299 of file LauFitDataTree.cc.
Obtain the number of branches in the tree.
Definition at line 206 of file LauFitDataTree.cc.
Retrieve the number of events.
Definition at line 116 of file LauFitDataTree.hh.
Retrieve the number of fake events.
Definition at line 122 of file LauFitDataTree.hh.
Retrieve the total number of events.
Definition at line 128 of file LauFitDataTree.hh.
Retrieve the number of events in the tree.
Definition at line 110 of file LauFitDataTree.hh.
Open the file and tree. Definition at line 64 of file LauFitDataTree.cc.
Copy assignment operator (not implemented)
Read all events from the tree. Definition at line 342 of file LauFitDataTree.cc.
Read events only for the given experiment.
Definition at line 158 of file LauFitDataTree.cc.
Member Data Documentation
Stores the current event. Definition at line 207 of file LauFitDataTree.hh.
Stores the current event (for external use) Definition at line 210 of file LauFitDataTree.hh.
A list of the events in the current experiment. Definition at line 201 of file LauFitDataTree.hh.
The fake events, which are not from the tree. Definition at line 219 of file LauFitDataTree.hh.
Stores the mapping from the leaf names to the vector indices. Definition at line 204 of file LauFitDataTree.hh.
The leaf objects. Definition at line 213 of file LauFitDataTree.hh.
The file containing the data. Definition at line 195 of file LauFitDataTree.hh.
The name of the file containing the data. Definition at line 189 of file LauFitDataTree.hh.
The tree containing the data. Definition at line 198 of file LauFitDataTree.hh.
The name of the tree ocntaining the data. Definition at line 192 of file LauFitDataTree.hh.
The events read from the tree. Definition at line 216 of file LauFitDataTree.hh. The documentation for this class was generated from the following files:
Generated by 1.8.5 |