Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
g4lbne
include
LBNEStandardPerson.hh
Go to the documentation of this file.
1
//---------------------------------------------------------------------------//
2
// $Id: LBNEStandardPerson.hh,v 1.1.2.4 2013/09/05 12:32:49 lebrun Exp $
3
//---------------------------------------------------------------------------//
4
5
#ifndef LBNEStandardPerson_H
6
#define LBNEStandardPerson_H
7
8
class
G4LogicalVolume;
9
10
class
LBNEStandardPerson
11
{
12
13
private
:
14
G4double
fHeadRadius
;
15
G4double
fHeight
;
16
G4double
fLegRadius
;
17
G4double
fLegLength
;
18
G4double
fTorsoRadius
;
19
G4double
fTorsoLength
;
20
21
public
:
22
LBNEStandardPerson
(G4String detName);
23
~LBNEStandardPerson
();
24
void
ConstructSubvolume
();
25
26
};
27
/*
28
** Obsolete..
29
class LBNEStandardPersonMessenger: public LBNESubVolumeMessenger{
30
31
public:
32
LBNEStandardPersonMessenger(LBNESubVolume *subVolume);
33
~LBNEStandardPersonMessenger();
34
void SetNewValue(G4UIcommand *cmd, G4String val);
35
36
private:
37
38
LBNEStandardPerson* fStandardPerson;
39
};
40
*/
41
#endif
42
LBNEStandardPerson::~LBNEStandardPerson
~LBNEStandardPerson()
Definition:
LBNEStandardPerson.cc:36
LBNEStandardPerson::fLegLength
G4double fLegLength
Definition:
LBNEStandardPerson.hh:17
LBNEStandardPerson::fTorsoLength
G4double fTorsoLength
Definition:
LBNEStandardPerson.hh:19
LBNEStandardPerson::fLegRadius
G4double fLegRadius
Definition:
LBNEStandardPerson.hh:16
LBNEStandardPerson::ConstructSubvolume
void ConstructSubvolume()
Definition:
LBNEStandardPerson.cc:42
LBNEStandardPerson::fTorsoRadius
G4double fTorsoRadius
Definition:
LBNEStandardPerson.hh:18
LBNEStandardPerson::fHeadRadius
G4double fHeadRadius
Definition:
LBNEStandardPerson.hh:14
LBNEStandardPerson
Definition:
LBNEStandardPerson.hh:10
LBNEStandardPerson::LBNEStandardPerson
LBNEStandardPerson(G4String detName)
Definition:
LBNEStandardPerson.cc:30
LBNEStandardPerson::fHeight
G4double fHeight
Definition:
LBNEStandardPerson.hh:15
Generated by
1.8.11