SND@LHC Software
Loading...
Searching...
No Matches
ShipGeoCave.h
Go to the documentation of this file.
1
#ifndef SNOOPYGEOCAVE_H
2
#define SNOOPYGEOCAVE_H
3
4
#include "FairGeoSet.h"
// for FairGeoSet
5
6
#include <iosfwd>
// for fstream
7
#include "Rtypes.h"
// for ShipGeoCave::Class, Bool_t, etc
8
#include "TString.h"
// for TString
9
10
#include <fstream>
// for fstream
11
12
class
FairGeoMedia;
13
14
class
ShipGeoCave
:
public
FairGeoSet
15
{
16
protected
:
17
TString
name
;
18
public
:
19
ShipGeoCave
();
20
~ShipGeoCave
() {}
21
const
char
*
getModuleName
(Int_t) {
return
name
.Data();}
22
Bool_t
read
(std::fstream&,FairGeoMedia*);
23
void
addRefNodes
();
24
void
write
(std::fstream&);
25
void
print
();
26
ClassDef(
ShipGeoCave
,0)
// Class for the geometry of CAVE
27
};
28
29
#endif
/* !PNDGEOCAVE_H */
ShipGeoCave
Definition
ShipGeoCave.h:15
ShipGeoCave::addRefNodes
void addRefNodes()
Definition
ShipGeoCave.cxx:80
ShipGeoCave::read
Bool_t read(std::fstream &, FairGeoMedia *)
Definition
ShipGeoCave.cxx:34
ShipGeoCave::name
TString name
Definition
ShipGeoCave.h:17
ShipGeoCave::write
void write(std::fstream &)
Definition
ShipGeoCave.cxx:87
ShipGeoCave::ShipGeoCave
ShipGeoCave()
ShipGeoCave::print
void print()
Definition
ShipGeoCave.cxx:102
ShipGeoCave::~ShipGeoCave
~ShipGeoCave()
Definition
ShipGeoCave.h:20
ShipGeoCave::getModuleName
const char * getModuleName(Int_t)
Definition
ShipGeoCave.h:21
passive
ShipGeoCave.h
Generated by
1.9.8