ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimTrack.cc
Go to the documentation of this file.
1 // - AUTHOR: Hector Alvarez-Pol 05/2005
2 /******************************************************************
3  * Copyright (C) 2005-2016, Hector Alvarez-Pol *
4  * All rights reserved. *
5  * *
6  * License according to GNU LESSER GPL (see lgpl-3.0.txt). *
7  * For the list of contributors see CREDITS. *
8  ******************************************************************/
9 //////////////////////////////////////////////////////////////////
10 /// \class ActarSimTrack
11 /// Track structure
12 /////////////////////////////////////////////////////////////////
13 
14 #include "ActarSimTrack.hh"
15 
17 
18 //////////////////////////////////////////////////////////////////
19 /// Constructor
21  xCoord = 0.;
22  yCoord = 0.;
23  zCoord = 0.;
24  xPreCoord = 0.;
25  yPreCoord = 0.;
26  zPreCoord = 0.;
27  energyStep = 0.;
28  parentTrackID = 0;
29  trackID = 0;
30  eventID = 0;
31  runID = 0;
32 }
33 
34 //////////////////////////////////////////////////////////////////
35 /// Destructor
37 }
virtual ~ActarSimTrack()
Destructor.
ClassImp(ActarSimTrack) ActarSimTrack
Constructor.