ATLAS Offline Software
|
#include <RunInputOperations.h>
Static Public Member Functions | |
static RunInput * | Merge (RunInput *, RunInput *) |
static void | Compare (RunInput *, RunInput *, ConfigurationLoader *) |
Static Private Member Functions | |
static void | CompareStructures (RunInput *, RunInput *, vector< vector< string > > &, vector< pair< TH1 *, TH1 * > > &, vector< string > &) |
static vector< pair< int, int > > | CalculatePathPairs (vector< vector< string > >, vector< vector< string > >) |
A collection of static methods that act on the RunInput objects The main file merge and comparison methods are here, along with the method for pairing up histograms
Definition at line 21 of file RunInputOperations.h.
|
staticprivate |
|
static |
|
staticprivate |