Cheetah - SKA - PSS - Prototype Time Domain Search Pipeline
SumThresholdTest.h
1 #ifndef SKA_CHEETAH_SUM_THRESHOLD_TEST_SUMTHRESHOLDTEST_H
2 #define SKA_CHEETAH_SUM_THRESHOLD_TEST_SUMTHRESHOLDTEST_H
3 
4 #include <gtest/gtest.h>
5 
6 namespace ska {
7 namespace cheetah {
8 namespace rfim {
9 namespace sum_threshold {
10 namespace test {
11 
19 class SumThresholdTest : public ::testing::Test
20 {
21  protected:
22  void SetUp() override;
23  void TearDown() override;
24 
25  public:
27 
29 
30  private:
31 };
32 
33 
34 } // namespace test
35 } // namespace sum_threshold
36 } // namespace rfim
37 } // namespace cheetah
38 } // namespace ska
39 
40 #endif // SKA_CHEETAH_SUM_THRESHOLD_TEST_SUMTHRESHOLDTEST_H
Some limits and constants for FLDO.
Definition: Brdz.h:35