src
IOMC
RandomEngine
interface
cloneEngine.h
Go to the documentation of this file.
1
#ifndef IOMC_RandomEngine_cloneEngine_h
2
#define IOMC_RandomEngine_cloneEngine_h
3
// -*- C++ -*-
4
//
5
// Package: IOMC/RandomEngine
6
// Class : cloneEngine
7
//
16
//
17
// Original Author: Christopher Jones
18
// Created: Fri, 02 Dec 2022 19:32:10 GMT
19
//
20
#include <memory>
21
22
namespace
CLHEP
{
23
class
HepRandomEngine;
24
}
25
26
namespace
edm
{
27
std::unique_ptr<CLHEP::HepRandomEngine>
cloneEngine
(CLHEP::HepRandomEngine
const
&);
28
};
29
30
#endif
edm::cloneEngine
std::unique_ptr< CLHEP::HepRandomEngine > cloneEngine(CLHEP::HepRandomEngine const &)
Definition:
cloneEngine.cc:27
CLHEP
Definition:
CocoaGlobals.h:27
edm
HLT enums.
Definition:
AlignableModifier.h:19
Generated for CMSSW Reference Manual by
1.8.14