herwig is hosted by Hepforge, IPPP Durham
Herwig 7.3.0
BtoSGammaFlatEnergy.h
1// -*- C++ -*-
2//
3// BtoSGammaFlatEnergy.h is a part of Herwig - A multi-purpose Monte Carlo event generator
4// Copyright (C) 2002-2019 The Herwig Collaboration
5//
6// Herwig is licenced under version 3 of the GPL, see COPYING for details.
7// Please respect the MCnet academic guidelines, see GUIDELINES for details.
8//
9#ifndef HERWIG_BtoSGammaFlatEnergy_H
10#define HERWIG_BtoSGammaFlatEnergy_H
11//
12// This is the declaration of the BtoSGammaFlatEnergy class.
13//
14
15#include "BtoSGammaHadronicMass.h"
16
17namespace Herwig {
18
19using namespace ThePEG;
20
31
32public:
33
41 virtual Energy hadronicMass(Energy mb, Energy mquark);
42
49 virtual void dataBaseOutput(ofstream & os,bool header,bool create) const;
50
51public:
52
59 static void Init();
60
61protected:
62
69 virtual IBPtr clone() const {return new_ptr(*this);}
70
75 virtual IBPtr fullclone() const {return new_ptr(*this);}
77
78private:
79
85
86};
87
88}
89
90#endif /* HERWIG_BtoSGammaFlatEnergy_H */
The BtoSGammaFlatEnergy class is a model of the hadronic mass is decays which produces a flat photon...
static void Init()
The standard Init function used to initialize the interfaces.
virtual IBPtr clone() const
Make a simple clone of this object.
virtual void dataBaseOutput(ofstream &os, bool header, bool create) const
Output the setup information for the particle database.
BtoSGammaFlatEnergy & operator=(const BtoSGammaFlatEnergy &)=delete
The assignment operator is private and must never be called.
virtual Energy hadronicMass(Energy mb, Energy mquark)
Return the hadronic mass.
virtual IBPtr fullclone() const
Make a clone of this object, possibly modifying the cloned object to make it sane.
The BtoSGammaHadronicMass class is the base class for the implementation of models of the hadronic ma...
-*- C++ -*-
ThePEG::Ptr< InterfacedBase >::pointer IBPtr