|
pueoAnalysisTools
|
Contains only one utility function currently. More...
#include <filesystem>#include <regex>#include <iostream>#include "TChain.h"Go to the source code of this file.
Functions | |
| int | prepare_icefinal_chain (std::filesystem::path PUEO_MC_DATA, std::unique_ptr< TChain > &passTree_chain_ptr, std::unique_ptr< TChain > &allTree_chain_ptr) |
Prepares two TChains that combine all the IceFinal_*_allTree.root files in the simulation output directory. | |
Contains only one utility function currently.
CMakeLists.txt to see how this is done) Definition in file util.h.
|
inline |
Prepares two TChains that combine all the IceFinal_*_allTree.root files in the simulation output directory.
| [in] | PUEO_MC_DATA | See effective_area.PUEO_MC_DATA |
| [in] | allTree_chain_ptr | See effective_area.allTree_chain_ptr |
| [in] | passTree_chain_ptr | See effective_area.passTree_chain_ptr |