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

Description of Monte Carlo event generation applications. More...

#include <JHead.hh>

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

Public Member Functions

 generator ()
 Default constructor. More...
 
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

Description of Monte Carlo event generation applications.

Definition at line 262 of file JHead.hh.

Constructor & Destructor Documentation

◆ generator()

JAANET::generator::generator ( )
inline

Default constructor.

Definition at line 266 of file JHead.hh.

266  :
267  program(),
268  version(),
269  date(),
270  time()
271  {}

Member Function Documentation

◆ match()

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

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()

JAANET::generator::ClassDefNV ( generator  ,
 
)

Member Data Documentation

◆ program

std::string JAANET::generator::program

program name

Definition at line 286 of file JHead.hh.

◆ version

std::string JAANET::generator::version

program version

Definition at line 287 of file JHead.hh.

◆ date

std::string JAANET::generator::date

processing date

Definition at line 288 of file JHead.hh.

◆ time

std::string JAANET::generator::time

processing time

Definition at line 289 of file JHead.hh.


The documentation for this struct was generated from the following file:
JAANET::generator::version
std::string version
program version
Definition: JHead.hh:287
JAANET::generator::program
std::string program
program name
Definition: JHead.hh:286
JAANET::generator::date
std::string date
processing date
Definition: JHead.hh:288
JAANET::generator::time
std::string time
processing time
Definition: JHead.hh:289