#include "hevent.h" #include "hdeco.h" #include "hades.h" #include #include "hrecevent.h" #include "hpartialevent.h" #include "heventheader.h" #include ClassImp(HDeco) HDeco::HDeco(){ } HDeco::~HDeco(){ } HDeco::HDeco(Text_t *name,Text_t *title, 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 "<