KaliVeda  1.12/06
Heavy-Ion Analysis Toolkit
KVINDRAe503.cpp
Go to the documentation of this file.
1 //Created by KVClassFactory on Wed May 17 12:26:57 2006
2 //Author: franklan
3 
4 #include "KVINDRAe503.h"
5 #include "KVConfig.h"
6 #ifdef WITH_FITLTG
7 #include "KVRTGIDManager.h"
8 #endif
9 
10 
13 
16 {
17  //Default constructor
18 }
19 
20 
21 
24 
25 KVINDRAe503::~KVINDRAe503()
26 {
27  //Destructor
28 }
29 
30 
31 
43 
45 {
46  //Find groups of telescopes in angular alignment placed on different layers.
47  //List is in fGroups.
48  //Also creates all ID telescopes in array and stores them in fIDTelescopes.
49  //Any previous groups/idtelescopes are deleted beforehand.
50  // As any ID grids stored in gIDGridManager and any ID functions stored in
51  // KVRTGIDManger::fIDGlobalList will have been associated to the
52  // old ID telescopes (whose addresses now become obsolete), we clear the ID grid manager
53  // deleting all ID grids and the KVRTGIDManger::fIDGlobalList deleting all
54  // ID functions. You should therefore follow this with a call to
55  // SetIdentifications() in order to reinitialize all that.
56 
57 
58 #ifdef WITH_FITLTG
60 #endif
62 }
63 
64 
ClassImp(KVPartitionList) void KVPartitionList
Initialisation.
virtual void SetGroupsAndIDTelescopes()
Definition: KVINDRA.cpp:564
INDRA multidetector array, configuration for experiments E503 & E494S.
Definition: KVINDRAe503.h:15
virtual void SetGroupsAndIDTelescopes()
Definition: KVINDRAe503.cpp:44
static void Clear()