HYDRA_development_version
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros
hrichhitsim.cc
Go to the documentation of this file.
1 //////////////////////////////////////////////////////////////////////////////
2 //
3 // $Id: $
4 //
5 //*-- Author : RICH team member
6 //*-- Revised : Martin Jurkovic <martin.jurkovic@ph.tum.de> 2010
7 //
8 //_HADES_CLASS_DESCRIPTION
9 //////////////////////////////////////////////////////////////////////////////
10 //
11 // HRichHitSim
12 //
13 // End of track list via 0, -1 is generated in HRichRingFindSim.
14 // No need to initialize track array in Constructor.
15 //
16 //////////////////////////////////////////////////////////////////////////////
17 
18 
19 #include "hrichhitsim.h"
20 
22 
24 {
25  track1 = track2 = track3 = 0;
26  weigTrack1 = weigTrack2 = weigTrack3 = 0;
27  flag1 = flag2 = flag3 = -1;
28 }
29 
30 
31 
32 
33 
34 
35 
ClassImp(HRichHitSim) HRichHitSim
Definition: hrichhitsim.cc:21