sisi4s
Loading...
Searching...
No Matches
MeanCorrelationHoleDepth.hpp
Go to the documentation of this file.
1#ifndef __MEAN_CORRELATION_HOLE_DEPTH_BLAH_DEFINED
2
4
5namespace sisi4s {
8
9 MeanCorrelationHoleDepth(std::vector<Argument> const &argumentList)
10 : Algorithm(argumentList) {}
12
13 virtual void run();
14};
15} // namespace sisi4s
16
17#endif
#define ALGORITHM_REGISTRAR_DECLARATION(NAME)
Auxiliary macro declaring the algorithm registrar for the algorithm type of the given name....
Definition Algorithm.hpp:169
Definition Algorithm.hpp:26
Definition Algorithm.hpp:10
Definition MeanCorrelationHoleDepth.hpp:6
MeanCorrelationHoleDepth(std::vector< Argument > const &argumentList)
Definition MeanCorrelationHoleDepth.hpp:9
~MeanCorrelationHoleDepth()
Definition MeanCorrelationHoleDepth.hpp:11
virtual void run()
Definition MeanCorrelationHoleDepth.cxx:21