GGS(GenericGEANT4Simulation)Software  2.7.0
 All Data Structures Namespaces Files Functions Variables Typedefs Macros
GGSTHitDetInfo.h
Go to the documentation of this file.
1 /*
2  * GGSTHitDetInfo.h
3  *
4  * Created on: 05 Aug 2013
5  * Author: Nicola Mori
6  */
7 
10 #ifndef GGSTHITDETINFO_H_
11 #define GGSTHITDETINFO_H_
12 
13 #include "TClonesArray.h"
14 
25 class GGSTHitDetInfo : public TObject {
26 
27 public:
29  ~GGSTHitDetInfo();
30 
31  TString detectorName;
32 
33  TClonesArray volumes;
34 
35  ClassDef(GGSTHitDetInfo, 2)
36 };
37 
38 #endif /* GGSTHITDETINFO_H_ */
Class to store detector informations.
TClonesArray volumes
Array of GGSTHitVolInfo objects.
TString detectorName
Name of detector associated to integrated hits.