ATLAS Offline Software
Loading...
Searching...
No Matches
xAODStringSkimmingTool.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3*/
4
6// xAODStringSkimmingTool.h, (c) ATLAS Detector software
8
9#ifndef DERIVATIONFRAMEWORK_XAODSTRINGSKIMMINGTOOL_H
10#define DERIVATIONFRAMEWORK_XAODSTRINGSKIMMINGTOOL_H
11
12#include <string>
13
17
19
20namespace DerivationFramework {
21
23 public:
24 xAODStringSkimmingTool(const std::string& t, const std::string& n, const IInterface* p);
25
26 StatusCode initialize();
27 StatusCode finalize();
28 virtual bool eventPassesFilter() const;
29 private:
30 std::string m_expression;
31 };
32}
33
34#endif // DERIVATIONFRAMEWORK_XAODSTRINGSKIMMINGTOOL_H
virtual bool eventPassesFilter() const
Check that the current event passes this filter.
xAODStringSkimmingTool(const std::string &t, const std::string &n, const IInterface *p)
THE reconstruction tool.