FairRoot/PandaRoot
Classes | Namespaces | Functions
PndMdtIGeometry.cxx File Reference
#include "PndMdtIGeometry.h"
#include "TVector3.h"
#include "TRandom.h"
#include "TGeoManager.h"
#include "TGeoBBox.h"
#include "TMath.h"
#include <assert.h>
#include <iostream>
#include <math.h>
#include <list>
#include <algorithm>
#include "PndMdtID.h"
#include <fstream>

Go to the source code of this file.

Classes

struct  shadow::FullPathConverter
 

Namespaces

 shadow
 

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 }