Classes | Namespaces | Functions
EngineId.h File Reference

An identifier for random engines. More...

#include <string>
#include <ostream>

Go to the source code of this file.

Classes

struct  rndm::SeedMasterHelper::EngineId
 Identifier for a engine, made of module name and optional instance name. More...
 
struct  rndm::SeedMasterHelper::EngineId::Global_t
 structure to identify a "global" flavour constructor More...
 

Namespaces

 rndm
 
 rndm::SeedMasterHelper
 Namespace for implementation details of SeedMaster.
 

Functions

std::ostream & rndm::SeedMasterHelper::operator<< (std::ostream &ost, const EngineId &id)
 

Detailed Description

An identifier for random engines.

Author
Rob Kutschke (kutsc.nosp@m.hke@.nosp@m.fnal..nosp@m.gov)

An identifier may consist of simply a module label or a module label plus an instance name.

Definition in file EngineId.h.