CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Function Documentation

◆ operator<<()

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

Definition at line 45 of file AlignableGEMStation.cc.

References b.

45  {
46  os << "This GEM Station contains " << b.theGEMRings.size() << " GEM rings" << std::endl;
47  os << "(phi, r, z) = (" << b.globalPosition().phi() << "," << b.globalPosition().perp() << ","
48  << b.globalPosition().z();
49  os << "), orientation:" << std::endl << b.globalRotation() << std::endl;
50  return os;
51 }
double b
Definition: hdecay.h:120