Page MenuHomeHEPForge

EvtBtoXsgammaAbsModel.hh
No OneTemporary

Size
927 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:
EvtBtoXsgammaAbsModel() {}
virtual ~EvtBtoXsgammaAbsModel();
virtual void init(int, double*);
virtual double GetMass(int code)=0;
private:
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 6:11 AM (1 d, 1 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6450075
Default Alt Text
EvtBtoXsgammaAbsModel.hh (927 B)

Event Timeline