~ma5/madanalysis5/v1.1.10beta

« back to all changes in this revision

Viewing changes to madanalysis/core/config_checker.py

  • Committer: Eric Conte
  • Date: 2014-05-17 08:28:28 UTC
  • Revision ID: eric.conte@cern.ch-20140517082828-gmp87moiddou0vux
fix pb with ROOT

Show diffs side-by-side

added added

removed removed

Lines of Context:
252
252
 
253
253
        # Check: looking for files
254
254
        FilesToFind=[self.configLinux.root_lib_path+'/libPyROOT.so', \
255
 
                     self.configLinux.root_lib_path+'/ROOT.py', \
256
255
                     self.configLinux.root_inc_path+'/TH1F.h']
257
256
        for file in FilesToFind:
258
257
            if os.path.isfile(file):