Skip to content

Commit

Permalink
Correct name of tubeMatHalf
Browse files Browse the repository at this point in the history
  • Loading branch information
cvuosalo committed Feb 26, 2021
1 parent 178c054 commit c0b1c81
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -22,7 +22,7 @@ static long algorithm(dd4hep::Detector&, cms::DDParsingContext& ctxt, xml_h e) {
std::string coolMat = args.value<std::string>("CoolMaterial");
std::string tubeMat = args.value<std::string>("CoolTubeMaterial");
std::string coolMatHalf = args.value<std::string>("CoolMaterialHalf");
std::string tubeMatHalf = args.value<std::string>("CoolTubeMaterial");
std::string tubeMatHalf = args.value<std::string>("CoolTubeMaterialHalf");
double phiFineTune = args.value<double>("PitchFineTune");
double rOuterFineTune = args.value<double>("OuterOffsetFineTune");
double rInnerFineTune = args.value<double>("InnerOffsetFineTune");
Expand Down

0 comments on commit c0b1c81

Please sign in to comment.