Skip to content
Snippets Groups Projects
Commit c957b56e authored by Elidiano Tronchin's avatar Elidiano Tronchin
Browse files

* Changed Resolution and commented value transparency in square and cyli vis

parent 753610c5
No related branches found
No related tags found
No related merge requests found
......@@ -73,7 +73,7 @@ namespace Dali_NS{
// Energy and time Resolution
const double EnergyThreshold = 0*MeV;
const double ResoTime = 0.0*ns; //4.5*ns ;
const double ResoEnergy = 1.36*MeV ; // mean Resolution(FWHM) 1.7% of 80MeV from slides 20170214-SAMURAI34-setup-DALI.pdf // 0.001*MeV ;
const double ResoEnergy = 0.51*MeV ; // mean Resolution(FWHM) 1.7% of 80MeV from slides 20170214-SAMURAI34-setup-DALI.pdf if 1.7% of 30MeV = 0.51 MeV // 0.001*MeV ;
const double Radius = 50*mm ;
const double Width = 49.76*mm ;
const double Hight = 84.81*mm ;
......@@ -96,8 +96,8 @@ Dali::Dali(){
Logic_ArrayDali_1 =0;
// RGB Color + Transparency
m_VisSquare = new G4VisAttributes(G4Colour(0, 1, 1, 0.3));
m_VisCylinder = new G4VisAttributes(G4Colour(0, 0, 1, 0.3));
m_VisSquare = new G4VisAttributes(G4Colour(0, 1, 1/*, 0.3*/));
m_VisCylinder = new G4VisAttributes(G4Colour(0, 0, 1/*, 0.3*/));
}
......
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