ATLAS Offline Software
Enumerations
Trig::MatchingStrategy Namespace Reference

Enumerations

enum  Strategy { MinimalSum = 0, MaximalMatched = 1 }
 

Enumeration Type Documentation

◆ Strategy

Enumerator
MinimalSum 
MaximalMatched 

Definition at line 26 of file MatchingImplementation.h.

26  {
27  MinimalSum = 0,
28  MaximalMatched = 1
29  };
Trig::MatchingStrategy::MinimalSum
@ MinimalSum
Definition: MatchingImplementation.h:27
Trig::MatchingStrategy::MaximalMatched
@ MaximalMatched
Definition: MatchingImplementation.h:28