Skip to content

Commit

Permalink
delete deprecated Podio standalone sequence, update key4hep version
Browse files Browse the repository at this point in the history
  • Loading branch information
SanghyunKo committed Jun 24, 2021
1 parent 124a0a9 commit 9cdd08c
Show file tree
Hide file tree
Showing 9 changed files with 15 additions and 673 deletions.
27 changes: 0 additions & 27 deletions Digi/Digi.cc

This file was deleted.

71 changes: 0 additions & 71 deletions Digi/include/DigiPodio.h

This file was deleted.

4 changes: 2 additions & 2 deletions Digi/include/DigiSiPM.h
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ class DigiSiPM : public GaudiAlgorithm {
std::unique_ptr<sipm::SiPMAdc> m_adc;

// Hamamatsu S14160-1310PS
Gaudi::property<double> m_sigLength{this, "signalLength", 200., "signal length in ns"};
Gaudi::property<double> m_sipmSize{this, "SiPMsize", 1.3, "width of photosensitive area in mm"};
Gaudi::Property<double> m_sigLength{this, "signalLength", 200., "signal length in ns"};
Gaudi::Property<double> m_sipmSize{this, "SiPMsize", 1.3, "width of photosensitive area in mm"};
Gaudi::Property<double> m_Dcr{this, "DCR", 120e3, "SiPM DCR"};
Gaudi::Property<double> m_Xt{this, "Xtalk", 0.01, "SiPM crosstalk"};
Gaudi::Property<double> m_sampling{this, "sampling", 0.1, "SiPM sampling rate in ns"};
Expand Down
135 changes: 0 additions & 135 deletions Digi/src/DigiPodio.cc

This file was deleted.

Loading

0 comments on commit 9cdd08c

Please sign in to comment.