Functions
singlekaon_xsec.cxx File Reference
#include "singlekaon_xsec.h"

Go to the source code of this file.

Functions

int main ()
 

Function Documentation

int main ( void  )

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]
8374  instance.init(Etot, type, reac);
8375  return 0;
8376 }
const std::string instance
void init(double Etot, int type, int reac)