CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const AlignableCSCStation &b)
 Output Station information. More...
 

Detailed Description

Date
2008/04/10 16:36:41
Revision
1.6
Author
Andre Sznajder - UERJ(Brazil)

Definition in file AlignableCSCStation.cc.

Function Documentation

◆ operator<<()

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

Output Station information.

Printout muon CSC Station information (not recursive)

Definition at line 66 of file AlignableCSCStation.cc.

References b.

66  {
67  os << "This CSC Station contains " << b.theCSCRings.size() << " CSC rings" << std::endl;
68  os << "(phi, r, z) = (" << b.globalPosition().phi() << "," << b.globalPosition().perp() << ","
69  << b.globalPosition().z();
70  os << "), orientation:" << std::endl << b.globalRotation() << std::endl;
71  return os;
72 }
double b
Definition: hdecay.h:118