SND@LHC Software
Loading...
Searching...
No Matches
ShipGoliath.h
Go to the documentation of this file.
1#ifndef GOLIATH_H
2#define GOLIATH_H
3
4#include "FairModule.h" // for FairModule
5
6#include "Rtypes.h" // for ShipMagnet::Class, Bool_t, etc
7
8#include <string> // for string
9
10class ShipGoliath : public FairModule
11{
12 public:
13 ShipGoliath(const char* name, const Double_t zC, const Double_t LS, const Double_t TS, const Double_t GapTS, const char* Title="Goliath");
15 virtual ~ShipGoliath();
16 void ConstructGeometry();
17 ClassDef(ShipGoliath,1)
18
19protected:
20 Double_t zCenter;
24};
25
26#endif //GOLIATH_H
27
virtual ~ShipGoliath()
void ConstructGeometry()
ClassDef(ShipGoliath, 1) protected Double_t LongitudinalSize
Definition ShipGoliath.h:17
Double_t GapFromTSpectro
Definition ShipGoliath.h:23
Double_t TransversalSize
Definition ShipGoliath.h:22