ACTARSim
ACTAR TPC Simulation Reference Guide
ACTARSim Home Page
Main Page
Related Pages
All Classes
Files
Release Notes
File List
File Members
src
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
16
ClassImp
(
ActarSimTrack
)
17
18
//////////////////////////////////////////////////////////////////
19
/// Constructor
20
ActarSimTrack
::
ActarSimTrack
(){
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
36
ActarSimTrack::~ActarSimTrack
(){
37
}
ActarSimTrack::~ActarSimTrack
virtual ~ActarSimTrack()
Destructor.
Definition:
ActarSimTrack.cc:36
ClassImp
ClassImp(ActarSimTrack) ActarSimTrack
Constructor.
Definition:
ActarSimTrack.cc:16
ActarSimTrack.hh
ActarSimTrack
Definition:
ActarSimTrack.hh:24