CMS 3D CMS Logo

Classes | Functions
ConstantStepOdeSolver.h File Reference
#include <vector>
#include <iostream>
#include "FWCore/Utilities/interface/Exception.h"
#include "CalibCalorimetry/HcalAlgos/interface/AbsODERHS.h"

Go to the source code of this file.

Classes

class  ConstantStepOdeSolver
 
class  EulerOdeSolver
 
class  RK2
 
class  RK4
 

Functions

std::ostream & operator<< (std::ostream &os, const ConstantStepOdeSolver &s)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const ConstantStepOdeSolver s 
)
inline

Definition at line 109 of file ConstantStepOdeSolver.h.

109  {
110  s.writeHistory(os, s.lastDeltaT());
111  return os;
112 }

References alignCSCRings::s.

alignCSCRings.s
s
Definition: alignCSCRings.py:92