Page Menu
Home
HEPForge
Search
Configure Global Search
Log In
Files
F19244274
EvtParticleDecay.hh
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
1 KB
Referenced Files
None
Subscribers
None
EvtParticleDecay.hh
View Options
//--------------------------------------------------------------------------
//
// 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/EvtParticleDecay.hh
//
// Description:
//
// Modification history:
//
// DJL/RYD August 11, 1998 Module created
//
//------------------------------------------------------------------------
#ifndef EVTPARTICLEDECAY_HH
#define EVTPARTICLEDECAY_HH
#include
"EvtGenBase/EvtDecayBase.hh"
class
EvtParticleDecay
{
public
:
EvtParticleDecay
(){
_decay
=
0
;
_brfrsum
=
0.0
;
_massmin
=
0.0
;
}
~
EvtParticleDecay
(){
if
(
_decay
!=
0
)
delete
_decay
;
}
void
chargeConj
(
EvtParticleDecay
*
decay
);
void
setDecayModel
(
EvtDecayBase
*
decay
)
{
_decay
=
decay
;}
EvtDecayBase
*
getDecayModel
()
{
return
_decay
;}
double
getBrfrSum
()
{
return
_brfrsum
;}
void
setBrfrSum
(
double
brfrsum
)
{
_brfrsum
=
brfrsum
;}
double
getMassMin
()
{
return
_massmin
;}
void
setMassMin
(
double
massmin
)
{
_massmin
=
massmin
;}
void
printSummary
();
private
:
EvtDecayBase
*
_decay
;
double
_brfrsum
;
double
_massmin
;
};
#endif
File Metadata
Details
Attached
Mime Type
text/x-c++
Expires
Tue, Sep 30, 4:40 AM (20 h, 54 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
6492958
Default Alt Text
EvtParticleDecay.hh (1 KB)
Attached To
Mode
rEVTGEN evtgen
Attached
Detach File
Event Timeline
Log In to Comment