FairRoot/PandaRoot
Classes | Functions
PndMdtIGeometry.h File Reference
#include "TVector3.h"
#include "TGeoVolume.h"
#include <vector>
#include "TF1.h"
#include <map>
#include <set>
#include "PndMdtID.h"
#include "TGeoMatrix.h"
#include <iostream>

Go to the source code of this file.

Classes

class  PndMdtIGeometry
 
struct  PndMdtIGeometry::InfoType
 
struct  PndMdtIGeometry::LayerBoundary
 

Functions

ostream & operator<< (ostream &os, const TVector3 &v3)
 

Function Documentation

ostream& operator<< ( ostream &  os,
const TVector3 &  v3 
)

Definition at line 23 of file PndMdtIGeometry.cxx.

24 {
25  os <<'('<<v3.X()<<", "<<v3.Y()<<", "<<v3.Z()<<')';
26  return os;
27 }