Changeset 5a44a72 in git for modules/FastJetFinder.cc
- Timestamp:
- Sep 7, 2015, 9:33:57 AM (9 years ago)
- Branches:
- ImprovedOutputFile, Timing, dual_readout, llp, master
- Children:
- 68dd0df
- Parents:
- eb52a5d
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/FastJetFinder.cc
reb52a5d r5a44a72 283 283 Double_t time, timeWeight; 284 284 Int_t number; 285 Int_t charge; 285 286 Double_t rho = 0.0; 286 287 PseudoJet jet, area; … … 354 355 timeWeight = 0.0; 355 356 357 charge = 0; 358 356 359 inputList.clear(); 357 360 inputList = sequence->constituents(*itOutputList); … … 370 373 timeWeight += TMath::Sqrt(constituent->Momentum.E()); 371 374 375 charge += constituent->Charge; 376 372 377 candidate->AddCandidate(constituent); 373 378 } … … 379 384 candidate->DeltaEta = detaMax; 380 385 candidate->DeltaPhi = dphiMax; 381 386 candidate->Charge = charge; 382 387 //------------------------------------ 383 388 // Trimming
Note:
See TracChangeset
for help on using the changeset viewer.