EpIC 1.1.0
Monte Carlo generator for exclusive processes
Loading...
Searching...
No Matches
EventGeneratorInterface.h
1/*
2 * EventGeneratorInterface.h
3 *
4 * Created on: Feb 15, 2021
5 * Author: Pawel Sznajder (NCBJ)
6 */
7
8#ifndef BEANS_EVENTGENERATORINTERFACE_H_
9#define BEANS_EVENTGENERATORINTERFACE_H_
10
11#include <vector>
12
13namespace EPIC {
14
23
24public:
29
34
39
44 virtual double getEventDistribution(std::vector<double> &kin) const = 0;
45};
46
47} /* namespace EPIC */
48
49#endif /* BEANS_EVENTGENERATORINTERFACE_H_ */
Interface to EventGeneratorModule.
Definition: EventGeneratorInterface.h:22
virtual double getEventDistribution(std::vector< double > &kin) const =0
EventGeneratorInterface(const EventGeneratorInterface &other)