SLHASimpleSpec.cpp
Go to the documentation of this file.
40 #define addtomap(__KEYS,FPTR) BOOST_PP_SEQ_FOR_EACH_PRODUCT(addtomap_EL, (BOOST_PP_TUPLE_TO_SEQ(__KEYS))((FPTR)) ) 50 SLHAeaModel::SLHAeaModel() 58 // No idea what kind of model this is, so cannot set valid slha_version. Use "0" for "unknown" or "n/a" 59 // If you write a model-specific derived class from this, be sure to add a sensible check for this and 89 errmsg << "Error accessing data at index "<<index<<" of block "<<block<<". Please check that the SLHAea object was properly filled." << std::endl; 107 errmsg << "Error accessing data at index "<<i<<","<<j<<" of block "<<block<<". Please check that the SLHAea object was properly filled." << std::endl;
Helper base class for simple subspectrum wrappers that want to use SLHAea features. double getdata(const std::string &block, int index) const Helper functions to do error checking for SLHAea object contents. Definition: SLHASimpleSpec.cpp:79 bool checkdata(const std::string &block, int index) const Definition: SLHASimpleSpec.cpp:115 int slha_version() const Get the SLHA version of the internal SLHAea object. Definition: SLHASimpleSpec.cpp:65 const SLHAea::Coll & get_slhaea() const Get the internal SLHAea object. Definition: SLHASimpleSpec.cpp:68 const std::map< int, int > & PDG_translator() const PDG code translation map, for special cases where an SLHA file has been read in and the PDG codes cha... Definition: SLHASimpleSpec.cpp:71 std::map< int, int > PDG_translation_map PDG translation map (e.g. from SLHA1 to SLHA2 for MSSMskeleton) Definition: SLHASimpleSpec.hpp:40 |