Hammer  1.0.0
Helicity Amplitude Module for Matrix Element Reweighting
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FFBtoD2starBLRVar.hh
Go to the documentation of this file.
1 ///
2 /// @file FFBtoD2starBLRVar.hh
3 /// @brief \f$ B \rightarrow D_2^* \f$ BLR form factors with variations
4 ///
5 
6 //**** This file is a part of the HAMMER library
7 //**** Copyright (C) 2016 - 2020 The HAMMER Collaboration
8 //**** HAMMER is licensed under version 3 of the GPL; see COPYING for details
9 //**** Please note the MCnet academic guidelines; see GUIDELINES for details
10 
11 // -*- C++ -*-
12 #ifndef HAMMER_FF_BDSSD2STARBLR_VAR
13 #define HAMMER_FF_BDSSD2STARBLR_VAR
14 
16 
17 namespace Hammer {
18 
19  class FFBtoD2starBLRVar : public FFBLRBase {
20 
21  public:
23 
24  FFBtoD2starBLRVar(const FFBtoD2starBLRVar& other) = default;
25  FFBtoD2starBLRVar& operator=(const FFBtoD2starBLRVar& other) = delete;
26  FFBtoD2starBLRVar(FFBtoD2starBLRVar&& other) = delete;
28  virtual ~FFBtoD2starBLRVar() = default;
29 
30  public:
31 
32  virtual std::unique_ptr<FormFactorBase> clone(const std::string& label);
33 
34  protected:
35  virtual void evalAtPSPoint(const std::vector<double>& point, const std::vector<double>& masses = {});
36 
37  virtual void defineSettings();
38  private:
39  mutable bool initialized;
40  };
41 
42 } // namespace Hammer
43 
44 #endif
FFBtoD2starBLRVar & operator=(const FFBtoD2starBLRVar &other)=delete
virtual std::unique_ptr< FormFactorBase > clone(const std::string &label)
virtual void evalAtPSPoint(const std::vector< double > &point, const std::vector< double > &masses={})
const std::vector< double > & masses() const
returns the particle masses of the current decay signature
Definition: ParticleData.cc:44
Base class for BLR form factors.
Definition: FFBLRBase.hh:22
Hammer base class for BLR form factors.
virtual ~FFBtoD2starBLRVar()=default
virtual void defineSettings()
defines new settings for this class