#include <iosfwd>
Go to the source code of this file.
Enumerations | |
enum | CaloDirection { NONE, SOUTH, SOUTHEAST, SOUTHWEST, EAST, WEST, NORTHEAST, NORTHWEST, NORTH, DOWN, DOWNSOUTH, DOWNSOUTHEAST, DOWNSOUTHWEST, DOWNEAST, DOWNWEST, DOWNNORTHEAST, DOWNNORTHWEST, DOWNNORTH, UP, UPSOUTH, UPSOUTHEAST, UPSOUTHWEST, UPEAST, UPWEST, UPNORTHEAST, UPNORTHWEST, UPNORTH } |
Codes the local directions in the cell lattice. More... | |
Functions | |
std::ostream & | operator<< (std::ostream &, const CaloDirection &) |
enum CaloDirection |
Codes the local directions in the cell lattice.
Definition at line 9 of file CaloDirection.h.
std::ostream& operator<< | ( | std::ostream & | , |
const CaloDirection & | |||
) |
Definition at line 4 of file CaloDirection.cc.
References DOWN, DOWNEAST, DOWNNORTH, DOWNNORTHEAST, DOWNNORTHWEST, DOWNSOUTH, DOWNSOUTHEAST, DOWNSOUTHWEST, DOWNWEST, EAST, NONE, NORTH, NORTHEAST, NORTHWEST, python.connectstrParser::o, SOUTH, SOUTHEAST, SOUTHWEST, UP, UPEAST, UPNORTH, UPNORTHEAST, UPNORTHWEST, UPSOUTH, UPSOUTHEAST, UPSOUTHWEST, UPWEST, and WEST.