Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
lareventdisplay
lareventdisplay
EventDisplay
OrthoProj.h
Go to the documentation of this file.
1
///
2
/// \file OrthoProj.h
3
/// \brief Define OrthoProj_t enum for selecting orthographic view.
4
/// \author greenlee@fnal.gov
5
///
6
7
#ifndef EVD_ORTHOPROJ_H
8
#define EVD_ORTHOPROJ_H
9
10
namespace
evd
{
11
12
enum
OrthoProj_t
{
kNoProj
,
kXY
,
kXZ
,
kYZ
};
13
14
}
15
16
#endif
17
////////////////////////////////////////////////////////////////////////
evd::kXY
Definition:
OrthoProj.h:12
evd::OrthoProj_t
OrthoProj_t
Definition:
OrthoProj.h:12
evd::kYZ
Definition:
OrthoProj.h:12
evd
LArSoft includes.
Definition:
InfoTransfer.h:33
evd::kXZ
Definition:
OrthoProj.h:12
evd::kNoProj
Definition:
OrthoProj.h:12
Generated by
1.8.11