ATLAS Offline Software
Loading...
Searching...
No Matches
MuonVal::detail::hasHistSvc Concept Reference

Concept to specify whether the class returns a ServiceHandle to the THistSvc. More...

#include <MuonTesterTree.h>

Concept definition

template<typename HistSvcHolder_t>
concept hasHistSvc = requires(const HistSvcHolder_t& holder) {
{ holder.histSvc() }-> std::same_as<const ServiceHandle<ITHistSvc>&>;
}
Concept to specify whether the class returns a ServiceHandle to the THistSvc.

Detailed Description

Concept to specify whether the class returns a ServiceHandle to the THistSvc.

Definition at line 31 of file MuonTesterTree.h.