Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 62175
b: refs/heads/l1tmuon-upgrade-dev
c: 9957d1a
h: refs/heads/l1tmuon-upgrade-dev
i:
  62173: 2244158
  62171: bff32cf
  62167: e62f29a
  62159: f2963f1
  62143: 93a1078
  • Loading branch information
Grigory Safronov committed Mar 17, 2009
1 parent 9e14e9f commit 65e800a
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/l1tmuon-upgrade-dev: 1022a57b9585b093052cd32cd917fe494ffff2fe
refs/heads/l1tmuon-upgrade-dev: 9957d1a24ec4c6775ef3b6b942f4fd8d96f9f0c2
Original file line number Diff line number Diff line change
Expand Up @@ -370,13 +370,15 @@ void AlCaIsoTracksProducer::produce(edm::Event& iEvent, const edm::EventSetup& i
// reco::TrackExtra & tx = outputExTColl->back();

//Create IsolatedPixelTrackCandidate (will change naming in future release)
reco::IsolatedPixelTrackCandidate newHITCandidate(reco::TrackRef(trackCollection,track-trackCollection->begin()), l1extra::L1JetParticleRef(edm::ProductID(0)), maxPNearby, sumPNearby);
reco::IsolatedPixelTrackCandidate newHITCandidate(reco::Candidate::LorentzVector(track->px(),track->py(),track->pz(),track->p()));
newHITCandidate.SetSumPtPxl(sumPNearby);
newHITCandidate.SetMaxPtPxl(maxPNearby);

//set cluster energy deposition and ring energy deposition and push_back
newHITCandidate.SetEnergyIn(ecClustR);
newHITCandidate.SetEnergyOut(ecOutRingR);
outputHcalIsoTrackColl->push_back(newHITCandidate);

//save hcal recHits
for (std::vector<HBHERecHit>::const_iterator hhit=hbheRHcol->begin(); hhit!=hbheRHcol->end(); hhit++)
{
Expand Down

0 comments on commit 65e800a

Please sign in to comment.