Skip to content
Snippets Groups Projects
Commit d82e78f8 authored by Oliver Kirsebom's avatar Oliver Kirsebom
Browse files

modified Blinker dimensions to match true dimensions of fabricated device

parent 5f2adcfd
No related branches found
No related tags found
No related merge requests found
......@@ -753,7 +753,7 @@ WARN_LOGFILE =
# spaces.
# Note: If this tag is empty the current directory is searched.
INPUT = /home/oliskir/Desktop/f20/VeikonKone/include/
INPUT = /home/oliskir/Desktop/F20-IGISOL/sim/VeikonKone/include/
# This tag can be used to specify the character encoding of the source files
# that doxygen parses. Internally doxygen uses the UTF-8 encoding. Doxygen uses
......
......@@ -146,8 +146,8 @@ void VKBlinkers::SetDefaults(){
// dimensions
fCutOffAngle = 65*deg;
fThickness = 37.0*mm; //18.5*mm;
fInnerDiameter = fDetConstr -> GetIronEndcapHoleDiameter() + 2*cm;
fThickness = 18.5*mm;
fInnerDiameter = fDetConstr -> GetIronEndcapHoleDiameter();
// deduced dimensions
fOuterDiameter = fInnerDiameter + 2*fThickness;
......
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