ATLAS Offline Software
Loading...
Searching...
No Matches
RunInputOperations.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
14
15#ifndef RUN_INPUT_OPERATIONS_H
16#define RUN_INPUT_OPERATIONS_H
17
18#include "RunInput.h"
19#include <vector>
20
22{
23 public:
26
27 private:
28 static void CompareStructures( RunInput*, RunInput*, vector< vector<string> >&, vector< pair< TH1*, TH1* > >&, vector<string>& );
29 static vector< pair< int, int > > CalculatePathPairs( vector< vector<string> >, vector< vector<string> > );
30};
31
32#endif
An object to load and parse the configuration file.
A collection of static methods that act on the RunInput objects The main file merge and comparison me...
static RunInput * Merge(RunInput *, RunInput *)
static void Compare(RunInput *, RunInput *, ConfigurationLoader *)
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 > >)
An object to load histograms from a root file.
Definition RunInput.h:27