1 |
bendavid |
1.1 |
//--------------------------------------------------------------------------------------------------
|
2 |
|
|
// $Id: BasePartFwd.h,v 1.6 2008/09/24 09:47:22 bendavid Exp $
|
3 |
|
|
//
|
4 |
|
|
// BasePartFwd
|
5 |
|
|
//
|
6 |
|
|
// Edm reference typedefs for BasePart
|
7 |
|
|
//
|
8 |
|
|
// Authors: J.Bendavid
|
9 |
|
|
//--------------------------------------------------------------------------------------------------
|
10 |
|
|
|
11 |
|
|
#ifndef MITEDM_DECAYPARTFWD_H
|
12 |
|
|
#define MITEDM_DECAYPARTFWD_H
|
13 |
|
|
|
14 |
|
|
#include "DataFormats/Common/interface/Ptr.h"
|
15 |
|
|
|
16 |
|
|
namespace mitedm {
|
17 |
|
|
class BasePart;
|
18 |
|
|
typedef edm::Ptr<mitedm::DecayPart> DecayPartPtr;
|
19 |
|
|
}
|
20 |
|
|
#endif
|