#include <GenericCRT.h>
Public Member Functions | |
sim::AuxDetIDE | toAuxDetIDE (sim::AuxDetHit const &InputHit) const |
std::vector< unsigned int > | GetAuxDetChannels (const std::vector< sim::AuxDetHit > &InputHitVector) const |
std::vector< sim::AuxDetSimChannel > | GetAuxDetSimChannels (const std::vector< sim::AuxDetHit > &InputHitVector) const |
sim::AuxDetSimChannel | GetAuxDetSimChannelByNumber (const std::vector< sim::AuxDetHit > &InputHitVector, unsigned int inputchannel) const |
Private Attributes | |
art::ServiceHandle< geo::Geometry const > | fGeo |
Definition at line 26 of file GenericCRT.h.
std::vector< unsigned int > sim::GenericCRTUtility::GetAuxDetChannels | ( | const std::vector< sim::AuxDetHit > & | InputHitVector | ) | const |
Definition at line 41 of file GenericCRT.cxx.
sim::AuxDetSimChannel sim::GenericCRTUtility::GetAuxDetSimChannelByNumber | ( | const std::vector< sim::AuxDetHit > & | InputHitVector, |
unsigned int | inputchannel | ||
) | const |
Definition at line 67 of file GenericCRT.cxx.
std::vector< sim::AuxDetSimChannel > sim::GenericCRTUtility::GetAuxDetSimChannels | ( | const std::vector< sim::AuxDetHit > & | InputHitVector | ) | const |
Definition at line 118 of file GenericCRT.cxx.
sim::AuxDetIDE sim::GenericCRTUtility::toAuxDetIDE | ( | sim::AuxDetHit const & | InputHit | ) | const |
Title: GenericCRT Utility Class Author: Andrzej Szelc (andrz) ejs@ fnal. gov
Description: Class with Algorithms to convert sim::AuxDetHits to sim::AuxDetSimChannels
Definition at line 17 of file GenericCRT.cxx.
|
private |
Definition at line 40 of file GenericCRT.h.