/[PAMELA software]/trieste/pamVMC/src/PamVMCRawMgr.cxx
ViewVC logotype

Annotation of /trieste/pamVMC/src/PamVMCRawMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (hide annotations) (download)
Tue Mar 24 14:04:06 2009 UTC (15 years, 8 months ago) by pizzolot
Branch: MAIN
CVS Tags: HEAD
Changes since 1.1: +2 -2 lines
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