FairRoot/PandaRoot
|
#include <PndMvdRadDamList.h>
Public Member Functions | |
PndMvdRadDamList (TString fileName) | |
virtual | ~PndMvdRadDamList () |
Double_t | GetWeight (Double_t energy) |
Private Member Functions | |
Int_t | FindClosestEnergyIndex (Double_t energy) |
Double_t | Interpolate (Double_t energy, Int_t index) |
ClassDef (PndMvdRadDamList, 1) | |
Private Attributes | |
std::vector< std::pair < Double_t, Double_t > > | fList |
Definition at line 16 of file PndMvdRadDamList.h.
PndMvdRadDamList::PndMvdRadDamList | ( | TString | fileName | ) |
Definition at line 15 of file PndMvdRadDamList.cxx.
References f, fList, i, t, and W.
|
virtual |
Definition at line 30 of file PndMvdRadDamList.cxx.
|
private |
|
private |
Definition at line 41 of file PndMvdRadDamList.cxx.
Referenced by GetWeight().
Definition at line 35 of file PndMvdRadDamList.cxx.
References FindClosestEnergyIndex(), and Interpolate().
Definition at line 51 of file PndMvdRadDamList.cxx.
References fList.
Referenced by GetWeight().
Definition at line 25 of file PndMvdRadDamList.h.
Referenced by FindClosestEnergyIndex(), Interpolate(), and PndMvdRadDamList().