ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/DataFormats/interface/BasePartFwd.h
Revision: 1.4
Committed: Fri Aug 29 00:27:21 2008 UTC (16 years, 8 months ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.3: +2 -2 lines
Log Message:
A bit of cleanup.

File Contents

# User Rev Content
1 bendavid 1.1 //--------------------------------------------------------------------------------------------------
2 loizides 1.4 // $Id: BasePartFwd.h,v 1.3 2008/08/28 22:09:16 paus Exp $
3 bendavid 1.1 //
4     // BasePartFwd
5     //
6     // Edm reference typedefs for BasePart
7     //
8 loizides 1.4 // Authors: J.Bendavid
9 bendavid 1.1 //--------------------------------------------------------------------------------------------------
10    
11     #ifndef MITEDM_BASEPARTFWD_H
12     #define MITEDM_BASEPARTFWD_H
13    
14     #include <vector>
15     #include "DataFormats/Common/interface/RefToBase.h"
16    
17     namespace mitedm {
18     class BasePart;
19 paus 1.3 typedef edm::RefToBase<mitedm::BasePart> BasePartBaseRef;
20 bendavid 1.1 typedef edm::RefToBaseVector<mitedm::BasePart> BasePartBaseRefVector;
21     }
22     #endif