FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
stt
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
11
ClassImp
(
PndSttTubeMap
);
12
13
PndSttTubeMap
*
PndSttTubeMap::fInstance
= NULL;
14
15
PndSttTubeMap::PndSttTubeMap
() {
16
// TODO Auto-generated constructor stub
17
18
}
19
20
PndSttTubeMap::~PndSttTubeMap
() {
21
// TODO Auto-generated destructor stub
22
}
23
24
PndSttTubeMap
*
PndSttTubeMap::Instance
(){
25
if
( !
fInstance
){
26
fInstance
=
new
PndSttTubeMap
();
27
}
28
return
fInstance
;
29
}
30
PndSttTube.h
PndSttTubeMap::Instance
static PndSttTubeMap * Instance()
Definition:
PndSttTubeMap.cxx:24
PndSttTubeMap::fInstance
static PndSttTubeMap * fInstance
Definition:
PndSttTubeMap.h:30
PndSttTubeMap
Definition:
PndSttTubeMap.h:16
PndSttTubeMap::PndSttTubeMap
PndSttTubeMap()
Definition:
PndSttTubeMap.cxx:15
PndSttTubeMap.h
PndSttTubeMap::~PndSttTubeMap
virtual ~PndSttTubeMap()
Definition:
PndSttTubeMap.cxx:20
ClassImp
ClassImp(PndAnaContFact)
Generated on Wed Apr 3 2019 10:02:58 for FairRoot/PandaRoot by
1.8.5