LArSoft
v09_90_00
Liquid Argon Software toolkit - https://larsoft.org/
|
Declaration of types related to photon visibility. More...
#include "larsim/PhotonPropagation/IPhotonLibrary.h"
#include "larsim/PhotonPropagation/LibraryMappingTools/IPhotonMappingTransformations.h"
Go to the source code of this file.
Namespaces | |
phot | |
General LArSoft Utilities. | |
Typedefs | |
using | phot::OpDetID_t = phot::IPhotonMappingTransformations::OpDetID_t |
Type of (global) optical detector ID. More... | |
using | phot::MappedCounts_t = phot::IPhotonMappingTransformations::MappedOpDetData_t< phot::IPhotonLibrary::Counts_t > |
Type of mapped visibility counts. More... | |
using | phot::MappedT0s_t = phot::IPhotonMappingTransformations::MappedOpDetData_t< phot::IPhotonLibrary::T0s_t > |
Type of mapped arrival times. More... | |
using | phot::MappedParams_t = phot::IPhotonMappingTransformations::MappedOpDetData_t< phot::IPhotonLibrary::Params_t > |
Type of set of parameters for functions. More... | |
using | phot::MappedFunctions_t = phot::IPhotonMappingTransformations::MappedOpDetData_t< phot::IPhotonLibrary::Functions_t > |
Type of mapped parametrization functions. More... | |
Declaration of types related to photon visibility.
The purpose of this header is to allow the inclusion of the types needed for interacting with phot::PhotonVisibilityService
without having to include the full service.
This is a header-only library.
Definition in file PhotonVisibilityTypes.h.