BOSS 7.0.4
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtBtoXsgammaAbsModel.cc
Go to the documentation of this file.
1//--------------------------------------------------------------------------
2//
3//
4// Copyright Information: See EvtGen/COPYRIGHT
5//
6// Environment:
7// This software is part of the EvtGen package developed jointly
8// for the BaBar and CLEO collaborations. If you use all or part
9// of it, please give an appropriate acknowledgement.
10//
11// Module: EvtBtoXsgammaAbsModel.cc
12//
13// Description:
14// B->Xs gamma model base class.
15//
16// Modification history:
17//
18// Jane Tinslay March 21, 2000 Module Created
19//------------------------------------------------------------------------
20//
22
23#include <stdlib.h>
25
27
28void EvtBtoXsgammaAbsModel::init(int, double*) {
29
30 //This default version of init does nothing;
31 //A specialized version of this function can be
32 //supplied for each decay model to do initialization.
33
34 return;
35
36}
virtual void init(int, double *)