26 #include "StCalibrationVertex.h"
28 #if !defined(ST_NO_NAMESPACES)
34 static const
char rcsid[] = "$Id:
StCalibrationVertex.cxx,v 2.4 2009/11/23 16:34:05 fisyak Exp $";
41 StCalibrationVertex::~StCalibrationVertex() {};
44 StCalibrationVertex::type()
const {
return mType; }
47 StCalibrationVertex::numberOfDaughters()
const {
return 0; }
50 StCalibrationVertex::daughter(
unsigned int) {
return 0; }
53 StCalibrationVertex::daughter(
unsigned int)
const {
return 0; }
63 StCalibrationVertex::addDaughter(
StTrack*) { }
66 StCalibrationVertex::removeDaughter(
StTrack*) { }
69 StCalibrationVertex::setType(StVertexId val) { mType = val; }