Skip to content
Snippets Groups Projects

Release v4.5

Merged Wojciech Krupa requested to merge pulshape_dev into master
42 files
+ 1340
398
Compare changes
  • Side-by-side
  • Inline
Files
42
@@ -61,6 +61,7 @@ namespace UTEmu {
void calculatePedestals();
void findBadChannels();
void saveThresholdsToCsv();
void saveDisabledToCsv();
// properties
Gaudi::Property<std::string> m_runNumber{ this, "RunNumber", "00000000" };
@@ -70,7 +71,7 @@ namespace UTEmu {
mutable std::map<std::string, int> Pedestal_Max;
mutable std::map<std::string, Gaudi::Accumulators::SigmaCounter<>> SigmaNoiseAv;
mutable std::map<std::string, Gaudi::Accumulators::SigmaCounter<>> PedestalAv;
mutable std::vector<std::string> disabledASICs;
mutable std::map<unsigned int, bool> BadChannels;
Loading