SND@LHC Software
Loading...
Searching...
No Matches
ShipCave.cxx
Go to the documentation of this file.
1/* Generated by Together */
2#include "ShipCave.h"
3
4#include "ShipGeoCave.h" // for ShipGeoCave
5
7{
8 FairGeoLoader* loader=FairGeoLoader::Instance();
9 FairGeoInterface* GeoInterface =loader->getGeoInterface();
10 ShipGeoCave* MGeo=new ShipGeoCave();
11 MGeo->setGeomFile(GetGeometryFileName());
12 GeoInterface->addGeoModule(MGeo);
13 Bool_t rc = GeoInterface->readSet(MGeo);
14 if ( rc ) { MGeo->create(loader->getGeoBuilder()); }
15
16}
18:FairModule()
19{
20}
21
26ShipCave::ShipCave(const char* name, const char* Title)
27 : FairModule(name ,Title)
28{
29 world[0] = 0;
30 world[1] = 0;
31 world[2] = 0;
32}
virtual void ConstructGeometry()
Definition ShipCave.cxx:6
virtual ~ShipCave()
Definition ShipCave.cxx:22
Double_t world[3]
Definition ShipCave.h:18