#ifndef HMDCVERTEXWRITER_H
#define HMDCVERTEXWRITER_H
#include "hreconstructor.h"
#include "TString.h"
#include "TFile.h"
#include "TNtuple.h"
class HMdcVertexWriter : public HReconstructor {
protected:
TFile* outfile;
TNtuple* vertex;
TString filename;
Bool_t fileNameFromInput;
Bool_t isEmbedding;
static Bool_t doSkipNoVertex;
public:
HMdcVertexWriter(void);
HMdcVertexWriter(const Text_t* name,const Text_t* title);
~HMdcVertexWriter(void);
Bool_t init(void);
Bool_t finalize(void);
Int_t execute(void);
static void setSkipNoVertex(Bool_t skip = kTRUE){doSkipNoVertex = skip; }
ClassDef(HMdcVertexWriter,0)
};
#endif /* !HMDCVERTEXWRITER_H */
Last change: Sat May 22 13:04:21 2010
Last generated: 2010-05-22 13:04
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.