Public Methods | |
ApplyNorm (double norm) | |
void | operator() (double &proxDep) |
ApplyNorm (double norm) | |
void | operator() (double &proxDep) |
Private Attributes | |
double | m_norm |
|
Definition at line 49 of file CoreDepositor.cxx.
00049 :m_norm(norm){} |
|
Definition at line 63 of file HaloDepositor.cxx.
00063 :m_norm(norm){} |
|
Definition at line 50 of file CoreDepositor.cxx.
00050 { 00051 proxDep *= m_norm; 00052 } |
|
Definition at line 64 of file HaloDepositor.cxx.
00064 { 00065 proxDep *= m_norm; 00066 } |
|
Definition at line 68 of file HaloDepositor.cxx. |