Jpp
Public Member Functions | Public Attributes | List of all members
JAANET::simul Struct Reference

Generator for simulation. More...

#include <JHead.hh>

Inheritance diagram for JAANET::simul:
JAANET::generator

Public Member Functions

 ClassDefNV (simul, 1)
 
bool match (const generator &object) const
 Test match. More...
 
 ClassDefNV (generator, 1)
 

Public Attributes

std::string program
 program name More...
 
std::string version
 program version More...
 
std::string date
 processing date More...
 
std::string time
 processing time More...
 

Detailed Description

Generator for simulation.

Definition at line 308 of file JHead.hh.

Member Function Documentation

◆ ClassDefNV() [1/2]

JAANET::simul::ClassDefNV ( simul  ,
 
)

◆ match()

bool JAANET::generator::match ( const generator object) const
inlineinherited

Test match.

Note that only the name of program is matched.

Parameters
objectgenerator
Returns
true if matches; else false

Definition at line 281 of file JHead.hh.

282  {
283  return program == object.program;
284  }

◆ ClassDefNV() [2/2]

JAANET::generator::ClassDefNV ( generator  ,
 
)
inherited

Member Data Documentation

◆ program

std::string JAANET::generator::program
inherited

program name

Definition at line 286 of file JHead.hh.

◆ version

std::string JAANET::generator::version
inherited

program version

Definition at line 287 of file JHead.hh.

◆ date

std::string JAANET::generator::date
inherited

processing date

Definition at line 288 of file JHead.hh.

◆ time

std::string JAANET::generator::time
inherited

processing time

Definition at line 289 of file JHead.hh.


The documentation for this struct was generated from the following file:
JAANET::generator::program
std::string program
program name
Definition: JHead.hh:286