]> git.uio.no Git - u/mrichter/AliRoot.git/blame - TEvtGen/EvtGenBase/EvtMTrivialLS.hh
Updates EvtGen Code
[u/mrichter/AliRoot.git] / TEvtGen / EvtGenBase / EvtMTrivialLS.hh
CommitLineData
da0e9ce3 1#ifndef __EVTMTRIVIALLS_H__
2#define __EVTMTRIVIALLS_H__
3
4#include "EvtGenBase/EvtMRes.hh"
5
6class EvtMTrivialLS : public EvtMLineShape {
7
8 public:
9
0ca57c2f 10 EvtMTrivialLS( const EvtId& /*id*/, const vector<string>& /*args*/ ) {};
da0e9ce3 11 ~EvtMTrivialLS() {};
12
13 EvtComplex shape( const vector<EvtVector4R>& product ) const;
14
15 EvtMLineShape* duplicate() const;
16};
17
18#endif