LDMX Software
Track.cxx
1#include "Tracking/Event/Track.h"
2
3#include <iostream>
4
5ClassImp(ldmx::Track)
6
7 namespace ldmx {
8 void Track::Print() const { std::cout << "print track" << std::endl; }
9}
Implementation of a track object.
Definition Track.h:52
void Print() const
Print the string representation of this object.