Skip to content

Commit af2de2f

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 294d546 commit af2de2f

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

src/tests/algorithms_test/calorimetry_CalorimeterClusterRecoCoG.cc

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,8 @@ TEST_CASE("the calorimeter CoG algorithm runs", "[CalorimeterClusterRecoCoG]") {
9393
edm4hep::Vector3f(), // edm4hep::Vector3f momentumAtEndpoint
9494
edm4hep::Vector3f() // edm4hep::Vector3f spin
9595
#if EDM4HEP_BUILD_VERSION < EDM4HEP_VERSION(0, 99, 2)
96-
,edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
96+
,
97+
edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
9798
#endif
9899
);
99100

@@ -110,7 +111,8 @@ TEST_CASE("the calorimeter CoG algorithm runs", "[CalorimeterClusterRecoCoG]") {
110111
edm4hep::Vector3f(), // edm4hep::Vector3f momentumAtEndpoint
111112
edm4hep::Vector3f() // edm4hep::Vector3f spin
112113
#if EDM4HEP_BUILD_VERSION < EDM4HEP_VERSION(0, 99, 2)
113-
,edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
114+
,
115+
edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
114116
#endif
115117
);
116118

@@ -168,9 +170,10 @@ TEST_CASE("the calorimeter CoG algorithm runs", "[CalorimeterClusterRecoCoG]") {
168170
edm4hep::Vector3d(), // edm4hep::Vector3d endpoint
169171
edm4hep::Vector3f(), // edm4hep::Vector3f momentum
170172
edm4hep::Vector3f(), // edm4hep::Vector3f momentumAtEndpoint
171-
edm4hep::Vector3f() // edm4hep::Vector3f spin
173+
edm4hep::Vector3f() // edm4hep::Vector3f spin
172174
#if EDM4HEP_BUILD_VERSION < EDM4HEP_VERSION(0, 99, 2)
173-
,edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
175+
,
176+
edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
174177
#endif
175178
);
176179

src/tests/algorithms_test/pid_lut_PIDLookup.cc

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -75,9 +75,10 @@ TEST_CASE("particles acquire PID", "[PIDLookup]") {
7575
edm4hep::Vector3d(), // edm4hep::Vector3d endpoint
7676
edm4hep::Vector3f(), // edm4hep::Vector3f momentum
7777
edm4hep::Vector3f(), // edm4hep::Vector3f momentumAtEndpoint
78-
edm4hep::Vector3f() // edm4hep::Vector3f spin
78+
edm4hep::Vector3f() // edm4hep::Vector3f spin
7979
#if EDM4HEP_BUILD_VERSION < EDM4HEP_VERSION(0, 99, 2)
80-
,edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
80+
,
81+
edm4hep::Vector2i() // edm4hep::Vector2i colorFlow
8182
#endif
8283
);
8384

0 commit comments

Comments
 (0)