Back to index

PHNodeOperation.C

 
//----------------------------------------------------------------------------- 
//  $Header: /afs/rhic/phenix/cvsroot/offline/framework/phool/PHNodeOperation.C,v 1.1 1999/03/03 21:53:03 messer Exp $ 
// 
//  The PHOOL's Software 
//  Copyright (C) PHENIX collaboration, 1999 
// 
//  Implementation of class ... 
// 
//  Author: Matthias Messer 
//----------------------------------------------------------------------------- 
#include "PHNodeOperation.h"  
 
PHNodeOperation::PHNodeOperation()  
{ 
} 
 
PHNodeOperation::~PHNodeOperation()  
{ 
} 
 

Back to index