/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Muc/MucGeomSvc/MucGeomSvc-00-02-25/src/MucGeoGap.cxx File Reference

#include <iostream>
#include <vector>
#include "TGeoBBox.h"
#include "MucGeomSvc/MucGeoGap.h"
#include "MucGeomSvc/MucGeoStrip.h"
#include "MucGeomSvc/MucGeometron.h"
#include "MucGeomSvc/MucConstant.h"
#include "Identifier/MucID.h"

Go to the source code of this file.

Functions

ostreamoperator<< (ostream &s, const MucGeoGap &gap)


Function Documentation

ostream& operator<< ( ostream s,
const MucGeoGap gap 
)

Definition at line 685 of file MucGeoGap.cxx.

References MucGeoGap::Gap(), MucGeoGap::GetCenter(), MucGeoGap::GetSize(), MucGeoGap::GetStripNum(), MucGeoGap::Part(), and MucGeoGap::Seg().

00686 {
00687   //float x0, y0, z0;
00688   float dx, dy, dz;
00689   HepPoint3D center;
00690   center = gap.GetCenter();
00691   gap.GetSize(dx,dy,dz);
00692 
00693   s << " Identifier : " << gap.Part() << " " << gap.Seg() << " " << gap.Gap() << endl;
00694   s << " Strip number " << gap.GetStripNum() << endl;
00695   s << " Center position ("  << center.x() << "," << center.y() << "," << center.z() << ")" << endl;
00696   s << " Size (" << dx << "," << dy << "," << dz << ")" << endl;
00697 
00698   return s;
00699 }


Generated on Tue Nov 29 23:16:49 2016 for BOSS_7.0.2 by  doxygen 1.4.7