FairRoot/PandaRoot
PndSttTubeMap.cxx
Go to the documentation of this file.
1 /*
2  * PndSttTubeMap.cxx
3  *
4  * Created on: 02.08.2018
5  * Author: tstockmanns
6  */
7 
8 #include <PndSttTubeMap.h>
9 #include "PndSttTube.h"
10 
12 
14 
16  // TODO Auto-generated constructor stub
17 
18 }
19 
21  // TODO Auto-generated destructor stub
22 }
23 
25  if ( !fInstance){
26  fInstance = new PndSttTubeMap();
27  }
28  return fInstance;
29 }
30 
static PndSttTubeMap * Instance()
static PndSttTubeMap * fInstance
Definition: PndSttTubeMap.h:30
virtual ~PndSttTubeMap()
ClassImp(PndAnaContFact)