Skip to content

Commit

Permalink
Fixed code format issues with: scram build code-format
Browse files Browse the repository at this point in the history
  • Loading branch information
AWildridge committed Sep 20, 2022
1 parent 01fd2bf commit 8af858a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -35,7 +35,7 @@ class LHEGenericMassFilter : public edm::global::EDFilter<> {
const std::vector<int> particleID_; // vector of particle IDs to look for
const double minMass_;
const double maxMass_;
const bool requiredOutgoingStatus_; // Whether particles required to pass filter must have outgoing status
const bool requiredOutgoingStatus_; // Whether particles required to pass filter must have outgoing status
};

LHEGenericMassFilter::LHEGenericMassFilter(const edm::ParameterSet& iConfig)
Expand Down

0 comments on commit 8af858a

Please sign in to comment.