Geant4-11
Data Structures | Enumerations
G4tgrUtils.hh File Reference
#include <iostream>
#include <vector>
#include "globals.hh"
#include "G4ThreeVector.hh"
#include "G4RotationMatrix.hh"
#include "G4tgrEvaluator.hh"

Go to the source code of this file.

Data Structures

class  G4tgrUtils
 

Enumerations

enum  WLSIZEtype {
  WLSIZE_EQ , WLSIZE_NE , WLSIZE_LE , WLSIZE_LT ,
  WLSIZE_GE , WLSIZE_GT
}
 

Enumeration Type Documentation

◆ WLSIZEtype

enum WLSIZEtype
Enumerator
WLSIZE_EQ 
WLSIZE_NE 
WLSIZE_LE 
WLSIZE_LT 
WLSIZE_GE 
WLSIZE_GT 

Definition at line 45 of file G4tgrUtils.hh.

46{
53};
@ WLSIZE_NE
Definition: G4tgrUtils.hh:48
@ WLSIZE_EQ
Definition: G4tgrUtils.hh:47
@ WLSIZE_GE
Definition: G4tgrUtils.hh:51
@ WLSIZE_LT
Definition: G4tgrUtils.hh:50
@ WLSIZE_LE
Definition: G4tgrUtils.hh:49
@ WLSIZE_GT
Definition: G4tgrUtils.hh:52