GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSTHitVolInfo.cpp
Go to the documentation of this file.
1 /*
2  * GGSTHitVolInfo.cpp
3  *
4  * Created on: 05 Aug 2013
5  * Author: Nicola Mori
6  */
7 
10 #include "montecarlo/dataobjs/GGSTHitVolInfo.h"
11 
12 /* *********************************** *
13  * GGSTHitVolInfo class implementation *
14  * *********************************** */
15 
16 ClassImp(GGSTHitVolInfo)
17 
18  //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
19 
21  : volumeName(""), id(0) {
22  volumePos[0] = volumePos[1] = volumePos[2] = 0.;
23 }
24 
25 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
26 
28 
29 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
~GGSTHitVolInfo()
Destructor.
GGSTHitVolInfo.h GGSTHitVolInfo class declaration.