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 
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);
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(G4String detName)