Class Reference for E1039 Core & Analysis Software
PHOperation.cc
Go to the documentation of this file.
1 //-----------------------------------------------------------------------------
2 // $Header: /afs/rhic.bnl.gov/phenix/PHENIX_CVS/offline/framework/phool/PHOperation.C,v 1.3 2014/01/12 16:15:05 pinkenbu Exp $
3 //
4 // The PHOOL's Software
5 // Copyright (C) PHENIX collaboration, 1999
6 //
7 // Implementation of class ...
8 //
9 // Author: Matthias Messer
10 //-----------------------------------------------------------------------------
11 #include "PHOperation.h"
12 
13 template <class T> PHOperation<T>::PHOperation()
14 {
15 }
16 
17 template <class T> PHOperation<T>::~PHOperation()
18 {
19 }
20 
virtual ~PHOperation()
Definition: PHOperation.cc:17