Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
wdconinc committed Dec 28, 2022
1 parent 18daa58 commit f3802a5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ class CalorimeterHit_factory_HcalEndcapPRecHits : public JFactoryT<edm4eic::Calo

// digitization settings, must be consistent with digi class
m_capADC=1024;//{this, "capacityADC", 8096};
m_dyRangeADC=3.6 * dd4hep::GeV.;//{this, "dynamicRangeADC", 100. * dd4hep::MeV};
m_dyRangeADC=3.6 * dd4hep::GeV;//{this, "dynamicRangeADC", 100. * dd4hep::MeV};
m_pedMeanADC=20;//{this, "pedestalMean", 400};
m_pedSigmaADC=0.8;//{this, "pedestalSigma", 3.2};
m_resolutionTDC=10 * dd4hep::picosecond;//{this, "resolutionTDC", 10 * ps};
Expand Down

0 comments on commit f3802a5

Please sign in to comment.