BOSS 6.6.4.p01
BESIII Offline Software System
Loading...
Searching...
No Matches
MyUtil.h
Go to the documentation of this file.
1#ifndef MY_UTIL_H
2#define MY_UTIL_H
3
4#include "GaudiKernel/NTuple.h"
5#include "CLHEP/Vector/LorentzVector.h"
7
8void fill(NTuple::Array<double>& nt_p4, const HepLorentzVector& p4);
9void fill(NTuple::Matrix<double>& nt_p4, const HepLorentzVector& p4, int i);
10
11HepLorentzVector getP4(RecEmcShower* gtrk);
12
13#endif
HepLorentzVector getP4(RecEmcShower *gtrk)
Definition: MyUtil.cxx:16
void fill(NTuple::Array< double > &nt_p4, const HepLorentzVector &p4)
Definition: MyUtil.cxx:3