Skip to content

Commit

Permalink
Tune the single photon energy resolution to 11%/sqrt(E [GeV]) \oplus …
Browse files Browse the repository at this point in the history
…2% (#594)

This PR changes the default energy resolution of pECal to 11%/sqrt(E
[GeV]) \oplus 2% for single photon input.
This is suggested by Oleg.
  • Loading branch information
jizhongling authored Apr 20, 2023
1 parent 1cd7c0d commit cf5af80
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RawCalorimeterHit_factory_EcalEndcapPInsertRawHits : public eicrecon::JFac

// Set default values for all config. parameters in CalorimeterHitDigi algorithm
m_input_tag = "EcalEndcapPInsertHits";
u_eRes = {0.00316 * sqrt(dd4hep::GeV), 0.0015, 0.0 * dd4hep::GeV}; // (0.316% / sqrt(E)) \oplus 0.15%
u_eRes = {0.00340 * sqrt(dd4hep::GeV), 0.0009, 0.0 * dd4hep::GeV}; // (0.340% / sqrt(E)) \oplus 0.09%
m_tRes = 0.0 * dd4hep::ns;
m_capADC = 16384;
m_dyRangeADC = 3 * dd4hep::GeV;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ class RawCalorimeterHit_factory_EcalEndcapPRawHits : public eicrecon::JFactoryPo

// Set default values for all config. parameters in CalorimeterHitDigi algorithm
m_input_tag = "EcalEndcapPHits";
u_eRes = {0.00316 * sqrt(dd4hep::GeV), 0.0015, 0.0 * dd4hep::GeV}; // (0.316% / sqrt(E)) \oplus 0.15%
u_eRes = {0.00340 * sqrt(dd4hep::GeV), 0.0009, 0.0 * dd4hep::GeV}; // (0.340% / sqrt(E)) \oplus 0.09%
m_tRes = 0.0 ;
m_capTime = 100 ; // given in ns, 4 samples in HGCROC
m_capADC=65536;//2^16 (approximate HGCROC resolution) old 16384
Expand Down

0 comments on commit cf5af80

Please sign in to comment.