SelectionCriteria( MaskedValue detector_type,
MaskedValue lvl1_trigger_type,
MaskedValue lvl2_trigger_info,
MaskedValue status_word,
PatternValue lvl1_trigger_pattern,
long statistics = 0);
SelectionCriteria( long detector_type,
long lvl1_trigger_type,
long lvl2_trigger_info,
long status_word,
BitMask256 lvl1_trigger_pattern,
PatternValue::Logic lvl1_pattern_logic,
long statistics = 0);
PatternValue( BitMask256 v, Logic logic );
PatternValue( uint64_t v1, uint64_t v2, uint64_t v3, uint64_t v4, Logic logic );
SamplingAddress address;
address.addComponent( "SFI" );will allow to get events from arbitrary SFI event sampler.
SamplingAddress address;
std::vector<std::string> values;
values.push_back( "SFI-2" );
values.push_back( "SFI-10" );
values.push_back( "SFI-12" );
address.addComponent( "SFI", values );