HerdSoftware
0.1.1
include
simulation
dataobjs
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
12
#include "
simulation/hits/TRIntHit.h
"
13
14
// GGS headers
15
#include "montecarlo/dataobjs/GGSTHits.h"
16
19
class
TTRIntHit
:
public
GGSTIntHit {
20
public
:
21
int
nAbsorbedXTRPhotons
;
22
float
XTRPhotonsEDep
;
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_ */
TTRIntHit
Output class for integrated hit with information about transition radiation photons.
Definition:
TTRIntHit.h:19
TRIntHit.h
TTRIntHit::nAbsorbedXTRPhotons
int nAbsorbedXTRPhotons
Definition:
TTRIntHit.h:21
TTRIntHit::XTRPhotonsEDep
float XTRPhotonsEDep
Definition:
TTRIntHit.h:22
Generated by
1.8.13