ATLAS Offline Software
Loading...
Searching...
No Matches
NswCalibDbTimeChargeData.h File Reference
#include "AthenaKernel/CondCont.h"
#include "AthenaKernel/BaseInfo.h"
#include "AthenaBaseComps/AthMessaging.h"
#include "MuonCondData/Defs.h"
#include "Identifier/Identifier.h"
#include "MuonIdHelpers/IMuonIdHelperSvc.h"
#include <vector>
#include <map>
#include <iosfwd>
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 11 of file NswCalibDbTimeChargeData.cxx.

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