Skip to content
Snippets Groups Projects
Commit 96807cd2 authored by matta's avatar matta
Browse files

* Changing ThinSi resolution to 150 keV

parent 2acc3e4d
No related branches found
No related tags found
No related merge requests found
...@@ -153,7 +153,7 @@ Plastic ...@@ -153,7 +153,7 @@ Plastic
R= 318 R= 318
Thickness= 20 Thickness= 20
Radius= 20 Radius= 20
Scintillator= BC452_10 Scintillator= BC400
LeadThickness= 0 LeadThickness= 0
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
Plastic Plastic
...@@ -162,7 +162,7 @@ Plastic ...@@ -162,7 +162,7 @@ Plastic
R= 343 R= 343
Thickness= 30 Thickness= 30
Radius= 20 Radius= 20
Scintillator= BC452_10 Scintillator= BC400
LeadThickness= 2 LeadThickness= 2
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
#include <iostream> #include <iostream>
using namespace std;
#include "TPlasticData.h" #include "TPlasticData.h"
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
#include <vector> #include <vector>
#include "TObject.h" #include "TObject.h"
using namespace std ;
class TPlasticData : public TObject { class TPlasticData : public TObject {
......
...@@ -42,7 +42,7 @@ namespace THINSI ...@@ -42,7 +42,7 @@ namespace THINSI
{ {
// Energy and time Resolution // Energy and time Resolution
const G4double ResoTime = 0 ; const G4double ResoTime = 0 ;
const G4double ResoEnergy = 0.042 ;// = 100keV of Resolution // Unit is MeV/2.35 const G4double ResoEnergy = 0.064 ;// = 100keV of Resolution // Unit is MeV/2.35
// Geometry // Geometry
const G4double DetectorSize = 68*mm ; const G4double DetectorSize = 68*mm ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment