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