PYTHIA  8.311
Public Member Functions | List of all members
LHtensor3Block< size > Class Template Reference

#include <SusyLesHouches.h>

Public Member Functions

 LHtensor3Block ()
 Constructor. Set uninitialized and explicitly zero.
 
 LHtensor3Block (const LHtensor3Block &m)
 Copy constructor.
 
LHtensor3Blockoperator= (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.
 

Detailed Description

template<int size>
class Pythia8::LHtensor3Block< size >

class tensorBlock: the generic SLHA tensor Explicit sizing required, e.g. tensorBlock<3> rvlam;


The documentation for this class was generated from the following file: