Class Reference for E1039 Core & Analysis Software
PHNodeReset.h
Go to the documentation of this file.
1
#ifndef PHNodeReset_h
2
#define PHNodeReset_h
3
4
// Declaration of class PHNodeReset
5
// Purpose: strategy which calls reset() on a PHNode
6
// Author: Matthias Messer
7
8
#include "
PHNodeOperation.h
"
9
10
class
PHNode
;
11
12
class
PHNodeReset
:
public
PHNodeOperation
13
{
14
public
:
15
PHNodeReset
() {}
16
virtual
~PHNodeReset
() {}
17
protected
:
18
virtual
void
perform
(
PHNode
*);
19
};
20
21
#endif
/* PHNodeReset_h */
PHNodeOperation.h
PHNodeOperation
Definition:
PHNodeOperation.h:11
PHNodeReset
Definition:
PHNodeReset.h:13
PHNodeReset::PHNodeReset
PHNodeReset()
Definition:
PHNodeReset.h:15
PHNodeReset::perform
virtual void perform(PHNode *)
Definition:
PHNodeReset.cc:13
PHNodeReset::~PHNodeReset
virtual ~PHNodeReset()
Definition:
PHNodeReset.h:16
PHNode
Definition:
PHNode.h:15
e1039-core
framework
phool
PHNodeReset.h
Built by
Haiwang Yu
. updated:
Thu Jan 30 2025 10:15:15
using
1.9.1 with
SeaQuest GitHub integration