Jpp  master_rocky
the software that should make you happy
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::simul

Public Member Functions

 generator ()
 Default constructor. More...
 
bool less (const generator &object) const
 Comparison. 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 469 of file JHead.hh.

Constructor & Destructor Documentation

◆ generator()

JAANET::generator::generator ( )
inline

Default constructor.

Definition at line 473 of file JHead.hh.

473  :
474  program(),
475  version(),
476  date(),
477  time()
478  {}
std::string time
processing time
Definition: JHead.hh:507
std::string date
processing date
Definition: JHead.hh:506
std::string program
program name
Definition: JHead.hh:504
std::string version
program version
Definition: JHead.hh:505

Member Function Documentation

◆ less()

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

Comparison.

Parameters
objectgenerator
Returns
true if this primary particle is less than given primary particle; else false

Definition at line 486 of file JHead.hh.

487  {
488  return program < object.program;
489  }

◆ 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 499 of file JHead.hh.

500  {
501  return program == object.program;
502  }

◆ ClassDefNV()

JAANET::generator::ClassDefNV ( generator  ,
 
)

Member Data Documentation

◆ program

std::string JAANET::generator::program

program name

Definition at line 504 of file JHead.hh.

◆ version

std::string JAANET::generator::version

program version

Definition at line 505 of file JHead.hh.

◆ date

std::string JAANET::generator::date

processing date

Definition at line 506 of file JHead.hh.

◆ time

std::string JAANET::generator::time

processing time

Definition at line 507 of file JHead.hh.


The documentation for this struct was generated from the following file: