Fork me on GitHub

Changes between Version 56 and Version 57 of WorkBook/LibraryInterface


Ignore:
Timestamp:
Dec 17, 2014, 10:55:56 AM (10 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v56 v57  
    1616The 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.
    1717
    18 {{{
     18{{{#!C++
    1919#include <stdexcept>
    2020#include <iostream>