Skip to content

Commit

Permalink
Remove duplicate members
Browse files Browse the repository at this point in the history
  • Loading branch information
austinschneider committed Jan 10, 2024
1 parent e9148f9 commit 6886efa
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions projects/injection/public/LeptonInjector/injection/Process.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,8 +42,6 @@ class Process {
void SetPrimaryType(LI::dataclasses::Particle::ParticleType _primary_type);
LI::dataclasses::Particle::ParticleType GetPrimaryType() const;

std::shared_ptr<interactions::InteractionCollection> cross_sections;
void SetCrossSections(std::shared_ptr<interactions::InteractionCollection> _cross_sections) {cross_sections = _cross_sections;}
bool operator==(Process const & other) const;
bool MatchesHead(std::shared_ptr<Process> const & other) const; // required to compared instances of derived classs
template<class Archive>
Expand Down

0 comments on commit 6886efa

Please sign in to comment.