|
||||
File indexing completed on 2024-04-06 12:11:21
0001 #include "FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModel.h" 0002 0003 std::ostream& fastsim::operator<<(std::ostream& os, const fastsim::InteractionModel& interactionModel) { 0004 os << std::string("interaction model with name '") << (interactionModel.name_) << std::string("'"); 0005 return os; 0006 }
[ Source navigation ] | [ Diff markup ] | [ Identifier search ] | [ general search ] |
This page was automatically generated by the 2.2.1 LXR engine. The LXR team |