Changes between Version 20 and Version 21 of WorkBook/LibraryInterface
- Timestamp:
- Jun 22, 2012, 12:36:31 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/LibraryInterface
v20 v21 20 20 # headers 21 21 ls external/ExRootAnalysis/*.h 22 23 # config file 24 ls etc/delphes_card_CMS.tcl 22 25 }}} 23 26 … … 70 73 // Initialization 71 74 confReader = new ExRootConfReader; 72 confReader->ReadFile(" delphes_card.tcl");75 confReader->ReadFile("etc/delphes_card_CMS.tcl"); 73 76 74 77 modularDelphes = new ExRootAnalysis("Delphes");