Hammer  1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Hammer::FFBtoDBLPRVar Class Reference

#include <FFBtoDBLPRVar.hh>

+ Inheritance diagram for Hammer::FFBtoDBLPRVar:
+ Collaboration diagram for Hammer::FFBtoDBLPRVar:

Public Member Functions

 FFBtoDBLPRVar ()
 
 FFBtoDBLPRVar (const FFBtoDBLPRVar &other)=default
 
FFBtoDBLPRVaroperator= (const FFBtoDBLPRVar &other)=delete
 
 FFBtoDBLPRVar (FFBtoDBLPRVar &&other)=delete
 
FFBtoDBLPRVaroperator= (FFBtoDBLPRVar &&other)=delete
 
virtual ~FFBtoDBLPRVar ()=default
 
virtual std::unique_ptr
< FormFactorBase
clone (const std::string &label)
 
- Public Member Functions inherited from Hammer::FFBLPRBase
 FFBLPRBase ()
 
 FFBLPRBase (const FFBLPRBase &other)=default
 
FFBLPRBaseoperator= (const FFBLPRBase &other)=delete
 
 FFBLPRBase (FFBLPRBase &&other)=delete
 
FFBLPRBaseoperator= (FFBLPRBase &&other)=delete
 
virtual ~FFBLPRBase ()=default
 
virtual void eval (const Particle &parent, const ParticleList &daughters, const ParticleList &references)
 method to evaluate the object on a specific particle set More...
 
- Public Member Functions inherited from Hammer::FormFactorBase
 FormFactorBase ()
 
 FormFactorBase (const FormFactorBase &other)
 
FormFactorBaseoperator= (const FormFactorBase &other)=delete
 
 FormFactorBase (FormFactorBase &&other)=delete
 
FormFactorBaseoperator= (FormFactorBase &&other)=delete
 
virtual ~FormFactorBase () noexcept=default
 
std::vector< double > getErrVectorFromDict (const std::map< std::string, double > &errDict) const
 
std::vector< double > getErrVectorFromSettings (bool useDefault=false) const
 
void updateFFErrSettings (const std::vector< double > &values)
 
void updateFFErrSettings (const std::map< std::string, double > &values)
 
void updateFFErrTensor (std::vector< double > values, MultiDimensional::SharedTensorData &data) const
 
const FFPrefixGroupgetFFErrPrefixGroup () const
 
std::pair< FFPrefixGroup,
IndexLabel
getFFErrInfo () const
 
void init ()
 initializes the form factor (defines settings associated to this form factor, etc.) More...
 
TensorgetTensor ()
 returns a reference to itself as a Tensor More...
 
const TensorgetTensor () const
 returns a reference to itself as a Tensor More...
 
Tensor getFFPSIntegrand (const EvaluationGrid &intPoints)
 
const std::string & group () const
 
void calcUnits ()
 compute unit rescaling of this class wrt MC units More...
 
- Public Member Functions inherited from Hammer::ParticleData
 ParticleData ()
 default constructor More...
 
 ParticleData (const ParticleData &other)=default
 
ParticleDataoperator= (const ParticleData &other)=default
 
 ParticleData (ParticleData &&other)=default
 
ParticleDataoperator= (ParticleData &&other)=default
 
virtual ~ParticleData ()
 
virtual bool setSignatureIndex (size_t idx=0)
 select a specific signature to be the current signature More...
 
HashId id () const
 returns the unique ID of the current decay signature More...
 
HashId hadronicId () const
 returns the hadronic unique ID (parent + hadronic daughters) of the current decay signature More...
 
const std::vector< double > & masses () const
 returns the particle masses of the current decay signature More...
 
size_t numSignatures () const
 returns the number of available signatures More...
 
- Public Member Functions inherited from Hammer::SettingsConsumer
virtual void setSettingsHandler (SettingsHandler &sh)
 set link to settings repository handler. More...
 
void setSettingsHandler (const SettingsConsumer &other)
 
SettingsHandlergetSettingsHandler () const
 provide the pointer to the repository handler More...
 
WTerm setWeightTerm (WTerm group)
 
 SettingsConsumer ()
 base constructor More...
 
 SettingsConsumer (const SettingsConsumer &)=default
 default copy constructor More...
 
SettingsConsumeroperator= (const SettingsConsumer &)=default
 
virtual ~SettingsConsumer ()
 virtual destructor More...
 

Protected Member Functions

virtual void evalAtPSPoint (const std::vector< double > &point, const std::vector< double > &masses={})
 
virtual void defineSettings ()
 defines new settings for this class More...
 
- Protected Member Functions inherited from Hammer::FFBLPRBase
double CS (double w, double z) const
 
double CP (double w, double z) const
 
double CV1 (double w, double z) const
 
double CV2 (double w, double z) const
 
double CV3 (double w, double z) const
 
double CA1 (double w, double z) const
 
double CA2 (double w, double z) const
 
double CA3 (double w, double z) const
 
double CT1 (double w, double z) const
 
double CT2 (double w, double z) const
 
double CT3 (double w, double z) const
 
void initVars (double w, double z) const
 
double DiLog (double z) const
 
void addRefs () const
 
- Protected Member Functions inherited from Hammer::FormFactorBase
void setGroup (const std::string &name)
 Sets the FF parametrization scheme label. More...
 
void setPrefix (const std::string &name)
 Sets the XtoY formal process label. More...
 
void setUnits (const std::string &name)
 set units for the FF class parameters More...
 
void addTensor (Tensor &&tensor)
 adds the index labels for the form factor tensor for a specific signature to the index labels signature list. More...
 
