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

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

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (show annotations) (download) (vendor branch)
Wed Mar 4 12:51:20 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 #include <iostream>
2 #include <TString.h>
3 #include "PamVMCDigMgr.h"
4
5 using std::cout;
6 using std::endl;
7
8 PamVMCDigMgr * PamVMCDigMgr::fdig = 0;
9
10 PamVMCDigMgr * PamVMCDigMgr::Instance(){
11
12 if(fdig == 0) {
13 fdig = new PamVMCDigMgr();
14 }
15 return fdig;
16 }
17

  ViewVC Help
Powered by ViewVC 1.1.23