#include <TMuiRoadEval.hh>
#include <MUIOO.h>
Go to the source code of this file.
Functions | |
ClassImp (TMuiRoadEval) TMuiRoadEval |
|
Definition at line 4 of file TMuiRoadEval.cxx.
00006 : 00007 _n_true_hits(0), 00008 _n_masked_hits(0), 00009 _n_reco_true_hits(0), 00010 _n_reco_ghost_hits(0), 00011 _px_true_vx(0), 00012 _py_true_vx(0), 00013 _pz_true_vx(0), 00014 _ptot_true_vx(0) 00015 {;} |