Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
giovannimarchiori committed Oct 24, 2023
1 parent c704544 commit 68dc52e
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -100,9 +100,9 @@ class FCCSWGridModuleThetaMerged : public GridTheta {
std::string m_layerID;
/// the field name used for the read-out module (can differ from module due to merging)
std::string m_moduleID;
/// vector of number of cells to be merged along theta for each layer
/// vector of number of cells to be merged along theta for each layer (typically between 1 and 4)
std::vector<int> m_mergedCellsTheta;
/// vector of number of modules to be merged for each layer
/// vector of number of modules to be merged for each layer (typically 1 or 2)
std::vector<int> m_mergedModules;

/// number of modules (or, equivalently, the deltaPhi between adjacent modules)
Expand Down

0 comments on commit 68dc52e

Please sign in to comment.