![]() |
ATLAS Offline Software
|
#include "RDataSource.h"#include "xAODRootAccess/TEvent.h"#include "xAODRootAccess/tools/Message.h"#include <TChain.h>#include <TFile.h>#include <TROOT.h>#include <TError.h>#include <algorithm>#include <memory>#include <stdexcept>Go to the source code of this file.
Namespaces | |
| namespace | xAOD |
| ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region. | |
Macros | |
| #define | PRINT_VERBOSE(MSG) |
| Helper macro for printing verbose messages for debugging. | |
Functions | |
| template<typename FIRST, typename SECOND> | |
| std::ostream & | xAOD::operator<< (std::ostream &out, const std::pair< FIRST, SECOND > &pair) |
| Helper print operator. | |
| template<typename T> | |
| std::ostream & | xAOD::operator<< (std::ostream &out, const std::vector< T > &vecvec) |
| Helper print operator. | |
| template<typename T> | |
| std::ostream & | xAOD::operator<< (std::ostream &out, const std::unordered_map< T, T > &umap) |
| Helper print operator. | |
| #define PRINT_VERBOSE | ( | MSG | ) |
Helper macro for printing verbose messages for debugging.
Definition at line 96 of file RDataSource.cxx.