PandaRoot
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
12
public
:
13
PndGeoCave
();
14
~PndGeoCave
() {}
15
const
char
*
getModuleName
(Int_t) {
return
name.Data(); }
16
Bool_t
read
(std::fstream &, FairGeoMedia *);
17
void
addRefNodes
();
18
void
write
(std::fstream &);
19
void
print
();
20
ClassDef(
PndGeoCave
, 0)
// Class for the geometry of CAVE
21
};
22
23
#endif
/* !PNDGEOCAVE_H */
PndGeoCave::write
void write(std::fstream &)
PndGeoCave::print
void print()
PndGeoCave::PndGeoCave
PndGeoCave()
PndGeoCave::getModuleName
const char * getModuleName(Int_t)
Definition:
PndGeoCave.h:15
PndGeoCave::addRefNodes
void addRefNodes()
PndGeoCave
Definition:
PndGeoCave.h:8
PndGeoCave::read
Bool_t read(std::fstream &, FairGeoMedia *)
PndGeoCave::~PndGeoCave
~PndGeoCave()
Definition:
PndGeoCave.h:14
PndGeoCave::name
TString name
Definition:
PndGeoCave.h:10
home
gitlab-runner
builds
LYZoAKaU
0
PandaRootGroup
PandaRoot
detectors
passive
PndGeoCave.h
Generated on Fri Oct 21 2022 07:03:58 for PandaRoot by
1.8.13