Skip to content
This repository has been archived by the owner on May 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from LDMX-Software/iss1
Browse files Browse the repository at this point in the history
Modify PE range to test
  • Loading branch information
cmantill authored Mar 19, 2021
2 parents fc0359c + 6c57b7c commit 4e75ffe
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions test/HcalDigiPipelineTest.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ static const double MAX_ENERGY_PERCENT_ERROR_DAQ_TOT_MODE = 2.;
* "simulated" (input into digitizer) and the reconstructed
* energy deposited output by reconstructor.
*/
static const double MAX_ENERGY_PERCENT_ERROR_DAQ_ADC_MODE = 10.;
static const double MAX_ENERGY_PERCENT_ERROR_DAQ_ADC_MODE = 12.;

/**
* Number of sim hits to create.
Expand All @@ -71,13 +71,13 @@ class HcalFakeSimHits : public framework::Producer {
/**
* Maximum energy to make a simulated hit for [MeV]
*/
const double maxEnergy_ = 500 * PE_ENERGY;
const double maxEnergy_ = 200 * PE_ENERGY;

/**
* Minimum energy to make a sim hit for [MeV]
* Needs to be above readout threshold (after internal HcalDigi's calculation)
*/
const double minEnergy_ = 1 * PE_ENERGY;
const double minEnergy_ = 4 * PE_ENERGY;
/**
* The step between energies is calculated depending on the min, max energy
* and the total number of sim hits you desire.
Expand Down

0 comments on commit 4e75ffe

Please sign in to comment.