LArSoft  v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
LArContent.h
Go to the documentation of this file.
1 
8 #ifndef LAR_CONTENT_H
9 #define LAR_CONTENT_H 1
10 
11 namespace pandora
12 {
13 class Pandora;
14 }
15 
20 {
21 public:
27  static pandora::StatusCode RegisterAlgorithms(const pandora::Pandora &pandora);
28 
34  static pandora::StatusCode RegisterBasicPlugins(const pandora::Pandora &pandora);
35 };
36 
37 #endif // #ifndef LAR_CONTENT_H
LArContent class.
Definition: LArContent.h:19