Fork me on GitHub

Changes between Initial Version and Version 1 of Ticket #1143, comment 8


Ignore:
Timestamp:
Sep 7, 2017, 3:47:33 PM (7 years ago)
Author:
Blake

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1143, comment 8

    initial v1  
    11I downloaded and installed the pre-build version as you suggested above and then I ran the code the way you fixed and suggested above.
    22{{{
    3 root [0] gSystem->Load("libDelphes.so");
     3root [0] #include <vector>
     4root [1] gSystem->Load("libDelphes.so");
    45cling::DynamicLibraryManager::loadLibrary(): /home/bforland/WORKING/MG5_aMC_v2_5_3/Delphes/libDelphes.so: undefined symbol: _ZN8TFormula11ShowMembersER16TMemberInspector
    5 root [1] int go(){
    6 root (cont'ed, cancel with .@) [2]vector<Jet *> bJets;
    7 root (cont'ed, cancel with .@) [3]return bJets.size();
    8 root (cont'ed, cancel with .@) [4]}
     6root [2] int go(){
     7root (cont'ed, cancel with .@) [3]vector<Jet *> bJets;
     8root (cont'ed, cancel with .@) [4]return bJets.size();
     9root (cont'ed, cancel with .@) [5]}
    910ROOT_prompt_2:1:8: error: use of undeclared identifier 'Jet'
    1011vector<Jet *> bJets;
     
    1617return bJets.size();
    1718       ^
    18 root [5]
     19root [6]
    1920}}}
    2021