ffa6d63b |
1 | #ifndef ALIEMCALGETTER_H |
173558f2 |
2 | |
ffa6d63b |
3 | #define ALIEMCALGETTER_H |
173558f2 |
4 | |
ffa6d63b |
5 | /* Copyright(c) 1998-1999, ALICE Experiment at CERN, All rights reserved. * |
173558f2 |
6 | |
ffa6d63b |
7 | * See cxx source for full Copyright notice */ |
8 | |
173558f2 |
9 | |
10 | |
ffa6d63b |
11 | /* $Id$ */ |
12 | |
173558f2 |
13 | |
14 | |
ffa6d63b |
15 | //_________________________________________________________________________ |
173558f2 |
16 | |
ffa6d63b |
17 | // A singleton that returns various objects |
173558f2 |
18 | |
ffa6d63b |
19 | // Should be used on the analysis stage to avoid confusing between different |
173558f2 |
20 | |
ffa6d63b |
21 | // branches of reconstruction tree: e.g. reading RecPoints and TS made from |
173558f2 |
22 | |
ffa6d63b |
23 | // another set of RecPoints. |
173558f2 |
24 | |
d75bea67 |
25 | // |
173558f2 |
26 | |
ffa6d63b |
27 | // The objects are retrived from folders. |
173558f2 |
28 | |
d75bea67 |
29 | //*-- Author: Yves Schutz (SUBATECH) & Dmitri Peressounko (RRC KI & SUBATECH) |
173558f2 |
30 | |
d75bea67 |
31 | // |
ffa6d63b |
32 | |
173558f2 |
33 | |
34 | |
05a92d59 |
35 | // Modif: |
173558f2 |
36 | |
05a92d59 |
37 | // August 2002 Yves Schutz: clone PHOS as closely as possible and intoduction |
173558f2 |
38 | |
05a92d59 |
39 |