Page MenuHomeHEPForge

EvtBTo3piCP.hh
No OneTemporary

Size
1 KB
Referenced Files
None
Subscribers
None

EvtBTo3piCP.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/EvtBTo3piCP.hh
//
// Description:
//
// Modification history:
//
// DJL/RYD August 11, 1998 Module created
//
//------------------------------------------------------------------------
#ifndef EVTBTO3PICP_HH
#define EVTBTO3PICP_HH
#include "EvtGenBase/EvtDecayAmp.hh"
#include "EvtGenBase/EvtVector4R.hh"
#include "EvtGenModels/EvtBTo3hCP.hh"
class EvtParticle;
class EvtBTo3piCP : public EvtDecayAmp {
public:
EvtBTo3piCP() {}
std::string getName() override;
EvtBTo3piCP* clone() override;
void init() override;
void initProbMax() override;
void decay( EvtParticle* p ) override;
private:
EvtBTo3hCP generator;
};
#endif

File Metadata

Mime Type
text/x-c
Expires
Tue, Sep 30, 5:49 AM (1 d, 15 h)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6566381
Default Alt Text
EvtBTo3piCP.hh (1 KB)

Event Timeline