Test of the random engine managing interface of NuRandomService. More...
#include "nutools/RandomUtils/NuRandomService.h"
#include "test/RandomUtils/SeedTestUtils.h"
#include <string>
#include <array>
#include <vector>
#include <sstream>
#include <algorithm>
#include <iomanip>
#include "CLHEP/Random/RandomEngine.h"
#include "CLHEP/Random/Ranlux64Engine.h"
#include "CLHEP/Random/RandFlat.h"
#include "messagefacility/MessageLogger/MessageLogger.h"
#include "canvas/Utilities/Exception.h"
#include "cetlib/exempt_ptr.h"
#include "art/Framework/Core/EDAnalyzer.h"
#include "art/Framework/Core/ModuleMacros.h"
#include "art/Framework/Core/detail/EngineCreator.h"
#include "art/Framework/Principal/Event.h"
#include "art/Framework/Principal/Run.h"
#include "art/Framework/Principal/SubRun.h"
#include "art/Framework/Services/Registry/ServiceHandle.h"
#include "art/Framework/Services/Optional/RandomNumberGenerator.h"
Go to the source code of this file.
Classes | |
class | testing::RandomManagerTest |
Test module for random engine managing interface of NuRandomService. More... | |
Namespaces | |
testing | |
LArSoft test utilities. | |
Macros | |
#define | NUTOOLS_RANDOMUTILS_NURANDOMSERVICE_USECLHEP 1 |
Test of the random engine managing interface of NuRandomService.
Definition in file RandomManagerTest_module.cc.
#define NUTOOLS_RANDOMUTILS_NURANDOMSERVICE_USECLHEP 1 |
Definition at line 10 of file RandomManagerTest_module.cc.