EIC Software
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
FairFieldFactory.cxx
Go to the documentation of this file. Or view the newest version in sPHENIX GitHub for file FairFieldFactory.cxx
1 // -------------------------------------------------------------------------
2 // ----- FairFieldFactory source file -----
3 // ----- Created 12/01/04 by M. Al-Turany -----
4 // -------------------------------------------------------------------------
5 
6 
7 #include "FairFieldFactory.h"
8 
10 
11 
13  :fCreator(0)
14 {
15 
16  fgRinstance=this;
17 }
18 
20 {
21 }
22 
24 {
25 
26  return fgRinstance;
27 }
28 
29 
31 
32 
33 
34 
35 
36 
37