#include <iostream>
#include <iomanip>
#include <sstream>
#include <string>
#include <cstdlib>
#include <complex>
#include <TVector3.h>
#include <TMath.h>
#include <Math/SMatrix.h>
#include <Math/SVector.h>
#include <Math/LorentzVector.h>
#include "Framework/Algorithm/AlgConfigPool.h"
#include "Framework/Messenger/Messenger.h"
#include "Framework/Conventions/Constants.h"
#include "Physics/Coherent/XSection/AlvarezRusoCOHPiPDXSec.h"
#include "Physics/Coherent/XSection/ARSampledNucleus.h"
#include "Physics/Coherent/XSection/AREikonalSolution.h"
#include "Framework/Numerical/IntegrationTools.h"
#include "Physics/Coherent/XSection/ARWavefunction.h"
Go to the source code of this file.
Namespaces | |
genie | |
THE MAIN GENIE PROJECT NAMESPACE | |
genie::alvarezruso | |
Typedefs | |
typedef std::complex< double > | cdouble |
typedef ROOT::Math::LorentzVector< ROOT::Math::PxPyPzE4D< double > > | LorentzVector |
typedef ROOT::Math::SVector< cdouble, 4 > | CVector |
typedef std::complex<double> cdouble |
Definition at line 42 of file AlvarezRusoCOHPiPDXSec.cxx.
Definition at line 44 of file AlvarezRusoCOHPiPDXSec.cxx.
typedef ROOT::Math::LorentzVector<ROOT::Math::PxPyPzE4D<double> > LorentzVector |
Definition at line 43 of file AlvarezRusoCOHPiPDXSec.cxx.