Skip to content
Snippets Groups Projects

Resolve "Dante histograms for the analysis need to be added"

15 files
+ 1604
45
Compare changes
  • Side-by-side
  • Inline
Files
15
+ 7
0
#include "AgataDanteConf.h"
AgataDanteConf::AgataDanteConf() : CoincidenceConf("AGATADANTE_CONF") {
parVP.emplace("EX_VALUES", Conf::Property<std::vector<std::pair<double, double>>&>{exValues,
"MeV",
"Excitation energy gates"});
}
Loading