#ifndef HPIDCONTFACT_H
#define HPIDCONTFACT_H
#include "hcontfact.h"
class HParSet;
class HContainer;
class HPidContFact : public HContFact
{
private:
void setAllContainers(void);
void setContexts(HContainer *pCont,const Char_t* pDefContName);
public:
HPidContFact(void);
~HPidContFact() {}
HParSet* createContainer(HContainer *);
ClassDef(HPidContFact,0)
};
#endif /* !HPIDCONTFACT_H */
Last change: Sat May 22 13:07:00 2010
Last generated: 2010-05-22 13:07
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.