All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
GetDetectorType.h
Go to the documentation of this file.
1 #ifndef LAR_PANDORA_GET_DETECTOR_TYPE_H
2 #define LAR_PANDORA_GET_DETECTOR_TYPE_H 1
3 
4 namespace lar_pandora {
5 
6  class LArPandoraDetectorType;
7 
8  namespace detector_functions {
9 
10  /**
11  * @brief Factory class that returns the correct detector type interface
12  *
13  * @result The detector type interface
14  */
16 
17  } // namespace detector_functions
18 
19 } // namespace lar_pandora
20 
21 #endif
Empty interface to map pandora to specifics in the LArSoft geometry.
LArPandoraDetectorType * GetDetectorType()
Factory class that returns the correct detector type interface.