HerdSoftware  0.1.1
TTRIntHit.h
Go to the documentation of this file.
1 /*
2  * TTRIntHit.h
3  *
4  * Created on: 9 Jul 2020
5  * Author: Nicola Mori
6  */
7 
8 #ifndef TTRINTHIT_H_
9 #define TTRINTHIT_H_
10 
11 // HerdSoftware headers
13 
14 // GGS headers
15 #include "montecarlo/dataobjs/GGSTHits.h"
16 
19 class TTRIntHit : public GGSTIntHit {
20 public:
23 
24 #ifdef GGS_USE_G4
25  void UserConversion(const GGSIntHit &intHit);
26 #endif
27 
28  ClassDef(TTRIntHit, 1)
29 };
30 
31 #endif /* TTRINTHIT_H_ */
Output class for integrated hit with information about transition radiation photons.
Definition: TTRIntHit.h:19
int nAbsorbedXTRPhotons
Definition: TTRIntHit.h:21
float XTRPhotonsEDep
Definition: TTRIntHit.h:22