![]() |
![]() |
#include "DetectorDescription/Core/interface/DDTypes.h"
#include "DataFormats/Math/interface/GeantUnits.h"
#include <iostream>
#include <utility>
Go to the source code of this file.
Functions | |
std::string | formatAsDegrees (double radianVal) |
std::string | formatAsDegreesInInteger (double radianVal) |
std::ostream & | operator<< (std::ostream &os, const DDNumericArguments &t) |
std::ostream & | operator<< (std::ostream &os, const DDStringArguments &t) |
std::ostream & | operator<< (std::ostream &os, const DDVectorArguments &t) |
std::string formatAsDegrees | ( | double | radianVal | ) |
Definition at line 75 of file DDTypes.cc.
References geant_units::operators::convertRadToDeg().
Referenced by DDHGCalWafer::execute(), DDHGCalWaferAlgo::execute(), DDMuonAngular::execute(), DDHCalTBZposAlgo::execute(), and DDGEMAngular::execute().
std::string formatAsDegreesInInteger | ( | double | radianVal | ) |
Definition at line 86 of file DDTypes.cc.
References geant_units::operators::convertRadToDeg().
Referenced by DDHCalBarrelAlgo::constructGeneralVolume(), DDHCalEndcapAlgo::constructGeneralVolume(), DDHCalTBCableAlgo::execute(), and DDHCalAngular::execute().
std::ostream& operator<< | ( | std::ostream & | os, |
const DDNumericArguments & | t | ||
) |
Definition at line 13 of file DDTypes.cc.
Referenced by operator<<().
std::ostream& operator<< | ( | std::ostream & | os, |
const DDStringArguments & | t | ||
) |
Definition at line 22 of file DDTypes.cc.
References operator<<(), and protons_cff::t.
std::ostream& operator<< | ( | std::ostream & | os, |
const DDVectorArguments & | t | ||
) |
Definition at line 31 of file DDTypes.cc.