src/modules/DepositionCosmics/RNGWrapper.cpp
Implementation of the CRY RNG wrapper class. More…
Attributes
Name | |
---|---|
template double(CLHEP::HepRandomEngine::*)() | RNGWrapper |
Detailed Description
Implementation of the CRY RNG wrapper class.
Copyright: Copyright (c) 2021-2024 CERN and the Allpix Squared authors. This software is distributed under the terms of the MIT License, copied verbatim in the file “LICENSE.md”. In applying this license, CERN does not waive the privileges and immunities granted to it by virtue of its status as an Intergovernmental Organization or submit itself to any jurisdiction. SPDX-License-Identifier: MIT
Attributes Documentation
variable RNGWrapper
template double(CLHEP::HepRandomEngine::*)() RNGWrapper;
Source code
#include "RNGWrapper.hpp"
using namespace allpix;
template CLHEP::HepRandomEngine* RNGWrapper<CLHEP::HepRandomEngine>::m_obj;
template double (CLHEP::HepRandomEngine::*RNGWrapper<CLHEP::HepRandomEngine>::m_func)();
Updated on 2024-12-13 at 08:31:37 +0000