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

Contents of /PamVMC/src/PamVMCCutContMgr.cxx

Parent Directory Parent Directory | Revision Log Revision Log


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

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

  ViewVC Help
Powered by ViewVC 1.1.23