GGS(GenericGEANT4Simulation)Software  2.6.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSTHitDetInfo.cpp
Go to the documentation of this file.
1 /*
2  * GGSTHitDetInfo.cpp
3  *
4  * Created on: 05 Aug 2013
5  * Author: Nicola Mori
6  */
7 
11 
12 /* *********************************** *
13  * GGSTHitDetInfo class implementation *
14  * *********************************** */
15 
16 ClassImp(GGSTHitDetInfo)
17 
18 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
19 
21  detectorName(""), volumes("GGSTHitVolInfo") {
22 }
23 
24 //....oooOO0OOooo........oooOO0OOooo........oooOO0OOooo........oooOO0OOooo......
25 
26 GGSTHitDetInfo::~GGSTHitDetInfo() {
27 
28 }
29 
30 
Class to store detector informations.
GGSTHitVolInfo.h GGSTHitVolInfo class declaration.