• Main Page
  • Namespaces
  • Classes
  • Files
  • File List
  • File Members

/Users/jmonk/Physics/ForIA/src/IFourMomentum.cxx

Go to the documentation of this file.
00001 #include "ForIA/IFourMomentum.hh"
00002 
00003 #include <iostream>
00004 
00005 namespace ForIA{
00006  
00007   std::ostream &operator << (std::ostream &out, IFourMomentumConstPtr vec){
00008     out << "FourMomentum: {E: " << vec->E() << ", PT: " 
00009     << vec->PT() << ", eta: "
00010     << vec->eta() << ", phi: " 
00011     << vec->phi() << "}";
00012     return out;
00013   }
00014   
00015 }
00016 

Generated on Mon Jul 30 2012 16:56:35 for ForIA by  doxygen 1.7.2