ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/DataFormats/interface/DecayPartFwd.h
Revision: 1.1
Committed: Tue Sep 30 12:57:42 2008 UTC (16 years, 7 months ago) by bendavid
Content type: text/plain
Branch: MAIN
CVS Tags: Mit_004
Log Message:
Added DaughterData, StableData, DecayData classes, updated DecayPart to use them

File Contents

# User Rev Content
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