Changeset 4acf2fd in git for modules/DualReadoutCalorimeter.cc
- Timestamp:
- May 17, 2021, 6:05:38 PM (3 years ago)
- Branches:
- master
- Children:
- 7dac4ea
- Parents:
- 46d3442 (diff), 4afb18d (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - git-author:
- Michele Selvaggi <michele.selvaggi@…> (05/17/21 18:05:38)
- git-committer:
- GitHub <noreply@…> (05/17/21 18:05:38)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
modules/DualReadoutCalorimeter.cc
r46d3442 r4acf2fd 613 613 // create new photon tower 614 614 tower = static_cast<Candidate*>(fTower->Clone()); 615 pt = 615 pt = neutralEnergy / TMath::CosH(eta); 616 616 //cout<<"Creating tower with Pt, Eta, Phi, Energy: "<<pt<<","<<eta<<","<<phi<<","<<neutralEnergy<<endl; 617 617 tower->Momentum.SetPtEtaPhiE(pt, eta, phi, neutralEnergy); … … 623 623 tower->Ehad = 0.0; 624 624 tower->PID = 22; 625 }626 625 fEFlowPhotonOutputArray->Add(tower); 626 } 627 627 // if hadronic fraction > 0, use HCAL resolution 628 628 else … … 631 631 tower->Ehad = neutralEnergy; 632 632 tower->PID = 130; 633 } 634 635 fEFlowPhotonOutputArray->Add(tower); 636 633 fEFlowNeutralHadronOutputArray->Add(tower); 634 } 637 635 638 636 //clone tracks
Note:
See TracChangeset
for help on using the changeset viewer.