LArSoft  v07_13_02
Liquid Argon Software toolkit - http://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 { class Pandora; }
12 
17 {
18 public:
24  static pandora::StatusCode RegisterAlgorithms(const pandora::Pandora &pandora);
25 
31  static pandora::StatusCode RegisterBasicPlugins(const pandora::Pandora &pandora);
32 };
33 
34 #endif // #ifndef LAR_CONTENT_H
LArContent class.
Definition: LArContent.h:16