CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Groups Pages
Functions
AlignableCSCEndcap.cc File Reference
#include <memory>
#include "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h"
#include "CondFormats/Alignment/interface/Alignments.h"
#include "CondFormats/Alignment/interface/AlignmentErrorsExtended.h"
#include "FWCore/MessageLogger/interface/MessageLogger.h"

Go to the source code of this file.

Functions

std::ostream & operator<< (std::ostream &os, const AlignableCSCEndcap &b)
 Output Half Barrel information. More...
 

Detailed Description

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

Definition in file AlignableCSCEndcap.cc.

Function Documentation

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

Output Half Barrel information.

Printout muon End Cap information (not recursive)

Definition at line 62 of file AlignableCSCEndcap.cc.

References Alignable::globalPosition(), Alignable::globalRotation(), PV3DBase< T, PVType, FrameType >::perp(), PV3DBase< T, PVType, FrameType >::phi(), AlignableCSCEndcap::theCSCStations, and PV3DBase< T, PVType, FrameType >::z().

62  {
63  os << "This EndCap contains " << b.theCSCStations.size() << " CSC stations" << std::endl;
64  os << "(phi, r, z) = (" << b.globalPosition().phi() << "," << b.globalPosition().perp() << ","
65  << b.globalPosition().z();
66  os << "), orientation:" << std::endl << b.globalRotation() << std::endl;
67  return os;
68 }
T perp() const
Definition: PV3DBase.h:69
Geom::Phi< T > phi() const
Definition: PV3DBase.h:66
const RotationType & globalRotation() const
Return the global orientation of the object.
Definition: Alignable.h:138
T z() const
Definition: PV3DBase.h:61
std::vector< AlignableCSCStation * > theCSCStations
const PositionType & globalPosition() const
Return the global position of the object.
Definition: Alignable.h:135