// @(#)$Id: hpidcontfact.h,v 1.4 2008-05-09 16:15:05 halo Exp $
//*-- Author : Marcin Jaskula 09/10/2002

#ifndef HPIDCONTFACT_H
#define HPIDCONTFACT_H

////////////////////////////////////////////////////////////////////////////////
//
// HPidContFact
//
////////////////////////////////////////////////////////////////////////////////

#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) // Factory for parameter containers in libPid
};

#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.