CMS 3D CMS Logo

InteractionModel.cc
Go to the documentation of this file.
2 
3 std::ostream& fastsim::operator<<(std::ostream& os, const fastsim::InteractionModel& interactionModel) {
4  os << std::string("interaction model with name '") << (interactionModel.name_) << std::string("'");
5  return os;
6 }
Base class for any interaction model between a particle and a tracker layer.
std::ostream & operator<<(std::ostream &os, const fastsim::Geometry &geometry)
Definition: Geometry.cc:160
const std::string name_
A unique name for every instance of any interaction.