ITwoCptCellCollection.h

Go to the documentation of this file.
00001 /***************************************************************************
00002  AtlfastEvent package
00003  -----------------------------------------
00004  Copyright (C) 2004 by ATLAS Collaboration
00005  ***************************************************************************/
00006 
00007 //<doc><file>   $Id: ITwoCptCellCollection.h,v 1.1 2004/02/24 16:49:29 schaffer Exp $
00008 //<version>     $Name:  $
00009 
00010 #ifndef ATLFASTEVENT_ITWOCPTCELLCOLLECTION_H
00011 # define ATLFASTEVENT_ITWOCPTCELLCOLLECTION_H
00012 
00013 //<<<<<< INCLUDES                                                       >>>>>>
00014 #ifndef ATLFAST_CELL_H
00015 #include "AtlfastEvent/Cell.h"
00016 #endif
00017 
00018 #ifndef ATLFAST_ITWOCPTCELL_H
00019 #include "AtlfastEvent/ITwoCptCell.h"
00020 #endif
00021 
00022 #ifndef ATLFAST_TWOCPTCELL_H
00023 #include "AtlfastEvent/TwoCptCell.h"
00024 #endif
00025 
00026 #ifndef STD_VECTOR_H
00027 #include <vector>
00028 #define STD_VECTOR_H
00029 #endif
00030 
00031 #ifndef DATAMODEL_DATAVECTOR_H
00032 #include "DataModel/DataVector.h"
00033 #define DATAMODEL_DATAVECTOR_H
00034 #endif
00035 
00036 #ifndef CLIDSVC_CLASSDEF_H
00037 #include "CLIDSvc/CLASS_DEF.h"
00038 #endif
00039 
00040 namespace Atlfast {
00041     typedef DataVector< ITwoCptCell >              ITwoCptCellCollection ;
00042 }
00043 
00044 
00045 CLASS_DEF(Atlfast::ITwoCptCellCollection,           2317, 0)
00046 
00047 #endif // ATLFASTEVENT_ITWOCPTCELLCOLLECTION_H

Generated on Fri Sep 21 13:00:09 2007 for AtlfastEvent by  doxygen 1.5.1