file Pythia_8_212/wrapper_BeamParticle_decl.h
[No description available]
Functions
Name | |
---|---|
namespace | CAT_3(BACKENDNAME , _ , SAFE_VERSION ) |
Functions Documentation
function CAT_3
namespace CAT_3(
BACKENDNAME ,
_ ,
SAFE_VERSION
)
Source code
#ifndef __wrapper_BeamParticle_decl_Pythia_8_212_h__
#define __wrapper_BeamParticle_decl_Pythia_8_212_h__
#include <cstddef>
#include <ostream>
#include <vector>
#include <utility>
#include "forward_decls_wrapper_classes.h"
#include "gambit/Backends/wrapperbase.hpp"
#include "abstract_BeamParticle.h"
#include "wrapper_Info_decl.h"
#include "wrapper_Settings_decl.h"
#include "wrapper_ParticleData_decl.h"
#include "wrapper_Rndm_decl.h"
#include "wrapper_Vec4_decl.h"
#include "wrapper_Event_decl.h"
#include "identification.hpp"
namespace CAT_3(BACKENDNAME,_,SAFE_VERSION)
{
namespace Pythia8
{
class BeamParticle : public WrapperBase
{
// Member variables:
public:
// -- Static factory pointers:
static Abstract_BeamParticle* (*__factory0)();
// -- Other member variables:
// Member functions:
public:
void newValenceContent();
void newPzE(double pzIn, double eIn);
int id() const;
Pythia8::Vec4 p() const;
double px() const;
double py() const;
double pz() const;
double e() const;
double m() const;
bool isLepton() const;
bool isUnresolved() const;
bool isHadron() const;
bool isMeson() const;
bool isBaryon() const;
double xMax(int iSkip);
double xMax();
double xfHard(int idIn, double x, double Q2);
double xf(int idIn, double x, double Q2);
double xfVal(int idIn, double x, double Q2);
double xfSea(int idIn, double x, double Q2);
double xfMPI(int idIn, double x, double Q2);
double xfISR(int indexMPI, int idIn, double x, double Q2);
bool insideBounds(double x, double Q2);
double alphaS(double Q2);
double mQuarkPDF(int idIn);
int pickValSeaComp();
void initBeamKind();
int size() const;
int sizeInit() const;
void clear();
int append(int iPos, int idIn, double x, int companion);
int append(int iPos, int idIn, double x);
void list(std::ostream& os) const;
void list() const;
int nValenceKinds() const;
int nValence(int idIn) const;
bool isUnresolvedLepton();
bool remnantFlavours(Pythia8::Event& event, bool isDIS);
bool remnantFlavours(Pythia8::Event& event);
bool remnantColours(Pythia8::Event& event, std::vector<int>& colFrom, std::vector<int>& colTo);
double xRemnant(int i);
bool hasJunction() const;
int junctionCol(int i) const;
void junctionCol(int i, int col);
bool pickGluon(double mDiff);
int pickValence();
int pickRemnant() const;
double zShare(double mDiff, double m1, double m2);
double pxShare() const;
double pyShare() const;
bool remnantFlavoursNew(Pythia8::Event& event);
void findColSetup(Pythia8::Event& event);
void setInitialCol(Pythia8::Event& event);
void updateCol(std::vector<std::pair<int, int>> colourChanges);
::std::vector<std::pair<int, int>> getColUpdates();
// Wrappers for original constructors:
public:
BeamParticle();
// Special pointer-based constructor:
BeamParticle(Abstract_BeamParticle* in);
// Copy constructor:
BeamParticle(const BeamParticle& in);
// Assignment operator:
BeamParticle& operator=(const BeamParticle& in);
// Destructor:
~BeamParticle();
// Returns correctly casted pointer to Abstract class:
Abstract_BeamParticle* get_BEptr() const;
};
}
}
#include "gambit/Backends/backend_undefs.hpp"
#endif /* __wrapper_BeamParticle_decl_Pythia_8_212_h__ */
Updated on 2024-07-18 at 13:53:35 +0000