ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/IPHCalignment2/TrackingTools/TrajectoryState/interface/SurfaceSideDefinition.h
Revision: 1.1
Committed: Fri Nov 25 16:38:26 2011 UTC (13 years, 5 months ago) by econte
Content type: text/plain
Branch: MAIN
CVS Tags: TBD2011, TBD_2011, HEAD
Log Message:
new IPHC alignment

File Contents

# User Rev Content
1 econte 1.1 #ifndef SurfaceSideDefinition_h_
2     #define SurfaceSideDefinition_h_
3    
4     /** Defines side of surface for use in TrajectoryStateOnSurface
5     * and related classes
6     */
7     namespace SurfaceSideDefinition {
8     enum SurfaceSide { beforeSurface, afterSurface, atCenterOfSurface };
9     }
10     #endif