Heavy ion Analysis Libriares
Loading...
Searching...
No Matches
DetectorTrack.cxx
1/*
2 * DetectorTrack.cxx
3 *
4 * Created on: 6 wrz 2018
5 * Author: Daniel Wielanek
6 * E-mail: daniel.wielanek@gmail.com
7 * Warsaw University of Technology, Faculty of Physics
8 */
9
10#include "DetectorTrack.h"
11namespace Hal {
12 DetectorTrack::DetectorTrack() : fFlag(0) {}
13
14 DetectorTrack::~DetectorTrack() {
15 // TODO Auto-generated destructor stub
16 }
17} // namespace Hal