4#include "CLHEP/Vector/LorentzVector.h"
5#include "EmcRecEventModel/RecEmcShower.h"
6#include "GaudiKernel/NTuple.h"
8void fill( NTuple::Array<double>& nt_p4,
const HepLorentzVector& p4 );
9void fill( NTuple::Matrix<double>& nt_p4,
const HepLorentzVector& p4,
int i );
HepLorentzVector getP4(RecEmcShower *gtrk)
void fill(NTuple::Array< double > &nt_p4, const HepLorentzVector &p4)