Changes between Version 56 and Version 57 of WorkBook/LibraryInterface
- Timestamp:
- Dec 17, 2014, 10:55:56 AM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/LibraryInterface
v56 v57 16 16 The code below shows the basic ingredients to build a standalone application using Delphes. In that template, the {{{ReadEvent}}}, {{{ReadParticle}}}, {{{ConvertInput}}} and {{{ConvertOutput}}} functions should be implemented by the user. 17 17 18 {{{ 18 {{{#!C++ 19 19 #include <stdexcept> 20 20 #include <iostream>