Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F10880961
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Flag For Later
Size
6 KB
Subscribers
None
View Options
diff --git a/EvtGenModels/EvtbTosllAmpNew.hh b/EvtGenModels/EvtbTosllAmpNew.hh
index 92ee940..e533c06 100644
--- a/EvtGenModels/EvtbTosllAmpNew.hh
+++ b/EvtGenModels/EvtbTosllAmpNew.hh
@@ -1,59 +1,61 @@
/***********************************************************************
* Copyright 1998-2020 CERN for the benefit of the EvtGen authors *
* *
* This file is part of EvtGen. *
* *
* EvtGen is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* EvtGen is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with EvtGen. If not, see <https://www.gnu.org/licenses/>. *
***********************************************************************/
#ifndef EVTBTOSLLAMPNEW_HH
#define EVTBTOSLLAMPNEW_HH
+
+#include "EvtGenBase/EvtId.hh"
+
class EvtAmp;
-class EvtId;
class EvtbTosllFFNew;
class EvtParticle;
class EvtbTosllWilsCoeffNLO;
// all definicions !
class EvtbTosllAmpNew {
public:
virtual ~EvtbTosllAmpNew(){};
virtual void CalcAmp( EvtParticle* parent, EvtAmp& amp,
EvtbTosllFFNew* formFactors,
EvtbTosllWilsCoeffNLO* WilsCoeff, double /* mu */,
int /* Nf */, int /* res_swch */, int /* ias */,
double /* CKM_A */, double /* CKM_lambda */,
double /* CKM_barrho */, double /* CKM_bareta */ ) = 0;
virtual double CalcMaxProb( EvtId /* parnum */, EvtId /* mesnum */,
EvtId /* l1num */, EvtId /* l2num */,
EvtbTosllFFNew* /* formFactors */,
EvtbTosllWilsCoeffNLO* /*WilsCoeff */,
double /* mu */, int /* Nf */,
int /* res_swch */, int /* ias */,
double /* CKM_A */, double /* CKM_lambda */,
double /* CKM_barrho */, double /* CKM_bareta */ )
{
return 0.0;
};
virtual double lambda( double /* a */, double /* b */, double /* c */ )
{
return 0.0;
};
};
#endif
diff --git a/EvtGenModels/EvtbTosllAmpNewExt.hh b/EvtGenModels/EvtbTosllAmpNewExt.hh
index 3e4cc4a..f42364e 100644
--- a/EvtGenModels/EvtbTosllAmpNewExt.hh
+++ b/EvtGenModels/EvtbTosllAmpNewExt.hh
@@ -1,63 +1,65 @@
/***********************************************************************
* Copyright 1998-2020 CERN for the benefit of the EvtGen authors *
* *
* This file is part of EvtGen. *
* *
* EvtGen is free software: you can redistribute it and/or modify *
* it under the terms of the GNU General Public License as published by *
* the Free Software Foundation, either version 3 of the License, or *
* (at your option) any later version. *
* *
* EvtGen is distributed in the hope that it will be useful, *
* but WITHOUT ANY WARRANTY; without even the implied warranty of *
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the *
* GNU General Public License for more details. *
* *
* You should have received a copy of the GNU General Public License *
* along with EvtGen. If not, see <https://www.gnu.org/licenses/>. *
***********************************************************************/
#ifndef EVTBTOSLLAMPNEWEXT_HH
#define EVTBTOSLLAMPNEWEXT_HH
+
+#include "EvtGenBase/EvtId.hh"
+
class EvtAmp;
-class EvtId;
class EvtbTosllFFNew;
class EvtParticle;
class EvtbTosllWilsCoeffNLO;
// all definicions !
class EvtbTosllAmpNewExt {
public:
virtual ~EvtbTosllAmpNewExt(){};
virtual void CalcAmp( EvtParticle* parent, EvtAmp& amp,
EvtbTosllFFNew* formFactors,
EvtbTosllWilsCoeffNLO* WilsCoeff, double /* mu */,
int /* Nf */, int /* res_swch */, int /* ias */,
double /* CKM_A */, double /* CKM_lambda */,
double /* CKM_barrho */, double /* CKM_bareta */,
double /* ReA7 */, double /* ImA7 */,
double /* ReA10 */, double /*ImA10 */ ) = 0;
virtual double CalcMaxProb( EvtId /* parnum */, EvtId /* mesnum */,
EvtId /* l1num */, EvtId /* l2num */,
EvtbTosllFFNew* /* formFactors */,
EvtbTosllWilsCoeffNLO* /*WilsCoeff */,
double /* mu */, int /* Nf */,
int /* res_swch */, int /* ias */,
double /* CKM_A */, double /* CKM_lambda */,
double /* CKM_barrho */, double /* CKM_bareta */,
double /* ReA7 */, double /* ImA7 */,
double /* ReA10 */, double /*ImA10 */ )
{
return 0.0;
};
virtual double lambda( double /* a */, double /* b */, double /* c */ )
{
return 0.0;
};
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-diff
Expires
Sat, May 3, 5:38 AM (4 h, 55 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
4967727
Default Alt Text
(6 KB)
Attached To
rEVTGEN evtgen
Event Timeline
Log In to Comment