Belle II Software  release-05-01-25
Utility.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010-2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Thomas Keck *
7  * Sam Cunliffe *
8  * *
9  * This software is provided "as is" without any warranty. *
10  **************************************************************************/
11 
12 #pragma once
13 
14 #include <analysis/VariableManager/Manager.h>
15 #include <framework/utilities/GeneralCut.h>
16 
17 namespace Belle2 {
23  class Particle;
24 
25  namespace Variable {
47  using Cut = GeneralCut<Belle2::Variable::Manager>;
52  bool isCounterVariable(const std::string& variableName);
53  }
55 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19