ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/DataFormats/interface/BasePartFwd.h
Revision: 1.3
Committed: Thu Aug 28 22:09:16 2008 UTC (16 years, 8 months ago) by paus
Content type: text/plain
Branch: MAIN
Changes since 1.2: +2 -2 lines
Log Message:
Adding HelixIntersector interface.

File Contents

# User Rev Content
1 bendavid 1.1 //--------------------------------------------------------------------------------------------------
2 paus 1.3 // $Id: BasePartFwd.h,v 1.2 2008/07/30 11:43:16 bendavid Exp $
3 bendavid 1.1 //
4     // BasePartFwd
5     //
6     // Edm reference typedefs for BasePart
7     //
8     // Author List: J.Bendavid
9     //--------------------------------------------------------------------------------------------------
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