CGEM BOSS 6.6.5.g
BESIII Offline Software System
Loading...
Searching...
No Matches
EvtMBreitWigner.hh
Go to the documentation of this file.
1#ifndef __EVTMBREITWIGNER_HH__
2#define __EVTMBREITWIGNER_HH__
3
5
7
8 public:
9 EvtMBreitWigner( const EvtId& id, const vector<string>& args );
11
12 EvtComplex shape( const vector<EvtVector4R>& product ) const;
13
14 EvtMLineShape * duplicate() const;
15
16 private:
17 EvtId _id;
18
19 double _width, _resmass;
20};
21
22#endif
Definition: EvtId.hh:27
EvtMLineShape * duplicate() const
EvtComplex shape(const vector< EvtVector4R > &product) const