Public Member Functions | |
| OpDetDigitizerProtoDUNE (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 | fQEArapucaBeamOverride |
| double | fQEArapucaNonBeamOverride |
| 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 111 of file OpDetDigitizerProtoDUNE_module.cc.
| opdet::OpDetDigitizerProtoDUNE::OpDetDigitizerProtoDUNE | ( | fhicl::ParameterSet const & | pset | ) |
Definition at line 243 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 678 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 660 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 526 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 808 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 570 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 556 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 701 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 838 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 769 of file OpDetDigitizerProtoDUNE_module.cc.
|
virtual |
Implements art::EDProducer.
Definition at line 393 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 545 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 729 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 786 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 799 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 711 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 158 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 183 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 132 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 131 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 135 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 145 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 181 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 138 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 125 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 130 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 180 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 143 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 179 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 134 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 141 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 178 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 150 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 151 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 148 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 166 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 167 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 165 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 140 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 126 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 189 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 162 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 127 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 128 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 146 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 129 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 156 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 155 of file OpDetDigitizerProtoDUNE_module.cc.
|
private |
Definition at line 124 of file OpDetDigitizerProtoDUNE_module.cc.
1.8.11