Skip to content

Commit

Permalink
Merge pull request #907 from VinzenzBildstein/master
Browse files Browse the repository at this point in the history
Moved Analysis Options from TGRSIRunInfo to TGRSIOptions
  • Loading branch information
VinzenzBildstein authored Jun 14, 2017
2 parents d03087b + 21ba8dc commit 9f51fdf
Show file tree
Hide file tree
Showing 28 changed files with 1,410 additions and 1,693 deletions.
2 changes: 1 addition & 1 deletion GRSIProof/grsiproof.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ void Analyze(const char* tree_type, TProof* proof){


int main(int argc, char **argv) {

TGRSIOptions* opt = TGRSIOptions::Get(argc,argv);

//Add the path were we store headers for GRSIProof macros to see
Expand Down Expand Up @@ -131,6 +130,7 @@ int main(int argc, char **argv) {
proof->AddIncludePath(Form("%s/include",pPath));
proof->AddDynamicPath(Form("%s/lib",pPath));

proof->AddInput(opt->AnalysisOptions());
proof->AddInput(new TNamed("pwd", getenv("PWD")));
int i = 0;
for(auto valFile = opt->ValInputFiles().begin(); valFile != opt->ValInputFiles().end(); ++valFile) {
Expand Down
Loading

0 comments on commit 9f51fdf

Please sign in to comment.