StRoot  1
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
Factory.cxx
1 #include "Factory.h"
2 double BFactory::fgTotal=0;
3 BFactory::BFactory(const string& name): Named(name)
4 {
5 fCurCount=0; fMaxCount = 1000000;fUseCount=0;fFastDel=0;
6 fInstCount=0;fFreeCount=0;
7 }
Definition: Named.h:16