FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
passive
PndCave.h
Go to the documentation of this file.
1
#ifndef Cave_H
2
#define Cave_H
3
4
#include "FairDetector.h"
5
#include "FairModule.h"
6
7
8
class
PndCave
:
public
FairModule {
9
public
:
10
PndCave
(
const
char
*
name
,
const
char
*Title=
"Exp Cave"
);
11
PndCave
();
12
virtual
~PndCave
();
13
virtual
void
ConstructGeometry
();
14
15
16
private
:
17
Double_t
world
[3];
18
ClassDef(
PndCave
,1)
//PNDCaveSD
19
};
20
21
#endif //Cave_H
22
PndCave::~PndCave
virtual ~PndCave()
Definition:
PndCave.cxx:62
PndCave::ConstructGeometry
virtual void ConstructGeometry()
PndCave::PndCave
PndCave()
Definition:
PndCave.cxx:59
Double_t
Double_t
Definition:
SimCompleteLinkDef.h:6
name
TString name
Definition:
createRootGeoFile.C:82
PndCave::world
Double_t world[3]
Definition:
PndCave.h:17
PndCave
Definition:
PndCave.h:8
Generated on Sun Aug 18 2019 03:01:19 for FairRoot/PandaRoot by
1.8.8