GENIEGenerator
Loading...
Searching...
No Matches
singlekaon_xsec.cxx File Reference
#include "singlekaon_xsec.h"
Include dependency graph for singlekaon_xsec.cxx:

Go to the source code of this file.

Functions

int main ()

Function Documentation

◆ main()

int main ( )

Definition at line 8369 of file singlekaon_xsec.cxx.

8369 {
8370 int type = 2; // 1=electron, 2=muon, 3=tau
8371 int reac = 3; // 1=NN, 2=NP, 3=PP
8372 double Etot = 1.5; // Neutrino energy [GeV]
8373 singlekaon_xsec instance;
8374 instance.init(Etot, type, reac);
8375 return 0;
8376}
void init(double Etot, int type, int reac)

References singlekaon_xsec::init().