Program Listing for File Redshift.h
↰ Return to documentation for file (include/crpropa/module/Redshift.h
)
#ifndef CRPROPA_REDSHIFT_H
#define CRPROPA_REDSHIFT_H
#include "crpropa/Module.h"
namespace crpropa {
class Redshift: public Module {
public:
void process(Candidate *candidate) const;
std::string getDescription() const;
};
class FutureRedshift: public Module {
public:
void process(Candidate *candidate) const;
std::string getDescription() const;
};
} // namespace crpropa
#endif // CRPROPA_REDSHIFT_H