Fork me on GitHub

Changes between Version 20 and Version 21 of WorkBook/LibraryInterface


Ignore:
Timestamp:
Jun 22, 2012, 12:36:31 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v20 v21  
    2020  # headers
    2121  ls external/ExRootAnalysis/*.h
     22
     23  # config file
     24  ls etc/delphes_card_CMS.tcl
    2225}}}
    2326
     
    7073    // Initialization
    7174    confReader = new ExRootConfReader;
    72     confReader->ReadFile("delphes_card.tcl");
     75    confReader->ReadFile("etc/delphes_card_CMS.tcl");
    7376
    7477    modularDelphes = new ExRootAnalysis("Delphes");