Skip to content

Commit

Permalink
major refactorization of cluster counting function
Browse files Browse the repository at this point in the history
  • Loading branch information
atolosadelgado committed Oct 18, 2024
1 parent e13c7b6 commit 79619f6
Show file tree
Hide file tree
Showing 2 changed files with 213 additions and 309 deletions.
2 changes: 2 additions & 0 deletions DCHdigi/include/DCHdigi.h
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,8 @@ struct DCHdigi final
/// code developed by Walaa for calculating number of clusters and cluster size
std::pair<uint32_t, uint32_t> CalculateClusters(const edm4hep::SimTrackerHit& input_sim_hit) const;

bool IsParticleCreatedInsideDriftChamber(const edm4hep::MCParticle &) const ;

//------------------------------------------------------------------
// debug information

Expand Down
Loading

0 comments on commit 79619f6

Please sign in to comment.