Belle II Software  release-05-01-25
DedxConstants.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2012 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Jake Bennett, Christian Pulvermacher
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 
11 #ifndef DEDXCONSTANTS_H
12 #define DEDXCONSTANTS_H
13 
14 namespace Belle2 {
19  namespace Dedx {
21  const int c_num_detectors = 3;
22 
24  enum Detector { c_PXD, c_SVD, c_CDC };
25  }
27 }
28 #endif
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19