LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
#include "DetectorPropertiesService.h"
Public Types | |
using | provider_type = detinfo::DetectorProperties |
Public Member Functions | |
virtual | ~DetectorPropertiesService ()=default |
DetectorPropertiesData | DataForJob () const |
DetectorPropertiesData | DataForJob (detinfo::DetectorClocksData const &clockData) const |
DetectorPropertiesData | DataFor (art::Event const &e) const |
DetectorPropertiesData | DataFor (art::Event const &e, detinfo::DetectorClocksData const &clockData) const |
Private Member Functions | |
virtual DetectorPropertiesData | getDataForJob (detinfo::DetectorClocksData const &clockData) const =0 |
virtual DetectorPropertiesData | getDataFor (art::Event const &e, detinfo::DetectorClocksData const &clockData) const =0 |
Definition at line 26 of file DetectorPropertiesService.h.
Definition at line 28 of file DetectorPropertiesService.h.
|
virtualdefault |
|
inline |
Definition at line 41 of file DetectorPropertiesService.h.
|
inline |
Definition at line 46 of file DetectorPropertiesService.h.
References DECLARE_ART_SERVICE_INTERFACE, e, and art::SHARED.
|
inline |
Definition at line 31 of file DetectorPropertiesService.h.
|
inline |
Definition at line 37 of file DetectorPropertiesService.h.
|
privatepure virtual |
Implemented in detinfo::DetectorPropertiesServiceStandard.
|
privatepure virtual |
Implemented in detinfo::DetectorPropertiesServiceStandard.