Changes between Version 13 and Version 14 of WorkBook/LibraryInterface
- Timestamp:
- Jun 20, 2012, 1:29:20 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/LibraryInterface
v13 v14 133 133 134 134 iteratorJets->Reset(); 135 while((candidate = static_cast<ExRootCandidate*>(iterator ->Next())))135 while((candidate = static_cast<ExRootCandidate*>(iteratorJets->Next()))) 136 136 { 137 137 const TLorentzVector &momentum = candidate->GetMomentum();