src
FastSimulation
SimplifiedGeometryPropagator
src
InteractionModel.cc
Go to the documentation of this file.
1
#include "
FastSimulation/SimplifiedGeometryPropagator/interface/InteractionModel.h
"
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
}
AlCaHLTBitMon_QueryRunRegistry.string
string string
Definition:
AlCaHLTBitMon_QueryRunRegistry.py:256
fastsim::InteractionModel
Base class for any interaction model between a particle and a tracker layer.
Definition:
InteractionModel.h:29
fastsim::operator<<
std::ostream & operator<<(std::ostream &os, const fastsim::Geometry &geometry)
Definition:
Geometry.cc:160
InteractionModel.h
fastsim::InteractionModel::name_
const std::string name_
A unique name for every instance of any interaction.
Definition:
InteractionModel.h:65
Generated for CMSSW Reference Manual by
1.8.14