00001
00002
00003
00004
00005
00006
00007
00008
00009
00010 #ifndef ATLFASTEVENT_ITWOCPTCELLCOLLECTION_H
00011 # define ATLFASTEVENT_ITWOCPTCELLCOLLECTION_H
00012
00013
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