PandaRoot
PndRadMapPlane.h File Reference
#include <TH2D.h>
#include <TROOT.h>
#include <TFormula.h>
#include <TMatrixD.h>
#include <FairRadMapPoint.h>

Go to the source code of this file.

Classes

class  PndRadMapPlane
 

Enumerations

enum  axis { Xx = 1, Yy = 2, Zz = 3 }
 
enum  orientation {
  XY = 1, YX = 2, XZ = 3, ZX = 4,
  YZ = 5, ZY = 6
}
 

Enumeration Type Documentation

◆ axis

enum axis
Enumerator
Xx 
Yy 
Zz 

Definition at line 9 of file PndRadMapPlane.h.

9 { Xx = 1, Yy = 2, Zz = 3 };

◆ orientation

Enumerator
XY 
YX 
XZ 
ZX 
YZ 
ZY 

Definition at line 10 of file PndRadMapPlane.h.

10 { XY = 1, YX = 2, XZ = 3, ZX = 4, YZ = 5, ZY = 6 };