Skip to content

Commit

Permalink
Improve MIP studies with PCaloHit information in HB/HE
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed Jul 5, 2017
1 parent 63024c6 commit c896655
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 c896655

Please sign in to comment.