#include "DataUtil/MasterGeVPerMip.h"#include <cassert>#include <iostream>#include <iomanip>#include "TString.h"Go to the source code of this file.
Functions | |
| double | get_gevpermip (Detector::Detector_t det) |
| void | choose_gevpermip_release (std::string setname) |
| void | choose_gevpermip_release (ReleaseType::Release_t rt) |
| void | new_gevpermip_release (std::string setname, double nearval, double farval, double caldetval) |
| void | new_gevpermip_release (ReleaseType::Release_t rt, double nearval, double farval, double caldetval) |
| void | print_gevpermip (Option_t *opt) |
|
|
Definition at line 23 of file MasterGeVPerMip.cxx. References MasterGeVPerMip::Instance(), and MasterGeVPerMip::SelectSet(). Referenced by merge_configure(), and reroot_configure(). 00024 { MasterGeVPerMip::Instance().SelectSet(rt); }
|
|
|
Definition at line 20 of file MasterGeVPerMip.cxx. 00021 { MasterGeVPerMip::Instance().SelectSet(setname); }
|
|
|
Definition at line 17 of file MasterGeVPerMip.cxx. References det, MasterGeVPerMip::Get(), and MasterGeVPerMip::Instance(). Referenced by NtpSRModule::FillNtpCalStatus(), merge_configure(), and reroot_configure(). 00018 { return MasterGeVPerMip::Instance().Get(det); }
|
|
||||||||||||||||||||
|
Definition at line 30 of file MasterGeVPerMip.cxx. References MasterGeVPerMip::AddSet(), and MasterGeVPerMip::Instance(). 00032 { MasterGeVPerMip::Instance().AddSet(rt,nearval,farval,caldetval); }
|
|
||||||||||||||||||||
|
Definition at line 26 of file MasterGeVPerMip.cxx. 00028 { MasterGeVPerMip::Instance().AddSet(setname,nearval,farval,caldetval); }
|
|
|
Definition at line 34 of file MasterGeVPerMip.cxx. References MasterGeVPerMip::Instance(), and MasterGeVPerMip::Print(). 00035 { MasterGeVPerMip::Instance().Print(opt); }
|
1.3.9.1