Jpp  15.0.2
the software that should make you happy
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Public Attributes | List of all members
JAANET::primary Struct Reference

Primary particle. More...

#include <JHead.hh>

Public Member Functions

 primary ()
 Default constructor. More...
 
bool less (const primary &object) const
 Comparison. More...
 
bool match (const primary &object) const
 Test match. More...
 
 ClassDefNV (primary, 1)
 

Public Attributes

int type
 Particle type. More...
 

Detailed Description

Primary particle.

Definition at line 1053 of file JHead.hh.

Constructor & Destructor Documentation

JAANET::primary::primary ( )
inline

Default constructor.

Definition at line 1057 of file JHead.hh.

1057  :
1058  type(0)
1059  {}
int type
Particle type.
Definition: JHead.hh:1083

Member Function Documentation

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

Comparison.

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

Definition at line 1067 of file JHead.hh.

1068  {
1069  return type < object.type;
1070  }
int type
Particle type.
Definition: JHead.hh:1083
bool JAANET::primary::match ( const primary object) const
inline

Test match.

Parameters
objectprimary particle
Returns
true if matches; else false

Definition at line 1078 of file JHead.hh.

1079  {
1080  return (type == object.type);
1081  }
int type
Particle type.
Definition: JHead.hh:1083
JAANET::primary::ClassDefNV ( primary  ,
 
)

Member Data Documentation

int JAANET::primary::type

Particle type.

Definition at line 1083 of file JHead.hh.


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