Belle II Software development
Utility.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8
9#pragma once
10
11#include <analysis/VariableManager/Manager.h>
12#include <framework/utilities/GeneralCut.h>
13
14namespace Belle2 {
20 namespace Variable {
42 using Cut = GeneralCut<Belle2::Variable::Manager>;
47 bool isCounterVariable(const std::string& variableName);
48 }
50}
Abstract base class for different kinds of events.