ACTARSim
ACTAR TPC Simulation Reference Guide
ActarSimData.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 ActarSimData
11 /// The information from the track of the primaries generated at
12 /// the reaction vertex. All data members are accesible in the
13 /// branch theData of The_Event_Tree.
14 /////////////////////////////////////////////////////////////////
15 
16 #include "ActarSimData.hh"
17 
19 
20 //////////////////////////////////////////////////////////////////
21 /// Constructor with initial values
23  thetaPrim1 = 0;
24  thetaPrim2 = 0;
25  phiPrim1 = 0;
26  phiPrim2 = 0;
27  energyPrim1 = 0;
28  energyPrim2 = 0;
29  energyOnGasPrim1 = 0;
30  energyOnGasPrim2 = 0;
31  stepSumLengthOnGasPrim1 = 0;
32  stepSumLengthOnGasPrim2 = 0;
33  eventID = 0;
34  runID = 0;
35 }
36 
37 //////////////////////////////////////////////////////////////////
38 /// Destructor
40 }
virtual ~ActarSimData()
Destructor.
Definition: ActarSimData.cc:39
ClassImp(ActarSimData) ActarSimData
Constructor with initial values.
Definition: ActarSimData.cc:18