Main Page
Namespaces
Classes
Package Documentation
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
{
5
os <<
std::string
(
"interaction model with name '"
) << (interactionModel.
name_
) <<
std::string
(
"'"
);
6
return
os;
7
}
8
AlCaHLTBitMon_QueryRunRegistry.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:32
fastsim::operator<<
std::ostream & operator<<(std::ostream &os, const fastsim::Geometry &geometry)
Definition:
Geometry.cc:166
InteractionModel.h
fastsim::InteractionModel::name_
const std::string name_
A unique name for every instance of any interaction.
Definition:
InteractionModel.h:67
Generated for CMSSW Reference Manual by
1.8.11