Belle II Software  release-05-02-19
ParticleDaughterVariables.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2010 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Matic Lubej, Anze Zupanc *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #pragma once
12 
13 #include <vector>
14 
15 namespace Belle2 {
20  class Particle;
21 
22  namespace Variable {
23 
32  double hasCharmedDaughter(const Particle* particle, const std::vector<double>& transition);
33 
41  double hasCharmoniumDaughter(const Particle* particle);
42 
49  double hasRealPhotonDaughter(const Particle* particle);
50 
51  }
53 } // Belle2 namespace
54 
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19