![]() |
reconRootData | |
| Introduction Overview Doxygen documentation
|
IntroductionThe reconRootData package defines the Root classes used to store detailed reconstruction data within a Root tree file. If you desire to analyze the reconstruction data in detail, including all of the found tracks from the TkrRecon and the reconstructed energy responses from all CAL logs - then the recon ROOT file is for you. OverviewEvery Recon object contains the following:
Here is the logical structure of the reconRootData classes:
Fundamentally, the Recon ROOT Tree files contain header information - including the run and event Ids, the data from the TKR reconstruction, and the CAL reconstruction data. The header information contains most notably the
run and event ids. The TKR reconstruction includes a list of all found tracks, all silicon clusters, and finally a list of all reconstructed gammas, if any. Each track has a list of silicon hits associated with it, as well as a list of locators. The locator lists are basically position and an associated direction vector at various positions along the track. The CAL reconstruction data is a list of CAL logs and their reconstructed response. In addition, there is a list of CAL clusters found by the CAL reconstruction, with its own list of CAL logs that are associated with the cluster. Here is a class diagram. |