Neutrino vertex volume.
More...
#include <JHead.hh>
Neutrino vertex volume.
Definition at line 649 of file JHead.hh.
◆ genvol()
JAANET::genvol::genvol |
( |
| ) |
|
|
inline |
Default constructor.
Definition at line 653 of file JHead.hh.
653 :
659 {}
double numberOfEvents
Number of events.
double volume
Volume [m^3].
◆ less()
bool JAANET::genvol::less |
( |
const genvol & | object | ) |
const |
|
inline |
Comparison.
- Parameters
-
- Returns
- true if this genvol less than given genvol; else false
Definition at line 667 of file JHead.hh.
668 {
669 return volume <
object.volume;
670 }
◆ match()
bool JAANET::genvol::match |
( |
const genvol & | object | ) |
const |
|
inline |
Test match.
- Parameters
-
- Returns
- true if matches; else false
Definition at line 678 of file JHead.hh.
◆ add()
Addition.
- Parameters
-
- Returns
- this generation volume
Definition at line 692 of file JHead.hh.
693 {
695
696 return *this;
697 }
◆ mul()
genvol & JAANET::genvol::mul |
( |
const double | factor, |
|
|
const double | z = 0.0 ) |
|
inline |
Scale.
- Parameters
-
factor | 1D scale factor |
z | z position |
- Returns
- this genvol
Definition at line 706 of file JHead.hh.
708 {
712 volume *= factor * factor * factor;
713
714 return *this;
715 }
◆ ClassDefNV()
JAANET::genvol::ClassDefNV |
( |
genvol | , |
|
|
1 | ) |
◆ zmin
double JAANET::genvol::zmin |
◆ zmax
double JAANET::genvol::zmax |
◆ volume
double JAANET::genvol::volume |
◆ numberOfEvents
double JAANET::genvol::numberOfEvents |
Number of events.
Definition at line 721 of file JHead.hh.
The documentation for this struct was generated from the following file: