ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitEdm/DataFormats/src/classes.h
Revision: 1.7
Committed: Mon Apr 6 15:19:37 2009 UTC (16 years, 1 month ago) by loizides
Content type: text/plain
Branch: MAIN
Changes since 1.6: +1 -4 lines
Log Message:
Cleanup

File Contents

# User Rev Content
1 loizides 1.7 // $Id: classes.h,v 1.6 2008/11/04 19:25:55 bendavid Exp $
2 loizides 1.1
3     #include "DataFormats/Common/interface/Wrapper.h"
4     #include "MitEdm/DataFormats/interface/BasePart.h"
5 bendavid 1.2 #include "MitEdm/DataFormats/interface/BasePartFwd.h"
6 bendavid 1.5 #include "MitEdm/DataFormats/interface/StablePart.h"
7 bendavid 1.2 #include "MitEdm/DataFormats/interface/DecayPart.h"
8 loizides 1.1
9     namespace
10     {
11     namespace
12     {
13 bendavid 1.5 std::vector<mitedm::StablePart> dummy01;
14 loizides 1.3 std::vector<mitedm::DecayPart> dummy02;
15 bendavid 1.5 edm::Wrapper<std::vector<mitedm::StablePart> > dummy03;
16 loizides 1.3 edm::Wrapper<std::vector<mitedm::DecayPart> > dummy04;
17 bendavid 1.6 edm::Wrapper<mitedm::TrackAssociation> dummy05;
18 loizides 1.1 }
19     }