Jpp test-rotations-old
the software that should make you happy
Loading...
Searching...
No Matches
JAANET::primary Struct Reference

Primary particle. More...

#include <JHead.hh>

Public Member Functions

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

Public Attributes

int type
 Particle type.
 

Detailed Description

Primary particle.

Definition at line 1174 of file JHead.hh.

Constructor & Destructor Documentation

◆ primary()

JAANET::primary::primary ( )
inline

Default constructor.

Definition at line 1178 of file JHead.hh.

1178 :
1179 type(0)
1180 {}
int type
Particle type.
Definition JHead.hh:1204

Member Function Documentation

◆ less()

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

1189 {
1190 return type < object.type;
1191 }

◆ match()

bool JAANET::primary::match ( const primary & object) const
inline

Test match.

Parameters
objectprimary particle
Returns
true if matches; else false

Definition at line 1199 of file JHead.hh.

1200 {
1201 return (type == object.type);
1202 }

◆ ClassDefNV()

JAANET::primary::ClassDefNV ( primary ,
1  )

Member Data Documentation

◆ type

int JAANET::primary::type

Particle type.

Definition at line 1204 of file JHead.hh.


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