LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
LArInteractionTypeHelper.h File Reference

Header file for the interaction type helper class. More...

Go to the source code of this file.

Classes

class  lar_content::LArInteractionTypeHelper
 LArInteractionTypeHelper class. More...
 
class  lar_content::LArInteractionTypeHelper::InteractionParameters
 Interaction parameters. More...
 
class  lar_content::InteractionDescriptor
 

Namespaces

 lar_content
 

Macros

#define INTERACTION_TYPE_TABLE(d)
 
#define GET_INTERACTION_TYPE_ENTRY(a)    a,
 The particle type enum macro. More...
 
#define GET_INTERACTION_TYPE_NAME_SWITCH(a)    case a : return std::string(#a);
 The name switch statement macro. More...
 

Detailed Description

Header file for the interaction type helper class.

Log

Definition in file LArInteractionTypeHelper.h.

Macro Definition Documentation

#define GET_INTERACTION_TYPE_ENTRY (   a)    a,

The particle type enum macro.

Definition at line 226 of file LArInteractionTypeHelper.h.

#define GET_INTERACTION_TYPE_NAME_SWITCH (   a)    case a : return std::string(#a);

The name switch statement macro.

Definition at line 232 of file LArInteractionTypeHelper.h.

Referenced by lar_content::LArInteractionTypeHelper::ToString().

#define INTERACTION_TYPE_TABLE (   d)