|
star-travex
|
#include <fstream>#include <string>#include <unordered_map>#include "TChain.h"#include "TError.h"#include "TGeoNavigator.h"#include "TGeoManager.h"#include "TRandom.h"#include "GeaRootIO/TGeaEvent.h"#include "StiScan/StiScanEvent.h"#include "StiScan/StiScanPrgOptions.h"#include "StiScan/StiScanRootFile.h"Go to the source code of this file.
Typedefs | |
| typedef std::unordered_map< size_t, std::string > | Hash2StringMap |
Functions | |
| void | loop_over_tree (StiScanPrgOptions &prgOpts) |
| void | create_volume_hash_map (TGeoNavigator &geoNav, Hash2StringMap &hash2PathMap) |
| int | main (int argc, char **argv) |
Variables | |
| TGeoManager * | gGeoManager = nullptr |
| typedef std::unordered_map<size_t, std::string> Hash2StringMap |
Definition at line 16 of file stiscan.cc.
| void create_volume_hash_map | ( | TGeoNavigator & | geoNav, |
| Hash2StringMap & | hash2PathMap | ||
| ) |
Definition at line 112 of file stiscan.cc.
| void loop_over_tree | ( | StiScanPrgOptions & | prgOpts | ) |
Definition at line 54 of file stiscan.cc.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 25 of file stiscan.cc.
| TGeoManager* gGeoManager = nullptr |
Definition at line 18 of file stiscan.cc.
1.8.8