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

Annotation of /PamVMC_update/src/PamVMCDigMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.1.1.1 - (hide annotations) (download) (vendor branch)
Tue Oct 15 15:51:44 2013 UTC (11 years, 1 month ago) by formato
Branch: MAIN, rel
CVS Tags: reltag, HEAD
Changes since 1.1: +0 -0 lines
PamVMC update

1 formato 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    
18     PamVMCDigMgr * PamVMCDigMgr::Instance_ext(){
19    
20     if(fdig == 0) {
21     fdig = new PamVMCDigMgr("");
22     }
23     return fdig;
24     }

  ViewVC Help
Powered by ViewVC 1.1.23