Skip to content

Commit

Permalink
Update the comment as suggested
Browse files Browse the repository at this point in the history
  • Loading branch information
Sunanda committed May 17, 2022
1 parent 2db246d commit 0f61527
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Geometry/HGCalCommonData/plugins/DDHGCalMixRotatedLayer.cc
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class DDHGCalMixRotatedLayer : public DDAlgorithm {
std::vector<double> layerThickTop_; // Thickness of the top sections
std::vector<int> layerTypeTop_; // Type of the Top layer
std::vector<int> copyNumberTop_; // Initial copy numbers (top section)
std::vector<int> layerOrient_; // Layer type of silicon layers
std::vector<int> layerOrient_; // Layer orientation for the silicon component
std::vector<int> waferIndex_; // Wafer index for the types
std::vector<int> waferProperty_; // Wafer property
std::vector<int> waferLayerStart_; // Start index of wafers in each layer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ class DDHGCalSiliconRotatedModule : public DDAlgorithm {
std::vector<double> slopeT_; // Slopes at the larger R
std::vector<double> zFrontT_; // Starting Z values for the slopes
std::vector<double> rMaxFront_; // Corresponding rMax's
std::vector<int> layerOrient_; // Layer type (Centering, rotations..)
std::vector<int> layerOrient_; // Layer orientation (Centering, rotations..)
std::vector<int> waferIndex_; // Wafer index for the types
std::vector<int> waferProperty_; // Wafer property
std::vector<int> waferLayerStart_; // Index of wafers in each layer
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -445,7 +445,7 @@ struct HGCalSiliconRotatedModule {
std::vector<double> slopeT_; // Slopes at the larger R
std::vector<double> zFrontT_; // Starting Z values for the slopes
std::vector<double> rMaxFront_; // Corresponding rMax's
std::vector<int> layerOrient_; // Layer type (Centering, rotations..)
std::vector<int> layerOrient_; // Layer orientation (Centering, rotations..)
std::vector<int> waferIndex_; // Wafer index for the types
std::vector<int> waferProperty_; // Wafer property
std::vector<int> waferLayerStart_; // Index of wafers in each layer
Expand Down

0 comments on commit 0f61527

Please sign in to comment.