Fork me on GitHub

Changes between Version 19 and Version 20 of WorkBook/LibraryInterface


Ignore:
Timestamp:
Jun 22, 2012, 12:33:30 AM (12 years ago)
Author:
Pavel Demin
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v19 v20  
    141141{
    142142  TObjArray *arrayJets = modularDelphes->ImportArray("FastJetFinder/jets");
    143   TIterator iteratorJets(arrayJets);
     143  TIter iteratorJets(arrayJets);
    144144  ExRootCandidate *candidate;
    145145