Skip to content

Commit

Permalink
Add cluster count member to driftChamberDigi
Browse files Browse the repository at this point in the history
  • Loading branch information
BrieucF committed Sep 6, 2023
1 parent 88dc172 commit 60ca6ba
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions DCHdigi/dataFormatExtension/driftChamberHit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,4 @@ datatypes:
- float time // time of the hit [ns].
- float eDep // energy deposited on the hit [GeV].
- float eDepError // error measured on eDep [GeV].
OneToManyRelations:
- edm4hep::RecIonizationCluster clusters // ionization clusters that were reconstructed in the cell
- uint32_t clusterCount // number of clusters associated to this hit
1 change: 0 additions & 1 deletion DCHdigi/src/DCHsimpleDigitizerExtendedEdm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,6 @@ StatusCode DCHsimpleDigitizerExtendedEdm::execute() {
// get the simHit coordinate in cm in the wire reference frame to be able to apply smearing of radius perpendicular to the wire
wireTransformMatrix.MasterToLocal(simHitGlobalPosition, simHitLocalPosition);
debug() << "Cell ID string: " << m_decoder->valueString(cellID) << endmsg;
;
debug() << "Global simHit x " << simHitGlobalPosition[0] << " --> Local simHit x " << simHitLocalPosition[0]
<< " in cm" << endmsg;
debug() << "Global simHit y " << simHitGlobalPosition[1] << " --> Local simHit y " << simHitLocalPosition[1]
Expand Down

0 comments on commit 60ca6ba

Please sign in to comment.