Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DB-RECONSTRUCTION] Changes suggested by new llvm18 clang-format #45918

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CondFormats/SiPixelTransient/interface/SiPixelGenError.h
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ class SiPixelGenError {
assert(i >= 0 && i < 3);
#endif
return fbin_[i];
} //!< Return lower bound of Qbin definition
} //!< Return lower bound of Qbin definition
float xsize() { return xsize_; } //!< pixel x-size (microns)
float ysize() { return ysize_; } //!< pixel y-size (microns)
float zsize() { return zsize_; } //!< pixel z-size or thickness (microns)
Expand Down
2 changes: 1 addition & 1 deletion CondFormats/SiPixelTransient/interface/SiPixelTemplate2D.h
Original file line number Diff line number Diff line change
Expand Up @@ -253,7 +253,7 @@ class SiPixelTemplate2D {
} else {
return 0.f;
}
} //!< Return lower bound of Qbin definition
} //!< Return lower bound of Qbin definition
float sizex() { return clslenx_; } //!< return x size of template cluster
float sizey() { return clsleny_; } //!< return y size of template cluster
float chi2ppix() { return chi2ppix_; } //!< average chi^2 per struck pixel
Expand Down