#include <DelphesFactory.h>

Inheritance diagram for DelphesFactory:
[legend]
Collaboration diagram for DelphesFactory:
[legend]

Public Member Functions

 DelphesFactory (char const *name="ObjectFactory")
 
 ~DelphesFactory ()
 
void Clear ()
 
TObjArray * NewPermanentArray ()
 
TObjArray * NewArray ()
 
CandidateNewCandidate ()
 
TObject * New (TClass *cl)
 
template<typename T >
T * New ()
 

Detailed Description

Class handling creation of Candidate, TObjArray and all other objects.

Author
P. Demin - UCL, Louvain-la-Neuve

Constructor & Destructor Documentation

DelphesFactory::DelphesFactory ( char const *  name = "ObjectFactory")
DelphesFactory::~DelphesFactory ( )

Member Function Documentation

void DelphesFactory::Clear ( )
TObject * DelphesFactory::New ( TClass *  cl)
template<typename T >
T* DelphesFactory::New ( )
inline
TObjArray* DelphesFactory::NewArray ( )
inline
Candidate * DelphesFactory::NewCandidate ( )
TObjArray * DelphesFactory::NewPermanentArray ( )

The documentation for this class was generated from the following files: