Skip to content

Commit

Permalink
Merge pull request #19576 from bsunanda/Run2-alca83
Browse files Browse the repository at this point in the history
Run2-alca83 Improve MIP studies with PCaloHit information in HB/HE
  • Loading branch information
cmsbuild authored Jul 13, 2017
2 parents 8960944 + c896655 commit 2136e02
Show file tree
Hide file tree
Showing 6 changed files with 1,048 additions and 1,086 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,6 +100,7 @@ namespace spr{
std::vector<spr::propagatedGenTrackID> propagateCALO(const HepMC::GenEvent * genEvent, edm::ESHandle<ParticleDataTable>& pdt, const CaloGeometry* geo, const MagneticField* bField, double etaMax=3.0, bool debug=false);
std::vector<spr::propagatedGenParticleID> propagateCALO(edm::Handle<reco::GenParticleCollection>& genParticles, edm::ESHandle<ParticleDataTable>& pdt, const CaloGeometry* geo, const MagneticField* bField, double etaMax=3.0, bool debug=false);
spr::propagatedTrackDirection propagateCALO(unsigned int thisTrk, edm::Handle<edm::SimTrackContainer>& SimTk, edm::Handle<edm::SimVertexContainer>& SimVtx, const CaloGeometry* geo, const MagneticField* bField, bool debug=false);
spr::propagatedTrackDirection propagateHCALBack(unsigned int thisTrk, edm::Handle<edm::SimTrackContainer>& SimTk, edm::Handle<edm::SimVertexContainer>& SimVtx, const CaloGeometry* geo, const MagneticField* bField, bool debug=false);
std::pair<bool,HcalDetId> propagateHCALBack(const reco::Track*, const CaloGeometry* geo, const MagneticField* bField, bool debug=false);

// Propagate tracks to the ECAL surface and optionally returns the
Expand Down
Loading

0 comments on commit 2136e02

Please sign in to comment.