Page MenuHomeHEPForge

EvtBtoXsgammaAbsModel.hh
No OneTemporary

Size
871 B
Referenced Files
None
Subscribers
None

EvtBtoXsgammaAbsModel.hh

//--------------------------------------------------------------------------
//
//
// Copyright Information: See EvtGen/COPYRIGHT
//
// Environment:
// This software is part of the EvtGen package developed jointly
// for the BaBar and CLEO collaborations. If you use all or part
// of it, please give an appropriate acknowledgement.
//
//
// Module: EvtGen/EvtBtoXsgammaAbsModel.hh
//
// Description:
// B->Xs gamma model base class.
//
// Modification history:
//
// Jane Tinslay March 21, 2000 Module Created
//
//------------------------------------------------------------------------
#ifndef EVTBTOXSGAMMAABSMODEL_HH
#define EVTBTOXSGAMMAABSMODEL_HH
class EvtBtoXsgammaAbsModel {
public:
virtual ~EvtBtoXsgammaAbsModel() = default;
virtual void init(int, double*);
virtual double GetMass(int code)=0;
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:12 AM (5 h, 52 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6553070
Default Alt Text
EvtBtoXsgammaAbsModel.hh (871 B)

Event Timeline