Newer
Older

Zach Marshall
committed
/*

John Derek Chapman
committed
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration

Zach Marshall
committed
*/
#include "MCTruth/VTrackInformation.h"

John Derek Chapman
committed
VTrackInformation::VTrackInformation(TrackClassification tc)
: m_classify(tc)

Zach Marshall
committed
{
}

John Derek Chapman
committed
void VTrackInformation::SetPrimaryGenParticle(HepMC::GenParticlePtr p)
}
bool VTrackInformation::GetReturnedToISF() const
{
return false;
}

John Derek Chapman
committed
void VTrackInformation::SetCurrentGenParticle(HepMC::GenParticlePtr /*p*/)

Zach Marshall
committed
{
// you should not call this, perhaps throw an exception?

John Derek Chapman
committed
std::cerr<<"ERROR VTrackInformation::SetCurrentGenParticle() not supported "<<std::endl;

Zach Marshall
committed
}
void VTrackInformation::SetBaseISFParticle(ISF::ISFParticle* /*p*/)

Zach Marshall
committed
{
// you should not call this, perhaps throw an exception?
std::cerr<<"ERROR VTrackInformation::SetBaseISFParticle() not supported "<<std::endl;

Zach Marshall
committed
}
void VTrackInformation::SetReturnedToISF(bool)
{
std::cerr<<"ERROR VTrackInformation::SetReturnedToISF() not supported "<<std::endl;
}