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
10
class
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"
);
14
ShipGoliath
();
15
virtual
~ShipGoliath
();
16
void
ConstructGeometry
();
17
ClassDef(
ShipGoliath
,1)
18
19
protected
:
20
Double_t zCenter;
21
Double_t
LongitudinalSize
;
22
Double_t
TransversalSize
;
23
Double_t
GapFromTSpectro
;
24
};
25
26
#endif
//GOLIATH_H
27
ShipGoliath
Definition
ShipGoliath.h:11
ShipGoliath::~ShipGoliath
virtual ~ShipGoliath()
Definition
ShipGoliath.cxx:26
ShipGoliath::ConstructGeometry
void ConstructGeometry()
Definition
ShipGoliath.cxx:44
ShipGoliath::LongitudinalSize
ClassDef(ShipGoliath, 1) protected Double_t LongitudinalSize
Definition
ShipGoliath.h:17
ShipGoliath::GapFromTSpectro
Double_t GapFromTSpectro
Definition
ShipGoliath.h:23
ShipGoliath::TransversalSize
Double_t TransversalSize
Definition
ShipGoliath.h:22
ShipGoliath::ShipGoliath
ShipGoliath()
Definition
ShipGoliath.cxx:30
passive
ShipGoliath.h
Generated by
1.9.8