PYTHIA
8.312
|
#include <SusyLesHouches.h>
Public Member Functions | |
LHtensor3Block () | |
Constructor. Set uninitialized and explicitly zero. | |
LHtensor3Block (const LHtensor3Block &m) | |
Copy constructor. | |
LHtensor3Block & | operator= (const LHtensor3Block &m) |
Assignment. | |
bool | exists () |
Does this matrix contain any entries? | |
void | clear () |
Clear initialized flag. | |
int | set (int iIn, int jIn, int kIn, double valIn) |
Set matrix entry. | |
int | set (istringstream &linestream) |
Set entry from linestream (used during file read) | |
double | operator() (int iIn, int jIn, int kIn) const |
() Overloading: Get entry | |
void | setq (double qIn) |
Set and get scale for DRbar running LHblocks. | |
double | q () |
void | list () |
Simple print utility, to be elaborated on. | |
class tensorBlock: the generic SLHA tensor Explicit sizing required, e.g. tensorBlock<3> rvlam;