Definition at line 35 of file GenericCRT_module.cc.
sim::GenericCRT::GenericCRT |
( |
fhicl::ParameterSet const & |
p | ) |
|
|
explicit |
Definition at line 61 of file GenericCRT_module.cc.
68 produces< std::vector<sim::AuxDetSimChannel> >();
sim::GenericCRTUtility fCRTConvertUtil
std::string fEnergyUnitsScale
sim::GenericCRT::GenericCRT |
( |
GenericCRT const & |
| ) |
|
|
delete |
void sim::GenericCRT::produce |
( |
art::Event & |
e | ) |
|
|
override |
Definition at line 71 of file GenericCRT_module.cc.
75 auto adCol = std::make_unique<std::vector<sim::AuxDetSimChannel>>();
77 auto const &auxdethitcollection =
e.getMany< std::vector<sim::AuxDetHit>> ();
79 for (
size_t ii = 0; ii < auxdethitcollection.size(); ii++) {
81 adCol->emplace_back(ch);
84 e.put(std::move(adCol));
sim::GenericCRTUtility fCRTConvertUtil
std::vector< sim::AuxDetSimChannel > GetAuxDetSimChannels(const std::vector< sim::AuxDetHit > &InputHitVector) const
std::string sim::GenericCRT::fEnergyUnitsScale |
|
private |
The documentation for this class was generated from the following file: