ATLAS Offline Software
Loading...
Searching...
No Matches
RunInputOperations Class Reference

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. More...

#include <RunInputOperations.h>

Collaboration diagram for RunInputOperations:

Static Public Member Functions

static RunInputMerge (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 > >)

Detailed Description

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.

Author
Ben Wynne bwynn.nosp@m.e@ce.nosp@m.rn.ch
Date
19-04-10

Definition at line 21 of file RunInputOperations.h.

Member Function Documentation

◆ CalculatePathPairs()

vector< pair< int, int > > RunInputOperations::CalculatePathPairs ( vector< vector< string > > ,
vector< vector< string > >  )
staticprivate

◆ Compare()

void RunInputOperations::Compare ( RunInput * ,
RunInput * ,
ConfigurationLoader *  )
static

◆ CompareStructures()

void RunInputOperations::CompareStructures ( RunInput * ,
RunInput * ,
vector< vector< string > > & ,
vector< pair< TH1 *, TH1 * > > & ,
vector< string > &  )
staticprivate

◆ Merge()

RunInput * RunInputOperations::Merge ( RunInput * ,
RunInput *  )
static

The documentation for this class was generated from the following file: