File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -1029,7 +1029,7 @@ struct Phik0shortanalysis {
10291029 }
10301030 }
10311031
1032- if (fillMethodMultipleWeights){
1032+ if (fillMethodMultipleWeights) {
10331033 for (unsigned int i = 0 ; i < counts.size (); i++) {
10341034 weights.at (i) = (counts.at (i) > 0 ? 1 . / static_cast <float >(counts.at (i)) : 0 );
10351035 }
@@ -1118,7 +1118,7 @@ struct Phik0shortanalysis {
11181118 }
11191119 }
11201120
1121- if (fillMethodMultipleWeights){
1121+ if (fillMethodMultipleWeights) {
11221122 for (unsigned int i = 0 ; i < counts.size (); i++) {
11231123 weights.at (i) = (counts.at (i) > 0 ? 1 . / static_cast <float >(counts.at (i)) : 0 );
11241124 }
@@ -1718,7 +1718,7 @@ struct Phik0shortanalysis {
17181718 }
17191719 }
17201720
1721- if (fillMethodMultipleWeights){
1721+ if (fillMethodMultipleWeights) {
17221722 for (unsigned int i = 0 ; i < counts.size (); i++) {
17231723 weights.at (i) = (counts.at (i) > 0 ? 1 . / static_cast <float >(counts.at (i)) : 0 );
17241724 }
@@ -1842,7 +1842,7 @@ struct Phik0shortanalysis {
18421842 }
18431843 }
18441844
1845- if (fillMethodMultipleWeights){
1845+ if (fillMethodMultipleWeights) {
18461846 for (unsigned int i = 0 ; i < counts.size (); i++) {
18471847 weights.at (i) = (counts.at (i) > 0 ? 1 . / static_cast <float >(counts.at (i)) : 0 );
18481848 }
You can’t perform that action at this time.
0 commit comments