#ifndef HRUNANALIZER
#define HRUNANALIZER
#include "hreconstructor.h"
#include <stdio.h>
class HEventHeader;
class HRunAnalizer : public HReconstructor {
private:
HEventHeader *fEventHeader;
Int_t fTotEvents;
Int_t fCalEvents;
Bool_t fFirstRun;
FILE *fOut;
Bool_t fFirstEvent;
UInt_t fRunStartDate,fRunStartTime;
UInt_t fRunStopDate,fRunStopTime;
UInt_t fRunId;
TString fFileName;
void extractStartInfo(void);
void writeInfo(void);
void writeHeader(void);
public:
HRunAnalizer(Text_t *name,Text_t *title,Text_t *fileName=0);
HRunAnalizer(HRunAnalizer &analizer);
~HRunAnalizer(void);
Int_t execute(void);
Bool_t init(void);
Bool_t reinit(void);
Bool_t finalize(void);
ClassDef(HRunAnalizer,0)
};
#endif
Last change: Sat May 22 13:12:24 2010
Last generated: 2010-05-22 13:12
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.