DAS  3.0
Das Analysis System
AnotherPluginabstract
+ Inheritance diagram for AnotherPlugin:
+ Collaboration diagram for AnotherPlugin:

Public Member Functions

 AnotherPlugin (int i)
 
virtual ~AnotherPlugin ()=default
 
virtual void AbsMet ()=0
 
- Public Member Functions inherited from IPlugin
 IPlugin ()=default
 
virtual ~IPlugin ()
 
void SetPath (const std::filesystem::path &file) noexcept
 
virtual void Load (Darwin::Tools::Flow &, Darwin::Tools::MetaInfo &, int=0, const boost::property_tree::ptree &={})
 
 IPlugin ()=default
 
virtual ~IPlugin ()
 
void SetPath (const std::filesystem::path &file) noexcept
 
virtual void Load (Darwin::Tools::Flow &, Darwin::Tools::MetaInfo &, int=0, const boost::property_tree::ptree &={})
 

Public Attributes

const int i
 

Additional Inherited Members

- Protected Member Functions inherited from IPlugin
virtual int GetParamsVeto () noexcept
 
virtual int GetParamsVeto () noexcept
 
- Protected Attributes inherited from IPlugin
int steering = none
 
bool isMC = false
 

Constructor & Destructor Documentation

◆ AnotherPlugin()

AnotherPlugin ( int  i)
inline
32 : i(i) { }

◆ ~AnotherPlugin()

virtual ~AnotherPlugin ( )
virtualdefault

Member Function Documentation

◆ AbsMet()

virtual void AbsMet ( )
pure virtual

Member Data Documentation

◆ i

const int i

The documentation for this struct was generated from the following file:
AnotherPlugin::i
const int i
Definition: PluginLoader.cc:31