Changeset 3e2bb2b in git for modules/TreeWriter.cc
- Timestamp:
- Jun 20, 2016, 4:00:51 PM (8 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 332025f
- Parents:
- 62d3bc5
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/TreeWriter.cc
r62d3bc5 r3e2bb2b 248 248 UInt_t index, ndf; 249 249 250 CompBase *compare = Candidate::fgCompare; 251 Candidate::fgCompare = CompSumPT2<Candidate>::Instance(); 250 252 array->Sort(); 253 Candidate::fgCompare = compare; 251 254 252 255 // loop over all vertices … … 291 294 entry->ErrorZ = zError; 292 295 296 293 297 TIter itConstituents(candidate->GetCandidates()); 294 298 itConstituents.Reset(); 299 entry->Constituents.Clear(); 295 300 while((constituent = static_cast<Candidate*>(itConstituents.Next()))) 296 301 {
Note:
See TracChangeset
for help on using the changeset viewer.