Jpp  master_rocky-43-ge265d140c
the software that should make you happy
Public Member Functions | Public Attributes | List of all members
JAANET::flux Struct Reference

Neutrino flux. More...

#include <JHead.hh>

Public Member Functions

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

Public Attributes

int type
 Type. More...
 
std::string key
 Key. More...
 
std::string file_1
 File name. More...
 
std::string file_2
 File name. More...
 

Detailed Description

Neutrino flux.

Definition at line 906 of file JHead.hh.

Constructor & Destructor Documentation

◆ flux()

JAANET::flux::flux ( )
inline

Default constructor.

Definition at line 911 of file JHead.hh.

911  :
912  type(0),
913  key(),
914  file_1(),
915  file_2()
916  {}
int type
Type.
Definition: JHead.hh:940
std::string key
Key.
Definition: JHead.hh:941
std::string file_2
File name.
Definition: JHead.hh:943
std::string file_1
File name.
Definition: JHead.hh:942

Member Function Documentation

◆ less()

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

Comparison.

Parameters
objectflux
Returns
true if this flux is less than given flux; else false

Definition at line 924 of file JHead.hh.

925  {
926  return type < object.type;
927  }

◆ match()

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

Test match.

Parameters
objectflux
Returns
true if matches; else false

Definition at line 935 of file JHead.hh.

936  {
937  return type == object.type;
938  }

◆ ClassDefNV()

JAANET::flux::ClassDefNV ( flux  ,
 
)

Member Data Documentation

◆ type

int JAANET::flux::type

Type.

Definition at line 940 of file JHead.hh.

◆ key

std::string JAANET::flux::key

Key.

Definition at line 941 of file JHead.hh.

◆ file_1

std::string JAANET::flux::file_1

File name.

Definition at line 942 of file JHead.hh.

◆ file_2

std::string JAANET::flux::file_2

File name.

Definition at line 943 of file JHead.hh.


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