FairRoot/PandaRoot
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
detectors
passive
PndGeoCave.h
Go to the documentation of this file.
1
#ifndef PNDGEOCAVE_H
2
#define PNDGEOCAVE_H
3
4
#include "FairGeoSet.h"
5
#include "TString.h"
6
#include "FairGeoMedia.h"
7
#include <fstream>
8
class
PndGeoCave
:
public
FairGeoSet {
9
protected
:
10
TString
name
;
11
public
:
12
PndGeoCave
();
13
~PndGeoCave
() {}
14
const
char
*
getModuleName
(Int_t) {
return
name.Data();}
15
Bool_t
read
(std::fstream&,FairGeoMedia*);
16
void
addRefNodes
();
17
void
write
(std::fstream&);
18
void
print
();
19
ClassDef(
PndGeoCave
,0)
// Class for the geometry of CAVE
20
};
21
22
#endif
/* !PNDGEOCAVE_H */
PndGeoCave::write
void write(std::fstream &)
Definition:
PndGeoCave.cxx:77
PndGeoCave::print
void print()
Definition:
PndGeoCave.cxx:91
PndGeoCave::PndGeoCave
PndGeoCave()
PndGeoCave::getModuleName
const char * getModuleName(Int_t)
Definition:
PndGeoCave.h:14
PndGeoCave::addRefNodes
void addRefNodes()
Definition:
PndGeoCave.cxx:71
PndGeoCave
Definition:
PndGeoCave.h:8
TString
TString
Definition:
SimCompleteLinkDef.h:6
Bool_t
Bool_t
Definition:
SimCompleteLinkDef.h:6
PndGeoCave::read
Bool_t read(std::fstream &, FairGeoMedia *)
Definition:
PndGeoCave.cxx:26
PndGeoCave::~PndGeoCave
~PndGeoCave()
Definition:
PndGeoCave.h:13
PndGeoCave::name
TString name
Definition:
PndGeoCave.h:10
Generated on Sun Aug 18 2019 03:01:29 for FairRoot/PandaRoot by
1.8.8