Enumerations
TabulatedLabFrameHadronTensor.cxx File Reference
#include <cmath>
#include <fstream>
#include "Framework/Conventions/Constants.h"
#include "Framework/Conventions/Units.h"
#include "Framework/ParticleData/PDGCodes.h"
#include "Framework/Messenger/Messenger.h"
#include "Physics/HadronTensors/TabulatedLabFrameHadronTensor.h"
#include "Framework/Algorithm/AlgConfigPool.h"
#include "Framework/Registry/Registry.h"

Go to the source code of this file.

Enumerations

enum  kHadronTensorGridFlag_t
 

Enumeration Type Documentation

Enumerated type that represents the format used to read in grid points from the hadron tensor data file

Definition at line 19 of file TabulatedLabFrameHadronTensor.cxx.

19  {
20  /// A starting value and a step size are used to define a regular grid
21  kStartAndStep = 0,
22  /// An explicit table of grid points is used to define an irregular grid
23  kExplicitValues = 1,
24  /// Dummy value used for error checking
25  kHadronTensorGridFlag_COUNT = 2
26  };