1 #ifndef METSIG_SIGINPUTOBJ_H
2 #define METSIG_SIGINPUTOBJ_H
38 SigInputObj( std::string & m_type,
double & m_energy,
39 double & m_phi,
double & m_sigm_e,
double & m_sigma_phi);
48 void set(
const std::string & m_type,
const double & m_energy,
49 const double & m_phi,
const double & m_sigma_e,
50 const double & m_sigma_tan){