Go to the documentation of this file.00001 #ifndef CaloDirection_h
00002 #define CaloDirection_h
00003
00009 enum CaloDirection{NONE,SOUTH,SOUTHEAST,SOUTHWEST,EAST,WEST,
00010 NORTHEAST,NORTHWEST,NORTH,DOWN,
00011 DOWNSOUTH,DOWNSOUTHEAST,DOWNSOUTHWEST,DOWNEAST,DOWNWEST,
00012 DOWNNORTHEAST,DOWNNORTHWEST,DOWNNORTH,UP,
00013 UPSOUTH,UPSOUTHEAST,UPSOUTHWEST,UPEAST,UPWEST,
00014 UPNORTHEAST,UPNORTHWEST,UPNORTH};
00015
00016
00017 #include <iosfwd>
00018 std::ostream & operator<<(std::ostream&,const CaloDirection&);
00019
00020 #endif