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

Constructor & Destructor Documentation

◆ flux()

JAANET::flux::flux ( )
inline

Default constructor.

Definition at line 659 of file JHead.hh.

659  :
660  type(0),
661  key(),
662  file_1(),
663  file_2()
664  {}

Member Function Documentation

◆ ClassDefNV()

JAANET::flux::ClassDefNV ( flux  ,
 
)

Member Data Documentation

◆ type

int JAANET::flux::type

Type.

Definition at line 666 of file JHead.hh.

◆ key

std::string JAANET::flux::key

Key.

Definition at line 667 of file JHead.hh.

◆ file_1

std::string JAANET::flux::file_1

File name.

Definition at line 668 of file JHead.hh.

◆ file_2

std::string JAANET::flux::file_2

File name.

Definition at line 669 of file JHead.hh.


The documentation for this struct was generated from the following file:
JAANET::flux::file_2
std::string file_2
File name.
Definition: JHead.hh:669
JAANET::flux::type
int type
Type.
Definition: JHead.hh:666
JAANET::flux::key
std::string key
Key.
Definition: JHead.hh:667
JAANET::flux::file_1
std::string file_1
File name.
Definition: JHead.hh:668