Hammer
1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
FFBtoDCLN.hh
Go to the documentation of this file.
1
///
2
/// @file FFBtoDCLN.hh
3
/// @brief \f$ B \rightarrow D \f$ CLN form factors
4
/// @brief Ported from EvtGen HQET3 (custom class; F Bernlochner)
5
///
6
7
//**** This file is a part of the HAMMER library
8
//**** Copyright (C) 2016 - 2020 The HAMMER Collaboration
9
//**** HAMMER is licensed under version 3 of the GPL; see COPYING for details
10
//**** Please note the MCnet academic guidelines; see GUIDELINES for details
11
12
// -*- C++ -*-
13
#ifndef HAMMER_FF_BDCLN
14
#define HAMMER_FF_BDCLN
15
16
#include "
Hammer/FormFactors/FFCLNBase.hh
"
17
18
namespace
Hammer {
19
20
class
FFBtoDCLN
:
public
FFCLNBase
{
21
22
public
:
23
FFBtoDCLN
();
24
25
FFBtoDCLN
(
const
FFBtoDCLN
& other) =
default
;
26
FFBtoDCLN
&
operator=
(
const
FFBtoDCLN
& other) =
delete
;
27
FFBtoDCLN
(
FFBtoDCLN
&& other) =
delete
;
28
FFBtoDCLN
&
operator=
(
FFBtoDCLN
&& other) =
delete
;
29
virtual
~FFBtoDCLN
() =
default
;
30
31
public
:
32
33
virtual
std::unique_ptr<FormFactorBase>
clone
(
const
std::string& label);
34
35
protected
:
36
virtual
void
evalAtPSPoint
(
const
std::vector<double>& point,
const
std::vector<double>&
masses
= {});
37
38
virtual
void
defineSettings
();
39
private
:
40
mutable
bool
initialized
;
41
};
42
43
}
// namespace Hammer
44
45
#endif
FFCLNBase.hh
Hammer base class for CLN form factors.
Hammer::FFBtoDCLN
Definition:
FFBtoDCLN.hh:20
Hammer::FFBtoDCLN::~FFBtoDCLN
virtual ~FFBtoDCLN()=default
Hammer::FFBtoDCLN::operator=
FFBtoDCLN & operator=(const FFBtoDCLN &other)=delete
Hammer::FFBtoDCLN::clone
virtual std::unique_ptr< FormFactorBase > clone(const std::string &label)
Definition:
FFBtoDCLN.cc:132
Hammer::ParticleData::masses
const std::vector< double > & masses() const
returns the particle masses of the current decay signature
Definition:
ParticleData.cc:44
Hammer::FFBtoDCLN::FFBtoDCLN
FFBtoDCLN()
Definition:
FFBtoDCLN.cc:29
Hammer::FFBtoDCLN::initialized
bool initialized
Definition:
FFBtoDCLN.hh:40
Hammer::FFBtoDCLN::defineSettings
virtual void defineSettings()
defines new settings for this class
Definition:
FFBtoDCLN.cc:48
Hammer::FFBtoDCLN::evalAtPSPoint
virtual void evalAtPSPoint(const std::vector< double > &point, const std::vector< double > &masses={})
Definition:
FFBtoDCLN.cc:63
Hammer::FFCLNBase
Base class for CLN form factors.
Definition:
FFCLNBase.hh:22
media
psf
Home
Development
Hammer
include
Hammer
FormFactors
FFBtoDCLN.hh
Generated by
1.8.5