ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/MitAna/DataTree/interface/Collections.h
Revision: 1.1
Committed: Tue May 27 19:24:49 2008 UTC (16 years, 11 months ago) by loizides
Content type: text/plain
Branch: MAIN
Log Message:
First few data tree classes.

File Contents

# User Rev Content
1 loizides 1.1 // $Id:$
2    
3     #ifndef DATATREE_COLLECTIONS_H
4     #define DATATREE_COLLECTIONS_H
5    
6     #include "MitAna/DataTree/interface/Collection.h"
7     #include "MitAna/DataTree/interface/Vector.h"
8     #include "MitAna/DataTree/interface/Particle.h"
9    
10     namespace mithep {
11    
12     typedef Collection<Particle> ParticleCollection;
13    
14     } /*namespace mithep*/
15    
16     #endif /*DATATREE_COLLECTIONS_H*/