Geant4 11.4.0
Toolkit for the simulation of the passage of particles through matter
Loading...
Searching...
No Matches
G4MoleculeCounterTemplates.hh File Reference
#include "G4Types.hh"
#include "G4VMoleculeCounter.hh"
#include <map>
#include <set>
#include <vector>

Go to the source code of this file.

Namespaces

namespace  G4
namespace  G4::MoleculeCounter

Functions

template<typename T>
G4String G4::MoleculeCounter::GetTemplateTypeName ()
template<typename T>
G4bool G4::MoleculeCounter::Contains (const std::set< T > &_set, const T &_value)
template<typename T>
G4bool G4::MoleculeCounter::Contains (const std::vector< T > &_vector, const T &_value)
template<typename T, typename U>
G4bool G4::MoleculeCounter::ContainsKey (const std::map< T, U > &_map, const T &_key)
template<typename T, typename U>
const std::vector< T > G4::MoleculeCounter::GetMapIndices (const std::map< T, U > &_map)
template<typename T>
void G4::MoleculeCounter::DumpCounterMapIndices (const std::map< T, InnerCounterMapType > &map, G4bool includeEmpty=false)
template<typename T>
void G4::MoleculeCounter::DumpCounterMapContents (const std::map< T, InnerCounterMapType > &map, G4bool includeEmpty=false)
template<typename T>
std::set< G4doubleG4::MoleculeCounter::GetRecordedTimes (const std::map< T, InnerCounterMapType > &map)
template<typename TKey, typename TValue, typename TComp>
std::map< TKey, TValue, TComp >::iterator G4::MoleculeCounter::FindClosestEntryForKey (std::map< TKey, TValue, TComp > &map, TKey key)