ATLAS Offline Software
|
#include "DecisionHandling/IComboHypoTool.h"
#include "AthenaBaseComps/AthAlgTool.h"
#include "TrigCompositeUtils/HLTIdentifier.h"
#include "TrigCompositeUtils/TrigCompositeUtils.h"
#include <string>
#include <vector>
Go to the source code of this file.
Classes | |
class | ComboHypoToolBase |
Base class for tools which cut on properties of multi-object or multi-leg chains. User should derive from this class and implement the executeAlg function. This will be called once per combination of objects in the event which reach the ComboHypo alg which hosts this tool. More... | |