FairRoot/PandaRoot
Functions
PndEmcCorrBump.cxx File Reference
#include "PndEmcCorrBump.h"
#include <assert.h>
#include "PndEmcXClMoments.h"
#include "PndEmcStructure.h"
#include "PndEmcMapper.h"
#include "PndEmcGeoPar.h"
#include "PndEmcDigiPar.h"
#include "PndEmcRecoPar.h"
#include "PndEmcCluster.h"
#include "PndEmcDigi.h"
#include "PndEmcBump.h"
#include "PndEmcSharedDigi.h"
#include "PndMCTrack.h"
#include "PndEmcClusterProperties.h"
#include "FairRootManager.h"
#include "FairRunAna.h"
#include "FairRuntimeDb.h"
#include "PndEmcDigiCalibrator.h"
#include "TClonesArray.h"
#include "TStopwatch.h"
#include "TROOT.h"
#include <iostream>

Go to the source code of this file.

Functions

std::ostreamoperator<< (std::ostream &os, const TVector3 &pos)
 

Function Documentation

std::ostream& operator<< ( std::ostream os,
const TVector3 &  pos 
)

Definition at line 67 of file PndEmcCorrBump.cxx.

68 {
69  os<<"("<<pos[0]<<','<<pos[1]<<','<<pos[2]<<")";
70  return os;
71 }
TVector3 pos