Fork me on GitHub

Changes between Version 15 and Version 16 of WorkBook/LibraryInterface


Ignore:
Timestamp:
Jun 20, 2012, 1:33:03 PM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v15 v16  
    3434
    3535{{{
     36#include <stdexcept>
     37#include <iostream>
     38
    3639#include "TROOT.h"
    3740#include "TApplication.h"
     
    5861
    5962  int appargc = 1;
     63  char *appName = "DelphesExample";
    6064  char *appargv[] = {appName};
    6165  TApplication app(appName, &appargc, appargv);