Skip to content

Commit

Permalink
fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
jingyucms committed Aug 1, 2019
1 parent d86d953 commit 223cb8c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion RecoLocalCalo/HGCalRecProducers/interface/HGCalCLUEAlgo.h
Expand Up @@ -101,7 +101,7 @@ class HGCalCLUEAlgo : public HGCalClusteringAlgoBase {
iDesc.add<edm::ParameterSetDescription>("doseMap", descNestedNoiseMIP);
descNestedNoiseMIP.add<double>("noise_MIP", 1. / 100.);
iDesc.add<edm::ParameterSetDescription>("noiseMip", descNestedNoiseMIP);
iDesc.add<bool>("use2x2", true); // use 2x2 for 3x3 scenario for scint density calculation
iDesc.add<bool>("use2x2", true); // use 2x2 or 3x3 scenario for scint density calculation
}

/// point in the space
Expand Down
Expand Up @@ -24,7 +24,7 @@ namespace hgcaltilesconstants {
constexpr float tileSizeEtaPhi = 0.15f;
constexpr float minEta = -3.f;
constexpr float maxEta = 3.f;
//To properly construct search box for cells in phi=[-3.15,-3.], cells in phi=[3.,3.15] are copied to the first bin and cells in phi=[-3.15,-3.] are copied to the last bin
//To properly construct search box for cells in phi=[-3.15,-3.] and [3.,3.15], cells in phi=[3.,3.15] are copied to the first bin and cells in phi=[-3.15,-3.] are copied to the last bin
constexpr float minPhi = -3.3f;
constexpr float maxPhi = 3.3f;
constexpr int nColumnsEta = hgcaltilesconstants::ceil((maxEta - minEta) / tileSizeEtaPhi);
Expand Down

0 comments on commit 223cb8c

Please sign in to comment.