Functions
KPhaseSpace.cxx File Reference
#include <cmath>
#include <cstdlib>
#include <TMath.h>
#include "Framework/Interaction/KPhaseSpace.h"
#include "Framework/Algorithm/AlgConfigPool.h"
#include "Framework/Conventions/Constants.h"
#include "Framework/Conventions/Controls.h"
#include "Framework/Interaction/Interaction.h"
#include "Framework/Interaction/InteractionException.h"
#include "Framework/Messenger/Messenger.h"
#include "Framework/ParticleData/PDGLibrary.h"
#include "Framework/ParticleData/PDGUtils.h"
#include "Framework/Registry/Registry.h"
#include "Framework/Utils/KineUtils.h"
#include "Framework/Numerical/MathUtils.h"

Go to the source code of this file.

Functions

 ClassImp (KPhaseSpace) KPhaseSpace
 

Function Documentation

ClassImp ( KPhaseSpace  )

Definition at line 37 of file KPhaseSpace.cxx.

40  :
41 TObject(), fInteraction(NULL)
42 {
43  this->UseInteraction(0);
44 }