void addProcessSignature (PdgId parent, const std::vector< PdgId > &daughters)
 derived from ParticleData::addProcessSignature, also populates _FFInfoList More...
 
LoggetLog () const
 logging facility More...
 
- Protected Member Functions inherited from Hammer::ParticleData
void addProcessSignature (PdgId parent, const std::vector< PdgId > &daughters, const std::vector< PdgId > &subDaughters={})
 adds a signature to the list by specifying the particles PDG codes. More...
 
- Protected Member Functions inherited from Hammer::SettingsConsumer
LoggetLog () const
 logging facility More...
 
void initSettings ()
 
void setPath (const std::string &path)
 provide the basic path for the settings defined by this class, as in "<path>:<setting>" More...
 
template<typename T >
void addSetting (const std::string &name, const T &defaultValue)
 template method to add a new setting More...
 
void removeSetting (const std::string &name)
 
template<typename T >
T * getSetting (const std::string &name) const
 template method to return a setting defined by this class More...
 
template<typename T >
T * getSetting (const std::string &otherPath, const std::string &name) const
 template method to return a setting defined by this class More...
 
bool isOn (const std::string &name) const
 method to check a boolean setting defined by this class More...
 
bool isOn (const std::string &otherPath, const std::string &name) const
 method to check a boolean setting by its name and path More...
 
template<typename T >
void updateVectorOfSettings (const std::vector< T > &values, const std::vector< std::string > &names, const std::string &path="", WTerm group=WTerm::COMMON)
 
template<typename T >
void updateVectorOfSettings (const std::map< std::string, T > &values, const std::string &path="", WTerm group=WTerm::COMMON)
 

Private Attributes

bool initialized
 
bool initCs = false
 
double Cv1z
 
double Cv2z
 
double Cv3z
 
double Cv1zp
 
double Cv2zp
 
double Cv3zp
 
double Cv1zpp
 
double Cv2zpp
 
double Cv3zpp
 

Additional Inherited Members

- Protected Attributes inherited from Hammer::FormFactorBase
FFPrefixGroup _errPrefixGroup
 
IndexLabel _FFErrLabel
 
std::vector< std::pair
< FFPrefixGroup, IndexLabel > > 
_FFInfoList
 list of {prefix/group struct, uncertainty label} (one for each signature) More...
 
std::vector< std::string > _FFErrNames
 
std::vector< Tensor_tensorList
 list of (list of) labels for the tensor indices (one for each signature) More...
 
double _units
 
bool _unitsinit = false
 
- Protected Attributes inherited from Hammer::ParticleData
std::vector< Signature_signatures
 the list of signatures More...
 
size_t _signatureIndex
 the index of the current signature More...
 
- Protected Attributes inherited from Hammer::SettingsConsumer
SettingsHandler_settingHandler
 pointer to the settings repository handler. More...
 
std::string _settingPath
 path of the settings defined by this class More...
 
WTerm _group
 
std::set< std::string > _ownedSettings
 

Detailed Description

Definition at line 19 of file FFBtoDBLPRVar.hh.

Constructor & Destructor Documentation

Hammer::FFBtoDBLPRVar::FFBtoDBLPRVar ( )

Definition at line 29 of file FFBtoDBLPRVar.cc.

Hammer::FFBtoDBLPRVar::FFBtoDBLPRVar ( const FFBtoDBLPRVar other)
default
Hammer::FFBtoDBLPRVar::FFBtoDBLPRVar ( FFBtoDBLPRVar &&  other)
delete
virtual Hammer::FFBtoDBLPRVar::~FFBtoDBLPRVar ( )
virtualdefault

Member Function Documentation

std::unique_ptr< FormFactorBase > Hammer::FFBtoDBLPRVar::clone ( const std::string &  label)
virtual
Parameters
[in]label
Returns

Implements Hammer::FormFactorBase.

Definition at line 296 of file FFBtoDBLPRVar.cc.

void Hammer::FFBtoDBLPRVar::defineSettings ( )
protectedvirtual

defines new settings for this class

Implements Hammer::FFBLPRBase.

Definition at line 51 of file FFBtoDBLPRVar.cc.

void Hammer::FFBtoDBLPRVar::evalAtPSPoint ( const std::vector< double > &  point,
const std::vector< double > &  masses = {} 
)
protectedvirtual
Parameters
[in]point
[in]masses
Returns

Implements Hammer::FFBLPRBase.

Definition at line 93 of file FFBtoDBLPRVar.cc.

FFBtoDBLPRVar& Hammer::FFBtoDBLPRVar::operator= ( const FFBtoDBLPRVar other)
delete
FFBtoDBLPRVar& Hammer::FFBtoDBLPRVar::operator= ( FFBtoDBLPRVar &&  other)
delete

Member Data Documentation

double Hammer::FFBtoDBLPRVar::Cv1z
mutableprivate

Definition at line 41 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv1zp
mutableprivate

Definition at line 44 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv1zpp
mutableprivate

Definition at line 47 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv2z
mutableprivate

Definition at line 42 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv2zp
mutableprivate

Definition at line 45 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv2zpp
mutableprivate

Definition at line 48 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv3z
mutableprivate

Definition at line 43 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv3zp
mutableprivate

Definition at line 46 of file FFBtoDBLPRVar.hh.

double Hammer::FFBtoDBLPRVar::Cv3zpp
mutableprivate

Definition at line 49 of file FFBtoDBLPRVar.hh.

bool Hammer::FFBtoDBLPRVar::initCs = false
mutableprivate

Definition at line 40 of file FFBtoDBLPRVar.hh.

bool Hammer::FFBtoDBLPRVar::initialized
mutableprivate

Definition at line 39 of file FFBtoDBLPRVar.hh.


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