Skip to content

Commit

Permalink
Merge pull request #34128 from smuzaffar/12_0-codechecks-ALCA_RECONST…
Browse files Browse the repository at this point in the history
…RUCTION

[ALCA_RECONSTRUCTION] Apply code-checks/format
  • Loading branch information
cmsbuild committed Jun 18, 2021
2 parents 252577a + b7f8204 commit 5a33bd3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoVertex/BeamSpotProducer/interface/BeamSpotWrite2Txt.h
Expand Up @@ -17,7 +17,7 @@ namespace beamspot {
std::time_t reftime[2];
};

void dumpBeamSpotTxt(std::ofstream& outFile, BeamSpotContainer const& bsContainer) {
inline void dumpBeamSpotTxt(std::ofstream& outFile, BeamSpotContainer const& bsContainer) {
outFile << "Runnumber " << bsContainer.run << std::endl;
outFile << "BeginTimeOfFit " << bsContainer.beginTimeOfFit << " " << bsContainer.reftime[0] << std::endl;
outFile << "EndTimeOfFit " << bsContainer.endTimeOfFit << " " << bsContainer.reftime[1] << std::endl;
Expand Down

0 comments on commit 5a33bd3

Please sign in to comment.