Parent Directory | Revision Log
setting of random seed; new distribution for primary generation
1 | pamelats | 1.1 | #include "PamVMCRawMgr.h" |
2 | |||
3 | |||
4 | PamVMCRawMgr * PamVMCRawMgr::frm = 0; | ||
5 | |||
6 | pizzolot | 1.2 | PamVMCRawMgr * PamVMCRawMgr::Instance(const char *filename){ |
7 | pamelats | 1.1 | if(frm == 0) { |
8 | pizzolot | 1.2 | frm = new PamVMCRawMgr(filename); |
9 | pamelats | 1.1 | } |
10 | return frm; | ||
11 | } |
ViewVC Help | |
Powered by ViewVC 1.1.23 |