Skip to content

Commit 8864d12

Browse files
authored
Merge pull request #100 from alibuild/alibot-cleanup-16326
Please consider the following formatting changes to #16326
2 parents 04fa7dd + 03059ca commit 8864d12

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

PWGEM/Dilepton/Utils/MlResponsePID.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct candidate {
6363
float tofNSigmaEl{0};
6464
float meanClusterSizeITSobCosTgl{0};
6565
};
66-
} // namespace pwgem::dilepton
66+
} // namespace pwgem::dilepton::mlpid
6767

6868
template <typename TypeOutputScore = float>
6969
class MlResponsePID : public MlResponse<TypeOutputScore>

PWGEM/Dilepton/Utils/MlResponseSCT.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ struct candidate {
124124
float decayLengthZinSigma{0};
125125
float decayLength3DinSigma{0};
126126
};
127-
} // namespace pwgem::dilepton
127+
} // namespace pwgem::dilepton::sct
128128

129129
template <typename TypeOutputScore = float>
130130
class MlResponseSCT : public MlResponse<TypeOutputScore>

0 commit comments

Comments
 (0)