1 #ifndef TRACKBASEHISTORIC_SVTXVERTEX_H
2 #define TRACKBASEHISTORIC_SVTXVERTEX_H
23 void identify(std::ostream& os = std::cout)
const override
25 os <<
"SvtxVertex base class" << std::endl;
28 int isValid()
const override {
return 0; }
33 virtual unsigned int get_id()
const {
return UINT_MAX; }
36 virtual float get_t0()
const {
return NAN; }
39 virtual float get_x()
const {
return NAN; }
42 virtual float get_y()
const {
return NAN; }
45 virtual float get_z()
const {
return NAN; }
51 virtual unsigned int get_ndof()
const {
return UINT_MAX; }
57 virtual float get_error(
unsigned int ,
unsigned int )
const {
return NAN; }
58 virtual void set_error(
unsigned int ,
unsigned int ,
float ) {}