//----------------------------------------------------------- // File and Version Information: // // // Description: // Abstract Residual Object // // // // Environment: // Software NOT developed for the PANDA Detector at FAIR. // // Author List: // Sverre Doerheim (original author) // Physik Department E18, TUM // //----------------------------------------------------------- #include "AbsResidual.h" AbsResidual::AbsResidual(): fRefBranchName("Not Set") { ; }