Precalibrated Ion Beam Identification Detector Simulation 1.0
A pilot study detector simulation, written in C++ with Geant4.
EventHit.cc
Go to the documentation of this file.
00001 #include "EventHit.hh"
00002 
00003 EventHit::EventHit(G4int numberOfScintillatorTubes, G4double defaultTime)
00004 {
00005   scintillatorTubeEnergies = std::vector<G4double>(numberOfScintillatorTubes,0);
00006   time=defaultTime;
00007   upperFrontScintillatorPanelEnergy = 0;
00008   lowerFrontScintillatorPanelEnergy = 0;
00009   backScintillatorPanelEnergy = 0;
00010   geDetectorEnergy = 0;
00011 }
 All Classes Files Functions Variables Defines

Back to the main page of the Precalibrated Ion Beam Identification Detector project

Created by Rikard Lundmark