#ifndef _MetVariables_HH_ #define _MetVariables_HH_ 1 #include "MetObjects/CdfMet.hh" namespace MetVariables { // The following was lifted from the TopEventModule -- it recalculates met // for a z vertex. CdfMet_ch metRecomputeWithNewZ(const double zvertex); // This was stolen from the stntuple -- it recalculates met for a // x,y,z vertex (beam x,y & event z vertex) and the beam slope. CdfMet_ch metRecomputeWithNewZ(float vertex[3], float slope[2]); } #endif