CMS 3D CMS Logo

EvtModelUserReg.h
Go to the documentation of this file.
1 #ifndef gen_EvtModelUserReg_h
2 #define gen_EvtModelUserReg_h
3 
4 #include <memory>
5 #include "EvtGenModels/EvtModelReg.hh"
9 //typedef std::list<EvtDecayBase*> EvtModelList;
10 
12 {
13 public:
14  std::list<EvtDecayBase*> getUserModels();
15 };
16 
17 #endif /*EvtModelUserReg*/
std::list< EvtDecayBase * > getUserModels()