#ifndef __EVTMTRIVIALLS_H__ #define __EVTMTRIVIALLS_H__ #include "EvtGenBase/EvtMRes.hh" class EvtMTrivialLS : public EvtMLineShape { public: EvtMTrivialLS( const EvtId& id, const vector& args ) {}; ~EvtMTrivialLS() {}; EvtComplex shape( const vector& product ) const; EvtMLineShape* duplicate() const; }; #endif