Skip to content

Commit

Permalink
Add new mm per mus unit to drift vel
Browse files Browse the repository at this point in the history
  • Loading branch information
kvjmistry committed Jun 17, 2024
1 parent 696b6e2 commit 7eb4f62
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions macros/NEXT100_Ar_alpha_full.config.mac
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@
/Geometry/Next100/sipm_time_binning 1. microsecond

## Geant4 only permits units of mm/ns via the macro
/Geometry/Next100/drift_vel 0.001480 mm/ns
/Geometry/Next100/ELdrift_vel 0.006249 mm/ns
/Geometry/Next100/drift_vel 1.480 mm/mus
/Geometry/Next100/ELdrift_vel 6.249 mm/mus

/Geometry/Next100/drift_transv_diff 1.87 mm/sqrt(cm)
/Geometry/Next100/drift_long_diff 0.65 mm/sqrt(cm)
Expand Down
1 change: 1 addition & 0 deletions source/geometries/Next100FieldCage.cc
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ Next100FieldCage::Next100FieldCage(G4double grid_thickn):
/// Define new categories
new G4UnitDefinition("kilovolt/cm","kV/cm","Electric field", kilovolt/cm);
new G4UnitDefinition("mm/sqrt(cm)","mm/sqrt(cm)","Diffusion", mm/sqrt(cm));
new G4UnitDefinition("mm/mus","mm/mus","Velocity", mm/microsecond);

/// Initializing the geometry navigator (used in vertex generation)
geom_navigator_ =
Expand Down

0 comments on commit 7eb4f62

Please sign in to comment.