Belle II Software development
geometry.h
Go to the documentation of this file.
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
9#pragma once
10
20namespace Belle2 {
25 namespace ECLDisplayUtility {
29 void SetMode(int i);
33 int GetMode();
34 }
36}
int GetMode()
Returns current displayed mode (0 shows event count, 1 shows total energy)
Definition: geometry.cc:19
void SetMode(int i)
Changes between display of events (0) and energy (1).
Definition: geometry.cc:15
Abstract base class for different kinds of events.