PMTTypeCosAlphaPDF Class Reference
|
Ratpac-two
|
Mimir::PMTTypeCosAlphaPDF Class Reference
Inheritance diagram for Mimir::PMTTypeCosAlphaPDF:
Public Member Functions | |
| bool | Configure (RAT::DBLinkPtr db_link) override |
| double | operator() (const ParamSet ¶ms) const override |
Public Member Functions inherited from Mimir::Cost | |
| virtual void | AddHit (const int pmtid, const RAT::FitterInputHandler &input_handler) |
| virtual void | AddAllHits (const RAT::FitterInputHandler &input_handler) |
| virtual void | ClearHits () |
| const std::string | GetName () const |
| void | SetName (const std::string &_name) |
Protected Attributes | |
| double | light_speed_in_medium |
| double | tresid_min |
| double | tresid_max |
| std::map< int, RAT::BoundedInterpolator > | cosalpha_nll_splines |
| std::map< int, double > | type_weights |
| RAT::DS::PMTInfo * | pmt_info |
Protected Attributes inherited from Mimir::Cost | |
| std::vector< int > | hit_pmtids |
| std::vector< double > | hit_times |
| std::vector< double > | hit_charges |
| std::string | name |
The documentation for this class was generated from the following files:
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/fit/mimir/include/mimir/PMTTypeCosAlphaPDF.hh
- /home/docs/checkouts/readthedocs.org/user_builds/ratpac/checkouts/latest/src/fit/mimir/src/PMTTypeCosAlphaPDF.cc
Generated by
Public Member Functions inherited from