Fork me on GitHub

Changes between Version 13 and Version 14 of WorkBook/LibraryInterface


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

--

Legend:

Unmodified
Added
Removed
Modified
  • WorkBook/LibraryInterface

    v13 v14  
    133133
    134134  iteratorJets->Reset();
    135   while((candidate = static_cast<ExRootCandidate*>(iterator->Next())))
     135  while((candidate = static_cast<ExRootCandidate*>(iteratorJets->Next())))
    136136  {
    137137    const TLorentzVector &momentum = candidate->GetMomentum();