8#ifndef TRIGDECISIONINTERFACE_ITRIGDECISIONTOOL_H
9#define TRIGDECISIONINTERFACE_ITRIGDECISIONTOOL_H
36 virtual bool isPassed(
const std::string& pattern )
const = 0;
41 virtual bool isPassed(
const std::string& pattern,
42 unsigned int condition )
const = 0;
47 virtual unsigned int isPassedBits(
const std::string& chain )
const = 0;
The common trigger namespace for trigger analysis tools.