Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Energy window threshold for root #356

Description

@ludovicabrusaferri

In "InputStreamFromROOTFIle.cxx":
this->parser.add_key("low energy window (keV)", &this->low_energy_window);
this->parser.add_key("upper energy window (keV)", &this->up_energy_window);

The the energy thresholds are given in keV. However, gate energies are stored in MeV. Either the energy or the energy window threshold need to be rescaled.
Currently this doesn't create any problem as the threshold values are set respectively to 0 and 1000.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions