![]() |
ATLAS Offline Software
|
Classes | |
| class | histPerDir_t |
| struct | histDir_t |
Public Member Functions | |
| histCollection (bool debug=false) | |
| void | addDirectory (TDirectory *dir, const std::string &dirName) |
| size_t | size () |
| void | addFile (TFile *in) |
| void | print () |
| void | write (TFile *out) |
| void | addExclusion (const std::string &dir) |
Private Member Functions | |
| bool | isExcluded (const std::string &dir) |
Private Attributes | |
| std::map< std::string, histDir_t, std::less<> > | m_data |
| bool | m_dbg |
| std::vector< std::string > | m_exclusion |
Definition at line 51 of file LArQuickHistMerge.cxx.
|
inlineexplicit |
Definition at line 55 of file LArQuickHistMerge.cxx.
| void histCollection::addDirectory | ( | TDirectory * | dir, |
| const std::string & | dirName ) |
Definition at line 297 of file LArQuickHistMerge.cxx.
| void histCollection::addExclusion | ( | const std::string & | dir | ) |
Definition at line 89 of file LArQuickHistMerge.cxx.
| void histCollection::addFile | ( | TFile * | in | ) |
Definition at line 352 of file LArQuickHistMerge.cxx.
|
private |
Definition at line 94 of file LArQuickHistMerge.cxx.
| void histCollection::print | ( | ) |
Definition at line 113 of file LArQuickHistMerge.cxx.
|
inline |
Definition at line 57 of file LArQuickHistMerge.cxx.
| void histCollection::write | ( | TFile * | out | ) |
Definition at line 377 of file LArQuickHistMerge.cxx.
|
private |
Definition at line 82 of file LArQuickHistMerge.cxx.
|
private |
Definition at line 83 of file LArQuickHistMerge.cxx.
|
private |
Definition at line 84 of file LArQuickHistMerge.cxx.