CMS 3D CMS Logo

AlignableCSCEndcap.cc File Reference

Date
2008/04/10 16:36:41
Revision
1.7
More...

#include "Alignment/MuonAlignment/interface/AlignableCSCEndcap.h"
#include "CondFormats/Alignment/interface/Alignments.h"
#include "CondFormats/Alignment/interface/AlignmentErrors.h"
#include "CondFormats/Alignment/interface/AlignmentSorter.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.


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 85 of file AlignableCSCEndcap.cc.

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

00086 {
00087 
00088   os << "This EndCap contains " << b.theCSCStations.size() << " CSC stations" << std::endl;
00089   os << "(phi, r, z) =  (" << b.globalPosition().phi() << "," 
00090      << b.globalPosition().perp() << "," << b.globalPosition().z();
00091   os << "),  orientation:" << std::endl<< b.globalRotation() << std::endl;
00092   return os;
00093 
00094 }


Generated on Tue Jun 9 17:50:34 2009 for CMSSW by  doxygen 1.5.4