Belle II Software
release-06-02-00
geometry.cc
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
//This module
9
#include <ecl/modules/eclDisplay/geometry.h>
10
11
using namespace
Belle2::ECLDisplayUtility;
12
13
int
do_energy_count = 1;
14
15
void
Belle2::ECLDisplayUtility::SetMode(
int
i)
16
{
17
do_energy_count = i;
18
}
19
int
Belle2::ECLDisplayUtility::GetMode()
20
{
21
return
do_energy_count;
22
}
ecl
modules
eclDisplay
src
geometry.cc
Generated on Thu Dec 28 2023 02:24:06 for Belle II Software by
1.9.1