Skip to content

Commit

Permalink
added the comment about where the energyMinCut value comes from
Browse files Browse the repository at this point in the history
  • Loading branch information
seulgi committed Mar 29, 2022
1 parent 09e1e32 commit e897b9b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions SimMuon/GEMDigitizer/src/GEMSignalModel.cc
Expand Up @@ -23,6 +23,7 @@ GEMSignalModel::GEMSignalModel(const edm::ParameterSet& config)
bx0filter_(config.getParameter<bool>("bx0filter")),
resolutionX_(config.getParameter<double>("resolutionX")),
cspeed(geant_units::operators::convertMmToCm(CLHEP::c_light)),
// average energy required to remove an electron due to ionization for an Ar/CO2 gas mixture (in the ratio of 70/30) is 28.1 eV
energyMinCut(28.1e-09) {}

GEMSignalModel::~GEMSignalModel() {}
Expand Down

0 comments on commit e897b9b

Please sign in to comment.