/home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/physics/include/RAT/BirksLaw.hh Source File

Ratpac-two: /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/physics/include/RAT/BirksLaw.hh Source File
Ratpac-two
BirksLaw.hh
1 
16 #ifndef __BirksLaw__
17 #define __BirksLaw__
18 
19 class BirksLaw {
20  public:
21  BirksLaw(){/* */};
22  double Evaluate(const double E, const double dEdx, const double kB) const;
23 
24  protected:
25 
26  private:
27 
28 };
29 
30 #endif
Interface to evaluate quenching model for a given particle/material.
Definition: BirksLaw.hh:19