KaliVeda
Toolkit for HIC analysis
Loading...
Searching...
No Matches
KVINDRAe503.cpp
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
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
virtual void SetGroupsAndIDTelescopes()
Definition KVINDRA.cpp:552
INDRA multidetector array, configuration for experiments E503 & E494S.
Definition KVINDRAe503.h:16
virtual void SetGroupsAndIDTelescopes()
virtual ~KVINDRAe503()
Destructor.
static void Clear()
ClassImp(TPyArg)