- Timestamp:
- Jun 6, 2018, 7:34:16 PM (6 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 8a58fff
- Parents:
- ec37bc3
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/DenseTrackFilter.cc
rec37bc3 rb24f05a 243 243 Int_t numberOfCandidates; 244 244 245 246 cout<<fBestTrack<<endl;247 248 245 // saving track with highest pT that hit the tower 249 246 if(fTowerTrackHits > 0) … … 251 248 252 249 numberOfCandidates = fBestTrack->GetCandidates()->GetEntriesFast(); 253 if (numberOfCandidates < 2)254 cout<<fBestTrack<<endl;255 256 250 if (numberOfCandidates > 1) 257 251 { … … 278 272 fChargedHadronOutputArray->Add(candidate); 279 273 } 280 281 } 282 } 283 284 } 274 275 } 276 } 277 278 }
Note:
See TracChangeset
for help on using the changeset viewer.