Fork me on GitHub

Changeset 2871513 in git for external/ExRootAnalysis


Ignore:
Timestamp:
Apr 8, 2017, 2:22:49 PM (8 years ago)
Author:
Michele Selvaggi <michele.selvaggi@…>
Branches:
ImprovedOutputFile, Timing, dual_readout, llp, master
Children:
b99c90b, eb3be06
Parents:
4b59725 (diff), d97a18b (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'master' of github.com:delphes/delphes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • external/ExRootAnalysis/ExRootConfReader.cc

    r4b59725 r2871513  
    1212#include "tcl/tcl.h"
    1313
    14 #include <libgen.h>
     14#include "TSystem.h"
    1515
    1616#include <iostream>
     
    5757  }
    5858
    59   if(isTop) fTopDir = dirname(const_cast<char *>(fileName));
     59  if(isTop) fTopDir = gSystem->DirName(fileName);
    6060
    6161  int file_length = inputFileStream.tellg();
Note: See TracChangeset for help on using the changeset viewer.