GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSTHitVolInfo.h
1 /*
2  * GGSTHitVolInfo.h
3  *
4  * Created on: 05 Aug 2013
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSTHITVOLINFO_H_
11 #define GGSTHITVOLINFO_H_
12 
13 #include "TObject.h"
14 #include "TString.h"
15 
22 class GGSTHitVolInfo : public TObject {
23 public:
27  ~GGSTHitVolInfo(); // Needed only for vtable allocation
28 
29  TString volumeName;
30  Float_t volumePos[3];
31 
38  Int_t id;
39 
40  ClassDef(GGSTHitVolInfo, 3)
41 };
42 
43 #endif /* GGSTHITVOLINFO_H_ */
Float_t volumePos[3]
Position of the touchable in world volume coordinates [cm].
Int_t id
ID of the volume.
~GGSTHitVolInfo()
Destructor.
TString volumeName
Name of the physical volume.
GGSTHitVolInfo()
Constructor.
GGSTHitVolInfo.h GGSTHitVolInfo class declaration.