PHNodeReset.h
//-----------------------------------------------------------------------------
// $Header: /afs/rhic/phenix/cvsroot/offline/framework/phool/PHNodeReset.h,v 1.3 1999/07/21 16:06:12 messer Exp $
//
// The PHOOL's Software
// Copyright (C) PHENIX collaboration, 1999
//
// Declaration of class PHNodeReset
//
// Purpose: strategy which calls reset() on a PHNode
//
// Author: Matthias Messer
//-----------------------------------------------------------------------------
#ifndef PHNODERESET_H
#define PHNODERESET_H
#include "phool.h"
#include "PHNodeOperation.h"
class PHNodeReset : public PHNodeOperation {
public:
PHNodeReset();
~PHNodeReset();
protected:
virtual void perform(PHNode*);
};
#endif /* PHNODERESET_H */