/[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.1.1.1 - (hide annotations) (download) (vendor branch)
Wed Mar 4 12:51:19 2009 UTC (15 years, 9 months ago) by pamelats
Branch: pamVMC
CVS Tags: start, v0r00
Changes since 1.1: +0 -0 lines
Test pamVMC

1 pamelats 1.1 #include "PamVMCRawMgr.h"
2    
3    
4     PamVMCRawMgr * PamVMCRawMgr::frm = 0;
5    
6     PamVMCRawMgr * PamVMCRawMgr::Instance(){
7     if(frm == 0) {
8     frm = new PamVMCRawMgr();
9     }
10     return frm;
11     }

  ViewVC Help
Powered by ViewVC 1.1.23