#ifndef HRICHSENDERCAL_H
#define HRICHSENDERCAL_H
#include "hreconstructor.h"
#include "hlocation.h"
#include "TSocket.h"
#include "TMessage.h"
#include "TString.h"
class HCategory;
class HIterator;
class HRichSenderCal : public HReconstructor {
public:
HRichSenderCal();
HRichSenderCal(const Text_t *name,const Text_t *title,const Text_t *host,Int_t port);
~HRichSenderCal();
Bool_t init();
Bool_t finalize();
Int_t execute();
HCategory* getCalCat(){return fCalCat;}
void setCalCat(HCategory* pCalCat){fCalCat = pCalCat;}
ClassDef(HRichSenderCal,1)
private:
Int_t nPort;
TString hostname;
TSocket *sock;
TMessage *mess;
void initNetwork();
HCategory *fCalCat;
};
#endif // HRICHSENDERCAL_H
Last change: Sat May 22 13:10:04 2010
Last generated: 2010-05-22 13:10
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.