Belle II Software  release-05-01-25
MonopoleConstants.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2018 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Dmitrii Neverov *
7  * *
8  * This software is provided "as is" without any warranty. *
9  *************************************************************************/
10 
11 #pragma once
12 
13 namespace Belle2 {
19  namespace Monopoles {
20 
21  const int c_monopolePDGCode = 99666;
22  float monopoleMagCharge = 1.0;
23 
24  }
25 
27 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19