CMS 3D CMS Logo

CaloDirection.h
Go to the documentation of this file.
1 #ifndef CaloDirection_h
2 #define CaloDirection_h
3 //The local directions
28  UP,
37 };
38 
39 //class ostream;
40 #include <iosfwd>
41 std::ostream& operator<<(std::ostream&, const CaloDirection&);
42 
43 #endif
std::ostream & operator<<(std::ostream &, const CaloDirection &)
Definition: CaloDirection.cc:4
CaloDirection
Codes the local directions in the cell lattice.
Definition: CaloDirection.h:9