CompareWithEachOther.h
1//-*-C++-*-
2/***************************************************************************
3 *
4 * Copyright (C) 2021 by Willem van Straten
5 * Licensed under the Academic Free License version 2.1
6 *
7 ***************************************************************************/
8
9// psrchive/More/General/Pulsar/CompareWithEachOther.h
10
11#ifndef __CompareWithEachOther_h
12#define __CompareWithEachOther_h
13
14#include "Pulsar/CompareWith.h"
15
16class UnaryStatistic;
17
18namespace Pulsar {
19
21
26 class CompareWithEachOther : public CompareWith
27 {
30
33
35 std::vector<double> rms;
36
38 void compute (unsigned iprimary, ndArray<2,double>& result);
39
40 public:
41
42 CompareWithEachOther ();
43
46 };
47}
48
49#endif
void set_summary(UnaryStatistic *)
Used to summarize comparisons.
Definition CompareWithEachOther.C:23
Defines the PSRCHIVE library.
Definition CalSource.h:17

Generated using doxygen 1.14.0