Page MenuHomeHEPForge

EvtSLPole.hh
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

EvtSLPole.hh

//--------------------------------------------------------------------------
//
// 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.
//
// Copyright Information: See EvtGen/COPYRIGHT
// Copyright (C) 1998 Caltech, UCSB
//
// Module: EvtGen/EvtSLPole.hh
//
// Description:Semileptonic decays with pole form form factors
//
// Modification history:
//
// DJL April 23, 1998 Module created
//
//------------------------------------------------------------------------
#ifndef EVTSLPOLE_HH
#define EVTSLPOLE_HH
#include "EvtGenBase/EvtDecayAmp.hh"
#include "EvtGenBase/EvtSemiLeptonicFF.hh"
#include "EvtGenBase/EvtSemiLeptonicAmp.hh"
class Evtparticle;
class EvtSLPole:public EvtDecayAmp {
public:
EvtSLPole() {}
virtual ~EvtSLPole();
std::string getName();
EvtDecayBase* clone();
void decay(EvtParticle *p);
void initProbMax();
void init();
private:
EvtSemiLeptonicFF *SLPoleffmodel;
EvtSemiLeptonicAmp *calcamp;
//special case - reset the daughter masses
bool _resetDaughterTree;
};
#endif

File Metadata

Mime Type
text/x-c++
Expires
Tue, Sep 30, 4:37 AM (4 h, 16 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6527528
Default Alt Text
EvtSLPole.hh (1 KB)

Event Timeline