ECCE @ EIC Software
Reference for
ECCE @ EIC
simulation and reconstruction software on GitHub
|
Go to the source code of this file.
Namespaces | |
namespace | G4Accumulables |
Typedefs | |
template<typename T > | |
using | G4MergeFunction = std::function< T(const T &, const T &)> |
Enumerations | |
enum | G4MergeMode { kAddition, kMultiplication, kMaximum, kMinimum } |
Functions | |
G4MergeMode | G4Accumulables::GetMergeMode (const G4String &mergeModeName) |
template<typename T > | |
G4MergeFunction< T > | G4Accumulables::GetMergeFunction (G4MergeMode mergeMode) |
using G4MergeFunction = std::function<T(const T&, const T&)> |
Definition at line 48 of file G4MergeMode.hh.
View newest version in sPHENIX GitHub at line 48 of file G4MergeMode.hh
enum G4MergeMode |
Definition at line 39 of file G4MergeMode.hh.
View newest version in sPHENIX GitHub at line 39 of file G4MergeMode.hh