Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Namespace Members | Class Members | File Members | Related Pages

EvtMTrivialLS Class Reference

#include <EvtMTrivialLS.hh>

Inheritance diagram for EvtMTrivialLS:

EvtMLineShape List of all members.

Public Member Functions

EvtMLineShapeduplicate () const
 EvtMTrivialLS (const EvtId &id, const vector< string > &args)
void setres (EvtMRes *n)
EvtComplex shape (const vector< EvtVector4R > &product) const
 ~EvtMTrivialLS ()

Protected Attributes

EvtMRes_node

Constructor & Destructor Documentation

EvtMTrivialLS::EvtMTrivialLS const EvtId id,
const vector< string > &  args
[inline]
 

00010 {};

EvtMTrivialLS::~EvtMTrivialLS  )  [inline]
 

00011 {};


Member Function Documentation

EvtMLineShape * EvtMTrivialLS::duplicate  )  const [virtual]
 

Implements EvtMLineShape.

00010 {   
00011     EvtId temp1;
00012     vector<string> temp2;
00013 
00014     EvtMLineShape* tmp=new EvtMTrivialLS(temp1, temp2); 
00015     return tmp;
00016 }

void EvtMLineShape::setres EvtMRes n  )  [inline, inherited]
 

00014 { _node = n; }

EvtComplex EvtMTrivialLS::shape const vector< EvtVector4R > &  product  )  const [virtual]
 

Implements EvtMLineShape.

00005 { 
00006     return EvtComplex(1.0, 0.0); 
00007 }


Member Data Documentation

EvtMRes* EvtMLineShape::_node [protected, inherited]
 


The documentation for this class was generated from the following files:
Generated on Wed Feb 2 16:07:31 2011 for BOSS6.5.5 by  doxygen 1.3.9.1