EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <EicRoot/blob/master/base/FairFieldFactory.h>
Public Member Functions | |
FairFieldFactory () | |
virtual | ~FairFieldFactory () |
virtual FairField * | createFairField () |
virtual void | SetParm () |
Static Public Member Functions | |
static FairFieldFactory * | Instance () |
Protected Member Functions | |
ClassDef(FairFieldFactory, 1) private FairFieldFactory & | operator= (const FairFieldFactory &) |
Protected Attributes | |
FairFieldFactory * | fCreator |
Static Protected Attributes | |
static FairFieldFactory * | fgRinstance = 0 |
Definition at line 12 of file FairFieldFactory.h.
View newest version in sPHENIX GitHub at line 12 of file FairFieldFactory.h
FairFieldFactory::FairFieldFactory | ( | ) |
Definition at line 12 of file FairFieldFactory.cxx.
View newest version in sPHENIX GitHub at line 12 of file FairFieldFactory.cxx
References fgRinstance.
|
virtual |
Definition at line 19 of file FairFieldFactory.cxx.
View newest version in sPHENIX GitHub at line 19 of file FairFieldFactory.cxx
|
inlinevirtual |
Reimplemented in PndFieldCreator.
Definition at line 19 of file FairFieldFactory.h.
View newest version in sPHENIX GitHub at line 19 of file FairFieldFactory.h
References createFairField(), and fCreator.
Referenced by createFairField(), and FairRunAna::Init().
|
static |
Definition at line 23 of file FairFieldFactory.cxx.
View newest version in sPHENIX GitHub at line 23 of file FairFieldFactory.cxx
References fgRinstance.
Referenced by FairRunAna::Init().
|
inlineprotected |
Definition at line 35 of file FairFieldFactory.h.
View newest version in sPHENIX GitHub at line 35 of file FairFieldFactory.h
|
inlinevirtual |
Reimplemented in PndFieldCreator.
Definition at line 24 of file FairFieldFactory.h.
View newest version in sPHENIX GitHub at line 24 of file FairFieldFactory.h
References fCreator, and SetParm().
Referenced by FairRunAna::Init(), and SetParm().
|
protected |
Definition at line 29 of file FairFieldFactory.h.
View newest version in sPHENIX GitHub at line 29 of file FairFieldFactory.h
Referenced by createFairField(), PndFieldCreator::PndFieldCreator(), and SetParm().
|
staticprotected |
Definition at line 30 of file FairFieldFactory.h.
View newest version in sPHENIX GitHub at line 30 of file FairFieldFactory.h
Referenced by FairFieldFactory(), and Instance().