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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.2 - (show 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 #include "PamVMCRawMgr.h"
2
3
4 PamVMCRawMgr * PamVMCRawMgr::frm = 0;
5
6 PamVMCRawMgr * PamVMCRawMgr::Instance(const char *filename){
7 if(frm == 0) {
8 frm = new PamVMCRawMgr(filename);
9 }
10 return frm;
11 }

  ViewVC Help
Powered by ViewVC 1.1.23