#include "TObject.h" #include class EventSTL : public TObject { public: EventSTL(); virtual ~EventSTL(); void Electron(Double_t x); void VI(); void Clear(); Int_t nh; vector A; ClassDef(EventSTL,1) };