ATLAS Offline Software
Classes | Functions
NswCalibDbTimeChargeData.h File Reference
#include <vector>
#include "AthenaKernel/CondCont.h"
#include "AthenaKernel/BaseInfo.h"
#include "MuonIdHelpers/IMuonIdHelperSvc.h"
#include "AthenaBaseComps/AthMessaging.h"
#include "MuonCondData/Defs.h"
Include dependency graph for NswCalibDbTimeChargeData.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  NswCalibDbTimeChargeData
 
struct  NswCalibDbTimeChargeData::CalibConstants
 Helper struct to cache all calibration constants in a common place of the memory. More...
 
struct  NswCalibDbTimeChargeData::CalibModule
 

Functions

std::ostream & operator<< (std::ostream &ostr, const NswCalibDbTimeChargeData::CalibConstants &obj)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  ostr,
const NswCalibDbTimeChargeData::CalibConstants obj 
)

Definition at line 10 of file NswCalibDbTimeChargeData.cxx.

10  {
11  ostr<<"slope: "<<std::setprecision(15)<<obj.slope;//<<" pm "<<std::setprecision(15)<<obj.slopeError;
12  ostr<<" intercept: "<<std::setprecision(15)<<obj.intercept;//<<" pm "<<std::setprecision(15)<<obj.interceptError;
13  return ostr;
14 }
python.PyAthena.obj
obj
Definition: PyAthena.py:135