![]() |
ATLAS Offline Software
|
An object to load histograms from a root file. More...
#include <RunInput.h>
Public Member Functions | |
| RunInput () | |
| RunInput (string, ConfigurationLoader *) | |
| RunInput (vector< vector< string > >, vector< TH1 * >, vector< string >) | |
| ~RunInput () | |
| vector< vector< string > > | GetHistogramPaths () |
| vector< TH1 * > | GetHistograms () |
| vector< string > | GetHistogramTypes () |
Private Member Functions | |
| void | ExploreDirectory (TDirectoryFile *, vector< string >, int) |
| void | LoadConfiguration (ConfigurationLoader *) |
| bool | QuickSearchCheck (string, int) |
| bool | FullSearchCheck (vector< string > &) |
Private Attributes | |
| vector< TH1 * > | storedHistograms |
| vector< vector< string > > | storedPaths |
| vector< vector< string > > | searchStrings |
| vector< vector< string > > | quickSearchStrings |
| vector< string > | storedTypes |
| TFile * | inputFile |
An object to load histograms from a root file.
Definition at line 26 of file RunInput.h.
| RunInput::RunInput | ( | ) |
| RunInput::RunInput | ( | string | , |
| ConfigurationLoader * | ) |
| RunInput::~RunInput | ( | ) |
| vector< TH1 * > RunInput::GetHistograms | ( | ) |
|
private |
|
private |
|
private |
Definition at line 47 of file RunInput.h.
Definition at line 45 of file RunInput.h.
Definition at line 45 of file RunInput.h.
|
private |
Definition at line 44 of file RunInput.h.
Definition at line 45 of file RunInput.h.
Definition at line 46 of file RunInput.h.