Back to home page

Project CMSSW displayed by LXR

 
 

    


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 }