|
| template<typename U = BASE, typename = std::enable_if_t<std::is_base_of_v<Gaudi::Algorithm, BASE>, U>> |
| | FixTESPath (const std::string &name, ISvcLocator *pSvcLocator) |
| | Algorithm constructor - the SFINAE constraint below ensures that this is constructor is only defined if BASE derives from Algorithm. More...
|
| |
| template<typename U = BASE, typename = std::enable_if_t<std::is_base_of_v<AlgTool, BASE>, U>> |
| | FixTESPath (const std::string &type, const std::string &name, const IInterface *ancestor) |
| | Tool constructor - SFINAE-ed to insure this constructor is only defined if BASE derives from AlgTool. More...
|
| |
| StatusCode | initialize () override |
| |
| const std::string & | rootInTES () const |
| | Returns the "rootInTES" string. More...
|
| |
| std::string | fullTESLocation (std::string_view location, bool useRootInTES) const |
| | Returns the full correct event location given the rootInTes settings. More...
|
| |
template<class BASE>
class FixTESPath< BASE >
Definition at line 20 of file FixTESPath.h.