CMS 3D CMS Logo

Functions
CaloDetInfo.cc File Reference
#include "SimG4CMS/Calo/interface/CaloDetInfo.h"
#include <iomanip>

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const CaloDetInfo &info)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const CaloDetInfo info 
)

Definition at line 34 of file CaloDetInfo.cc.

34  {
35  os << info.name() << " Id 0x" << std::hex << info.id() << std::dec << ":" << info.depth() << " R "
36  << std::setprecision(4) << info.rho() << " Position " << info.pos();
37  return os;
38 }

References TauDecayModes::dec, and info().

info
static const TGPicture * info(bool iBackgroundIsBlack)
Definition: FWCollectionSummaryWidget.cc:153
TauDecayModes.dec
dec
Definition: TauDecayModes.py:143