Public Member Functions | |
| OpticalRecoAna (const fhicl::ParameterSet &) | |
| void | beginJob () |
| void | analyze (const art::Event &) |
Public Member Functions inherited from art::EDAnalyzer | |
| EDAnalyzer (fhicl::ParameterSet const &pset) | |
| template<typename Config > | |
| EDAnalyzer (Table< Config > const &config) | |
| std::string | workerType () const |
Public Member Functions inherited from art::detail::Analyzer | |
| virtual | ~Analyzer () noexcept |
| Analyzer (fhicl::ParameterSet const &pset) | |
| template<typename Config > | |
| Analyzer (Table< Config > const &config) | |
| 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::Observer | |
| ~Observer () noexcept | |
| Observer (Observer const &)=delete | |
| Observer (Observer &&)=delete | |
| Observer & | operator= (Observer const &)=delete |
| Observer & | operator= (Observer &&)=delete |
| void | registerProducts (ProductDescriptions &, ModuleDescription const &) |
| void | fillDescriptions (ModuleDescription const &) |
| fhicl::ParameterSetID | selectorConfig () const |
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 Attributes | |
| std::string | fFlashModuleLabel |
| std::string | fTrackModuleLabel |
| float | fKineticEnergyMin |
| float | fPEMin |
| float | fTimeMatchMax |
| std::vector< flash_match > | fFlash_match_vector |
| std::vector< track_match > | fTrack_match_vector |
| std::vector< particle_match > | fParticle_match_vector |
| TH1F * | fTimeDiff |
| TH1F * | fTimeDiff_fine |
| TH1I * | fNBeamFlashes |
| TTree * | fMatchTree_PF |
| TTree * | fMatchTree_PF_NotNu |
| int | fRun |
| int | fEvent |
| int | fParticleID |
| int | fParticleMother |
| int | fParticleTrackID |
| float | fParticleTime |
| float | fParticleVx |
| float | fParticleVy |
| float | fParticleVz |
| int | fFlashID |
| float | fFlashTime |
| float | fFlashTimeWidth |
| float | fFlashY |
| float | fFlashZ |
| float | fFlashYWidth |
| float | fFlashZWidth |
| float | fFlashPE |
| int | fFlashOnBeamTime |
| int | fMatchIndex |
| int | fMatchIndex_NotNu |
Additional Inherited Members | |
Public Types inherited from art::EDAnalyzer | |
| using | WorkerType = WorkerT< EDAnalyzer > |
| using | ModuleType = EDAnalyzer |
Protected Member Functions inherited from art::Observer | |
| std::string const & | processName () const |
| bool | wantAllEvents () const noexcept |
| bool | wantEvent (ScheduleID id, Event const &e) const |
| Handle< TriggerResults > | getTriggerResults (Event const &e) const |
| Observer (fhicl::ParameterSet const &config) | |
| Observer (std::vector< std::string > const &select_paths, std::vector< std::string > const &reject_paths, fhicl::ParameterSet const &config) | |
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 44 of file OpticalRecoAna_module.cc.
| opreco::OpticalRecoAna::OpticalRecoAna | ( | const fhicl::ParameterSet & | ) |
Definition at line 137 of file OpticalRecoAna_module.cc.
| void opreco::OpticalRecoAna::analyze | ( | const art::Event & | evt | ) |
Definition at line 209 of file OpticalRecoAna_module.cc.
|
virtual |
Reimplemented from art::EDAnalyzer.
Definition at line 155 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 502 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 535 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 374 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 460 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 282 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 277 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 379 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 509 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 348 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 319 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 107 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 61 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 115 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 55 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 123 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 122 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 116 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 117 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 118 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 120 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 119 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 121 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 57 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 124 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 125 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 104 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 105 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 102 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 63 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 108 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 109 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 111 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 110 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 112 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 113 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 114 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 58 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 106 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 100 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 101 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 59 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 62 of file OpticalRecoAna_module.cc.
|
private |
Definition at line 56 of file OpticalRecoAna_module.cc.
1.8.11