LArSoft  v07_13_02
Liquid Argon Software toolkit - http://larsoft.org/
LArInteractionTypeHelper.h
Go to the documentation of this file.
1 
8 #ifndef LAR_INTERACTION_TYPE_HELPER_H
9 #define LAR_INTERACTION_TYPE_HELPER_H 1
10 
12 
14 
15 namespace lar_content
16 {
17 
22 {
23 public:
27  enum InteractionType : unsigned int
28  {
194  };
195 
204  static InteractionType GetInteractionType(const pandora::MCParticleList &mcPrimaryList);
205 
213  static std::string ToString(const InteractionType interactionType);
214 };
215 
216 } // namespace lar_content
217 
218 #endif // #ifndef LAR_INTERACTION_TYPE_HELPER_H
219 
static InteractionType GetInteractionType(const pandora::MCParticleList &mcPrimaryList)
Get the interaction type of an event.
LArInteractionTypeHelper class.
Header file for the lar monte carlo particle helper helper class.
static std::string ToString(const InteractionType interactionType)
Get a string representation of an interaction type.
Header file for the lar mc particle class.