SpecBit_types.hpp
Go to the documentation of this file.
40 // this vector of <int,double> pairs is the type the routine 'ReadLhaBlock' of vevacious uses to read 44 // create a spectrum entry type storing all information necessary for the vevacious function 'ReadLhaBlock' 125 double get_thermalProbability(str panic_vaccum) { return result_map[panic_vaccum]["thermalProbability"]; } double get_lifetime(str panic_vaccum) Definition: SpecBit_types.hpp:122 double get_scale() Definition: SpecBit_types.hpp:79 Definition: QedQcdWrapper.hpp:59 map_str_dbl get_global_results() Definition: SpecBit_types.hpp:118 SpectrumEntriesForVevacious() Definition: SpecBit_types.hpp:71 std::string get_inputFilename() Definition: SpecBit_types.hpp:80 std::string inputFilename Definition: SpecBit_types.hpp:91 std::map< std::string, std::map< std::string, double > > map_str_map_str_dbl Shorthand for a string-to-string-to-double map. Definition: util_types.hpp:76 General small utility classes, typedefs, etc. double get_thermalProbability(str panic_vaccum) Definition: SpecBit_types.hpp:125 double get_width(str panic_vacuum) Definition: SpecBit_types.hpp:121 void set_scale(double inScale) Definition: SpecBit_types.hpp:74 std::map< std::string, SpectrumEntry > map_str_SpectrumEntry map mapping the name of a spectrum entry to the SpectrumEntry type. Definition: SpecBit_types.hpp:61 map_str_dbl get_nearest_results() Definition: SpecBit_types.hpp:117 vec_pair_int_dbl parameters Definition: SpecBit_types.hpp:49 std::vector< std::pair< int, double > > vec_pair_int_dbl Definition: SpecBit_types.hpp:42 void set_inputPath(std::string inPath) Definition: SpecBit_types.hpp:75 std::string inputPath Definition: SpecBit_types.hpp:92 VevaciousResultContainer() Definition: SpecBit_types.hpp:105 std::string get_inputPath() Definition: SpecBit_types.hpp:81 double get_thermalWidth(str panic_vacuum) Definition: SpecBit_types.hpp:126 std::map< std::string, double > map_str_dbl Shorthand for a string-to-double map. Definition: basebaseprinter.hpp:52 class for setting & storing all spectrum entries of type SpectrumEntry that need to be passed to veva... Definition: SpecBit_types.hpp:68 map_str_map_str_dbl result_map Definition: SpecBit_types.hpp:129 void set_inputFilename(std::string inFile) Definition: SpecBit_types.hpp:76 map_str_SpectrumEntry spec_entry_map Definition: SpecBit_types.hpp:93 |