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 {
5  os << std::string("interaction model with name '") << (interactionModel.name_) << std::string("'");
6  return os;
7 }
8 
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:166
const std::string name_
A unique name for every instance of any interaction.