/[PAMELA software]/PamVMC/src/PamVMCDigMgr.cxx
ViewVC logotype

Annotation of /PamVMC/src/PamVMCDigMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1 - (hide annotations) (download)
Thu Feb 19 17:39:49 2009 UTC (15 years, 9 months ago) by nikolas
Branch: MAIN
Cleaning up before releasing

1 nikolas 1.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