ROOT logo
//////////////////////////////////////////////////////////////////////////////
//
// $Id: $
//
//*-- Author  : Ilse Koenig <i.koenig@gsi.de>
//*-- Revised : Martin Jurkovic <martin.jurkovic@ph.tum.de> 2010
//
//_HADES_CLASS_DESCRIPTION
//////////////////////////////////////////////////////////////////////////////
//
//  HRichContFact
//
//
//////////////////////////////////////////////////////////////////////////////


#ifndef HRICHCONTFACT_H
#define HRICHCONTFACT_H

#include "hcontfact.h"

class HParSet;
class HContainer;

class HRichContFact : public HContFact {
private:
   void setAllContainers();
public:
   HRichContFact();
   ~HRichContFact() {}
   HParSet* createContainer(HContainer*);
   ClassDef(HRichContFact, 0) // Factory for parameter containers in libRich
};

#endif  /* !HRICHCONTFACT_H */
 hrichcontfact.h:1
 hrichcontfact.h:2
 hrichcontfact.h:3
 hrichcontfact.h:4
 hrichcontfact.h:5
 hrichcontfact.h:6
 hrichcontfact.h:7
 hrichcontfact.h:8
 hrichcontfact.h:9
 hrichcontfact.h:10
 hrichcontfact.h:11
 hrichcontfact.h:12
 hrichcontfact.h:13
 hrichcontfact.h:14
 hrichcontfact.h:15
 hrichcontfact.h:16
 hrichcontfact.h:17
 hrichcontfact.h:18
 hrichcontfact.h:19
 hrichcontfact.h:20
 hrichcontfact.h:21
 hrichcontfact.h:22
 hrichcontfact.h:23
 hrichcontfact.h:24
 hrichcontfact.h:25
 hrichcontfact.h:26
 hrichcontfact.h:27
 hrichcontfact.h:28
 hrichcontfact.h:29
 hrichcontfact.h:30
 hrichcontfact.h:31
 hrichcontfact.h:32
 hrichcontfact.h:33
 hrichcontfact.h:34
 hrichcontfact.h:35