CbmRoot
Loading...
Searching...
No Matches
Defs.h
Go to the documentation of this file.
1/* Copyright (C) 2023 GSI Helmholtzzentrum fuer Schwerionenforschung, Darmstadt
2 SPDX-License-Identifier: GPL-3.0-only
3 Authors: Volker Friese [committer] */
4
11
12#ifndef SIM_RESPONSE_BASE_DEFS_H
13#define SIM_RESPONSE_BASE_DEFS_H 1
14
15
16namespace cbm::sim
17{
18
26
28 enum class TimeDist
29 {
33 };
34
35
36} // namespace cbm::sim
37
38
39#endif /* SIM_RESPONSE_BASE_DEFS_H */
TimeDist
Definition Defs.h:29
@ EventByEvent
Definition Defs.h:23