Skip to content

Commit

Permalink
Fixed bug in PandaX
Browse files Browse the repository at this point in the history
  • Loading branch information
tegonzalo committed Jan 23, 2024
1 parent 4569530 commit 32159c7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Experiments.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ DM_Detector_Ionization_ER PandaX_4T_S2_ER()
{
// Source: arXiv:2308.01540
std::string target_name = "Xe";
double exposure = 550 * kg * day;
double exposure = 550 * kg * year;
std::vector<unsigned long int> observed_event_bins = {34, 14, 13, 7, 11, 12, 14};
std::vector<double> bkg_event_bins = {57.5609, 25.1404, 23.1201, 20.1953, 17.5385, 16.9677, 13.702};

Check warning on line 210 in src/Experiments.cpp

View check run for this annotation

Codecov / codecov/patch

src/Experiments.cpp#L207-L210

Added lines #L207 - L210 were not covered by tests

Expand Down Expand Up @@ -435,7 +435,7 @@ DM_Detector_Ionization_Migdal PandaX_4T_S2_Migdal()
{
// Source: arXiv:2308.01540
std::string target_name = "Xe";
double exposure = 550 * kg * day;
double exposure = 550 * kg * year;
std::vector<unsigned long int> observed_event_bins = {34, 14, 13, 7, 11, 12, 14};
std::vector<double> bkg_event_bins = {57.5609, 25.1404, 23.1201, 20.1953, 17.5385, 16.9677, 13.702};

Check warning on line 440 in src/Experiments.cpp

View check run for this annotation

Codecov / codecov/patch

src/Experiments.cpp#L437-L440

Added lines #L437 - L440 were not covered by tests

Expand Down

0 comments on commit 32159c7

Please sign in to comment.