CMS 3D CMS Logo

Functions
AlignableGEMRing.cc File Reference
#include "Alignment/MuonAlignment/interface/AlignableGEMRing.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const AlignableGEMRing &b)
 

Function Documentation

◆ operator<<()

std::ostream& operator<< ( std::ostream &  os,
const AlignableGEMRing b 
)

Definition at line 47 of file AlignableGEMRing.cc.

References b.

47  {
48  os << "This GEM Ring contains " << b.theGEMSuperChambers.size() << " GEM Super chambers" << std::endl;
49  os << "(phi, r, z) = (" << b.globalPosition().phi() << "," << b.globalPosition().perp() << ","
50  << b.globalPosition().z();
51  os << "), orientation:" << std::endl << b.globalRotation() << std::endl;
52  return os;
53 }
double b
Definition: hdecay.h:120