#include "smash/processbranch.h"
#include <limits>
#include "smash/particledata.h"
Go to the source code of this file.
|
bool | smash::is_string_soft_process (ProcessType p) |
| Check if a given process type is a soft string excitation. More...
|
|
std::ostream & | smash::operator<< (std::ostream &os, const CollisionBranch &cbranch) |
| Writes the textual representation of the Collision Branch cbranch to the output stream os . More...
|
|
std::ostream & | smash::operator<< (std::ostream &os, ProcessType process_type) |
| Writes the textual representation of the process_type to the output stream os . More...
|
|