CMS 3D CMS Logo

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

Go to the source code of this file.

Functions

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

Detailed Description

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

Definition in file AlignableDTWheel.cc.

Function Documentation

◆ operator<<()

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

Output Wheel information.

Printout muon DT wheel information (not recursive)

Definition at line 58 of file AlignableDTWheel.cc.

References b.

58  {
59  os << "This DTWheel contains " << b.theDTStations.size() << " DT stations" << std::endl;
60  os << "(phi, r, z) = (" << b.globalPosition().phi() << "," << b.globalPosition().perp() << ","
61  << b.globalPosition().z();
62  os << "), orientation:" << std::endl << b.globalRotation() << std::endl;
63  return os;
64 }
double b
Definition: hdecay.h:120