ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimEventGenerator.hh
Go to the documentation of this file.
1 // - AUTHOR: B. Fernandez-Dominguez 10/2006
2 /******************************************************************
3  * Copyright (C) 2005-2016, Hector Alvarez-Pol *
4  * All rights reserved. *
5  * *
6  * License according to GNU LESSER GPL (see lgpl-3.0.txt). *
7  * For the list of contributors see CREDITS. *
8  ******************************************************************/
9 
10 #ifndef EVENTGENERATOR_H
11 #define EVENTGENERATOR_H
12 
13 #include "globals.hh"
14 #include <fstream>
15 #include <iostream>
16 #include <string>
17 
19 public:
22 
23  // File *pFile;
24  G4double LabAngle_scatt[1000]; ///< LabAngle_scatt
25  G4double LabEnergy_scatt[1000]; ///< LabEnergy_scatt
26  G4double LabAngle_recoil[1000]; ///< LabAngle_recoil
27  G4double LabEnergy_recoil[1000]; ///< LabEnergy_recoil
28  G4double theta_xsec[5000]; ///< theta_xsec
29  G4double CrossSection_t[5000]; ///< CrossSection_t
30  G4double Icross_section[5000]; ///< Integrated matrix (cross section)
31 };
32 #endif
G4double LabEnergy_recoil[1000]
LabEnergy_recoil.
G4double theta_xsec[5000]
theta_xsec
G4double LabAngle_scatt[1000]
LabAngle_scatt.
ActarSimEventGenerator()
Constructor, all job here.
G4double Icross_section[5000]
Integrated matrix (cross section)
G4double LabAngle_recoil[1000]
LabAngle_recoil.
G4double CrossSection_t[5000]
CrossSection_t.
G4double LabEnergy_scatt[1000]
LabEnergy_scatt.