Skip to content

Commit

Permalink
apply code format
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-kaspar committed Oct 22, 2021
1 parent abf9baa commit 40e98d8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions CondFormats/PPSObjects/src/PPSAssociationCuts.cc
Expand Up @@ -33,8 +33,7 @@ PPSAssociationCuts::CutsPerArm::CutsPerArm(const edm::ParameterSet &iConfig, int

//----------------------------------------------------------------------------------------------------

void PPSAssociationCuts::CutsPerArm::buildFunctions() const
{
void PPSAssociationCuts::CutsPerArm::buildFunctions() const {
f_means_.clear();
for (const auto &s : s_means_)
f_means_.push_back(std::make_shared<TF1>("f", s.c_str()));
Expand Down

0 comments on commit 40e98d8

Please sign in to comment.