CMS 3D CMS Logo

Classes | Functions
CaloDetInfo.h File Reference
#include <iostream>
#include <string>
#include <vector>
#include "G4ThreeVector.hh"
#include "G4VSolid.hh"

Go to the source code of this file.

Classes

class  CaloDetInfo
 
class  CaloDetInfoLess
 

Functions

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

Function Documentation

◆ operator<<()

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

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