#include "hevent.h" #include "hdeco.h" #include "hades.h" #include #include "hrecevent.h" #include "hpartialevent.h" #include "heventheader.h" #include "TString.h" ClassImp(HDeco) HDeco::HDeco(){ } HDeco::~HDeco(){ } HDeco::HDeco(const Text_t *name,const Text_t *title,const Option_t *sel): HReconstructor(name, title) { sele = sel; sele.ToLower(); } Int_t HDeco::execute(){ TString trig="trigger"; HRecEvent *event=0; event=(HRecEvent *)gHades->getCurrentEvent(); Int_t flag =event->getHeader()->getDownscalingFlag(); // cout<< " flag "<