Public Member Functions | |
OpDetDigitizerDUNE (fhicl::ParameterSet const &) | |
void | produce (art::Event &) |
Public Member Functions inherited from art::EDProducer | |
EDProducer (fhicl::ParameterSet const &pset) | |
template<typename Config > | |
EDProducer (Table< Config > const &config) | |
std::string | workerType () const |
Public Member Functions inherited from art::detail::Producer | |
virtual | ~Producer () noexcept |
Producer (fhicl::ParameterSet const &) | |
Producer (Producer const &)=delete | |
Producer (Producer &&)=delete | |
Producer & | operator= (Producer const &)=delete |
Producer & | operator= (Producer &&)=delete |
void | doBeginJob (SharedResources const &resources) |
void | doEndJob () |
void | doRespondToOpenInputFile (FileBlock const &fb) |
void | doRespondToCloseInputFile (FileBlock const &fb) |
void | doRespondToOpenOutputFiles (FileBlock const &fb) |
void | doRespondToCloseOutputFiles (FileBlock const &fb) |
bool | doBeginRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doEndRun (RunPrincipal &rp, ModuleContext const &mc) |
bool | doBeginSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEndSubRun (SubRunPrincipal &srp, ModuleContext const &mc) |
bool | doEvent (EventPrincipal &ep, ModuleContext const &mc, std::atomic< std::size_t > &counts_run, std::atomic< std::size_t > &counts_passed, std::atomic< std::size_t > &counts_failed) |
Public Member Functions inherited from art::Modifier | |
~Modifier () noexcept | |
Modifier () | |
Modifier (Modifier const &)=delete | |
Modifier (Modifier &&)=delete | |
Modifier & | operator= (Modifier const &)=delete |
Modifier & | operator= (Modifier &&)=delete |
Public Member Functions inherited from art::ModuleBase | |
virtual | ~ModuleBase () noexcept |
ModuleBase () | |
ModuleDescription const & | moduleDescription () const |
void | setModuleDescription (ModuleDescription const &) |
std::array< std::vector< ProductInfo >, NumBranchTypes > const & | getConsumables () const |
void | sortConsumables (std::string const ¤t_process_name) |
template<typename T , BranchType BT> | |
ViewToken< T > | consumesView (InputTag const &tag) |
template<typename T , BranchType BT> | |
ViewToken< T > | mayConsumeView (InputTag const &tag) |
Private Member Functions | |
void | AddPulse (size_t timeBin, int scale, std::vector< double > &waveform, FocusList &fl) const |
double | Pulse1PE (double time) const |
void | CheckFHiCLParameters () const |
void | CreateSinglePEWaveform () |
void | CreatePDWaveform (art::Ptr< sim::OpDetBacktrackerRecord > const &btr_p, geo::Geometry const &geometry, std::vector< std::vector< double > > &pdWaveforms, std::vector< FocusList > &fls, sim::OpDetDivRec &DivRec, bool Reflected) |
void | AddLineNoise (std::vector< std::vector< double > > &, const std::vector< FocusList > &fls) const |
void | AddDarkNoise (std::vector< std::vector< double > > &, std::vector< FocusList > &fls) const |
unsigned short | CrossTalk () const |
std::vector< short > | VectorOfDoublesToVectorOfShorts (std::vector< double > const &) const |
std::map< size_t, std::vector< short > > | SplitWaveform (std::vector< short > const &, const FocusList &) |
double | GetDriftWindow (detinfo::DetectorPropertiesData const &detProp) const |
double | TickToTime (size_t tick) const |
size_t | TimeToTick (double time) const |
bool | Detected (int opDet, int &readoutChannel, bool Reflected) |
Private Attributes | |
std::vector< std::string > | vInputModules |
std::set< std::string > | fInputModules |
double | fSampleFreq |
double | fTimeBegin |
double | fTimeEnd |
double | fVoltageToADC |
double | fLineNoiseRMS |
double | fDarkNoiseRate |
double | fCrossTalk |
short | fPedestal |
bool | fDefaultSimWindow |
bool | fFullWaveformOutput |
size_t | fReadoutWindow |
size_t | fPreTrigger |
int | fPadding |
bool | fDigiTree_SSP_LED |
bool | fUseSDPs |
double | fQEOverride |
double | fRefQEOverride |
std::vector< double > | t_photon |
std::vector< int > | op_photon |
TTree * | arvore2 |
std::unique_ptr< pmtana::AlgoSSPLeadingEdge > | fThreshAlg |
std::unique_ptr< CLHEP::RandGauss > | fRandGauss |
std::unique_ptr< CLHEP::RandExponential > | fRandExponential |
std::unique_ptr< CLHEP::RandFlat > | fRandFlat |
double | fPulseLength |
double | fPeakTime |
double | fMaxAmplitude |
double | fFrontTime |
double | fBackTime |
std::vector< double > | fSinglePEWaveform |
Additional Inherited Members | |
Public Types inherited from art::EDProducer | |
using | ModuleType = EDProducer |
using | WorkerType = WorkerT< EDProducer > |
Public Types inherited from art::detail::Producer | |
template<typename UserConfig , typename KeysToIgnore = void> | |
using | Table = Modifier::Table< UserConfig, KeysToIgnore > |
Public Types inherited from art::Modifier | |
template<typename UserConfig , typename UserKeysToIgnore = void> | |
using | Table = ProducerTable< UserConfig, detail::ModuleConfig, UserKeysToIgnore > |
Static Public Member Functions inherited from art::EDProducer | |
static void | commitEvent (EventPrincipal &ep, Event &e) |
Protected Member Functions inherited from art::ModuleBase | |
ConsumesCollector & | consumesCollector () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | consumes (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | consumesView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | consumesMany () |
template<typename T , BranchType = InEvent> | |
ProductToken< T > | mayConsume (InputTag const &) |
template<typename Element , BranchType = InEvent> | |
ViewToken< Element > | mayConsumeView (InputTag const &) |
template<typename T , BranchType = InEvent> | |
void | mayConsumeMany () |
Definition at line 109 of file OpDetDigitizerDUNE_module.cc.
opdet::OpDetDigitizerDUNE::OpDetDigitizerDUNE | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 239 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 657 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 639 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 505 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 787 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 549 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 535 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 680 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 817 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 748 of file OpDetDigitizerDUNE_module.cc.
|
virtual |
Implements art::EDProducer.
Definition at line 372 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 524 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 708 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 765 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 778 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 690 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 154 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 179 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 130 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 129 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 133 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 143 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 177 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 136 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 123 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 128 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 176 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 141 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 175 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 132 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 139 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 174 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 146 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 162 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 163 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 161 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 138 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 147 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 124 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 185 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 158 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 125 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 126 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 144 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 127 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 152 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 151 of file OpDetDigitizerDUNE_module.cc.
|
private |
Definition at line 122 of file OpDetDigitizerDUNE_module.cc.