using namespace std;
#include "hshowerparset.h"
#include "hdetector.h"
#include "hpario.h"
#include "hdetpario.h"
#include <iostream>
#include <iomanip>
ClassImp(HShowerParSet)
HShowerParSet::HShowerParSet(const Char_t* name,const Char_t* title,
const Char_t* context)
: HParSet(name,title,context) {
strcpy(detName,"Shower");
}
Bool_t HShowerParSet::init(HParIo* inp,Int_t* set) {
HDetParIo* input=inp->getDetParIo("HShowerParIo");
if (input) return (input->init(this,set));
return kFALSE;
}
Int_t HShowerParSet::write(HParIo* output) {
HDetParIo* out=output->getDetParIo("HShowerParIo");
if (out) return out->write(this);
return kFALSE;
}
Last change: Sat May 22 13:14:02 2010
Last generated: 2010-05-22 13:14
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.