Advanced Computing Platform for Theoretical Physics

Commit dcd8eae9 authored by Yu-Chen Ding's avatar Yu-Chen Ding
Browse files

Access CRMCOptions

parent 9ae779b6
......@@ -11,6 +11,7 @@
/*.out
/*.dat
/Testing
.*
# /src/lzma-read/
/src/lzma-read/read
......
......@@ -46,6 +46,11 @@ class CRMCoptions {
int GetProjectileId() const { return fProjectileId; }
int GetTargetId() const { return fTargetId; }
int GetSeed(void) const { return fSeed; }
double GetProjectileMomentum(void) const { return fProjectileMomentum; }
double GetTargetMomentum(void) const { return fTargetMomentum; }
double GetSqrts(void) const { return fSqrts; }
protected:
bool fError;
......
#include <CRMC.h>
#include <Pythia8/Pythia.h>
extern "C" {
struct {
extern "C" struct {
int nevhep;
int nhep;
int isthep[HepMC_HEPEVT_SIZE];
......@@ -12,7 +11,6 @@ struct {
double phep[HepMC_HEPEVT_SIZE][5];
double vhep[HepMC_HEPEVT_SIZE][4];
} hepevt_;
}
class OutputPolicyPythia8Event : public OutputPolicyAfterburner {
protected:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment