|  | 
| void | SetJApplication (JApplication *app) | 
|  | This is called by JEventSourceManager::AddJEventSourceGenerator which itself is called by JApplication::Add(JEventSourceGenerator*). 
 | 
|  | 
| void | SetPluginName (std::string plugin_name) | 
|  | SetPluginName is called by JANA itself and should not be exposed to the user. 
 | 
|  | 
| std::string | GetPluginName () const | 
|  | GetPluginName is called by JANA itself and should not be exposed to the user. 
 | 
|  | 
| JEventLevel | GetLevel () | 
|  | 
| void | SetLevel (JEventLevel level) | 
|  | 
|  | 
| JApplication * | mApplication {nullptr} | 
|  | 
| std::string | mPluginName | 
|  | 
| JEventLevel | mLevel = JEventLevel::None | 
|  | 
◆ CheckOpenable()
  
  | 
        
          | virtual double JEventSourceGenerator::CheckOpenable | ( | std::string | source | ) |  |  | pure virtual | 
 
 
◆ GetDescription()
  
  | 
        
          | virtual std::string JEventSourceGenerator::GetDescription | ( | void |  | ) | const |  | inlinevirtual | 
 
 
◆ GetType()
  
  | 
        
          | virtual std::string JEventSourceGenerator::GetType | ( | void |  | ) | const |  | inlinevirtual | 
 
 
◆ MakeJEventSource()
  
  | 
        
          | virtual JEventSource * JEventSourceGenerator::MakeJEventSource | ( | std::string | source | ) |  |  | pure virtual | 
 
 
◆ SetJApplication()
  
  | 
        
          | void JEventSourceGenerator::SetJApplication | ( | JApplication * | app | ) |  |  | inlineprotected | 
 
 
The documentation for this class was generated from the following file: