Changes between Version 19 and Version 20 of WorkBook/LibraryInterface
- Timestamp:
- Jun 22, 2012, 12:33:30 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WorkBook/LibraryInterface
v19 v20 141 141 { 142 142 TObjArray *arrayJets = modularDelphes->ImportArray("FastJetFinder/jets"); 143 TIter atoriteratorJets(arrayJets);143 TIter iteratorJets(arrayJets); 144 144 ExRootCandidate *candidate; 145 145