Definition at line 24 of file LeptonFactors.hh.
◆ LeptonFactors() [1/2]
| marley::LeptonFactors::LeptonFactors |
( |
| ) |
|
|
inline |
◆ LeptonFactors() [2/2]
| marley::LeptonFactors::LeptonFactors |
( |
double | vCC, |
|
|
double | vLL, |
|
|
double | vCL, |
|
|
double | vT, |
|
|
double | vTprime ) |
|
inline |
Definition at line 30 of file LeptonFactors.hh.
31 : vCC_( vCC ), vLL_( vLL ), vCL_( vCL ),
32 vT_( vT ), vTprime_( vTprime ) {}
◆ operator*()
- Todo
- Revisit this hacky fix as you do a full implementation of inelastic NC scattering at finite momentum transfer
Definition at line 53 of file LeptonFactors.hh.
53 {
54 double product = 0.;
55 double rcc = nr.RCC();
56 double rll = nr.RLL();
57 double rcl = nr.RCL();
58 double rt = nr.RT();
59 double rtp = nr.RTprime();
60 if ( rcc != 0. ) product += this->vCC_ * rcc;
61 if ( rll != 0. ) product += this->vLL_ * rll;
62 if ( rcl != 0. ) product += this->vCL_ * rcl;
63 if ( rt != 0. ) product += this->vT_ * rt;
64 if ( rtp != 0. ) product += this->vTprime_ * rtp;
65 return product;
66 }
◆ set_vCC()
| void marley::LeptonFactors::set_vCC |
( |
double | val | ) |
|
|
inline |
◆ set_vCL()
| void marley::LeptonFactors::set_vCL |
( |
double | val | ) |
|
|
inline |
◆ set_vLL()
| void marley::LeptonFactors::set_vLL |
( |
double | val | ) |
|
|
inline |
◆ set_vT()
| void marley::LeptonFactors::set_vT |
( |
double | val | ) |
|
|
inline |
◆ set_vTprime()
| void marley::LeptonFactors::set_vTprime |
( |
double | val | ) |
|
|
inline |
◆ vCC()
| double marley::LeptonFactors::vCC |
( |
| ) |
const |
|
inline |
◆ vCL()
| double marley::LeptonFactors::vCL |
( |
| ) |
const |
|
inline |
◆ vLL()
| double marley::LeptonFactors::vLL |
( |
| ) |
const |
|
inline |
◆ vT()
| double marley::LeptonFactors::vT |
( |
| ) |
const |
|
inline |
◆ vTprime()
| double marley::LeptonFactors::vTprime |
( |
| ) |
const |
|
inline |
◆ vCC_
| double marley::LeptonFactors::vCC_ = 0. |
|
protected |
◆ vCL_
| double marley::LeptonFactors::vCL_ = 0. |
|
protected |
◆ vLL_
| double marley::LeptonFactors::vLL_ = 0. |
|
protected |
◆ vT_
| double marley::LeptonFactors::vT_ = 0. |
|
protected |
◆ vTprime_
| double marley::LeptonFactors::vTprime_ = 0. |
|
protected |
The documentation for this class was generated from the following file: