Base class for creation of raw signals on wires. More...
Public Member Functions | |
HitFinderAna (fhicl::ParameterSet const &pset) | |
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 Member Functions | |
void | analyze (const art::Event &evt) |
read/write access to event More... | |
void | beginJob () |
Private Attributes | |
std::string | fFFTHitFinderModuleLabel |
std::string | fLArG4ModuleLabel |
TTree * | fHTree |
Int_t | fRun |
Int_t | fEvt |
Int_t | fNp0 |
Int_t | fNp1 |
Int_t | fNp2 |
Int_t | fN3p0 |
Int_t | fN3p1 |
Int_t | fN3p2 |
Float_t * | fTimep0 |
Float_t * | fTimep1 |
Float_t * | fTimep2 |
Int_t * | fWirep0 |
Int_t * | fWirep1 |
Int_t * | fWirep2 |
Float_t * | fChgp0 |
Float_t * | fChgp1 |
Float_t * | fChgp2 |
Float_t * | fXYZp0 |
Float_t * | fXYZp1 |
Float_t * | fXYZp2 |
Int_t * | fMCPdg0 |
Int_t * | fMCTId0 |
Float_t * | fMCE0 |
Int_t * | fMCPdg1 |
Int_t * | fMCTId1 |
Float_t * | fMCE1 |
Int_t * | fMCPdg2 |
Int_t * | fMCTId2 |
Float_t * | fMCE2 |
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 () |
Base class for creation of raw signals on wires.
Definition at line 48 of file HitFinderAna_module.cc.
|
explicit |
Definition at line 99 of file HitFinderAna_module.cc.
|
private |
read/write access to event
Definition at line 174 of file HitFinderAna_module.cc.
|
privatevirtual |
|
private |
Definition at line 75 of file HitFinderAna_module.cc.
|
private |
Definition at line 76 of file HitFinderAna_module.cc.
|
private |
Definition at line 77 of file HitFinderAna_module.cc.
|
private |
Definition at line 62 of file HitFinderAna_module.cc.
|
private |
Definition at line 57 of file HitFinderAna_module.cc.
|
private |
Definition at line 60 of file HitFinderAna_module.cc.
|
private |
Definition at line 58 of file HitFinderAna_module.cc.
|
private |
Definition at line 84 of file HitFinderAna_module.cc.
|
private |
Definition at line 87 of file HitFinderAna_module.cc.
|
private |
Definition at line 90 of file HitFinderAna_module.cc.
|
private |
Definition at line 82 of file HitFinderAna_module.cc.
|
private |
Definition at line 85 of file HitFinderAna_module.cc.
|
private |
Definition at line 88 of file HitFinderAna_module.cc.
|
private |
Definition at line 83 of file HitFinderAna_module.cc.
|
private |
Definition at line 86 of file HitFinderAna_module.cc.
|
private |
Definition at line 89 of file HitFinderAna_module.cc.
|
private |
Definition at line 66 of file HitFinderAna_module.cc.
|
private |
Definition at line 67 of file HitFinderAna_module.cc.
|
private |
Definition at line 68 of file HitFinderAna_module.cc.
|
private |
Definition at line 63 of file HitFinderAna_module.cc.
|
private |
Definition at line 64 of file HitFinderAna_module.cc.
|
private |
Definition at line 65 of file HitFinderAna_module.cc.
|
private |
Definition at line 61 of file HitFinderAna_module.cc.
|
private |
Definition at line 69 of file HitFinderAna_module.cc.
|
private |
Definition at line 70 of file HitFinderAna_module.cc.
|
private |
Definition at line 71 of file HitFinderAna_module.cc.
|
private |
Definition at line 72 of file HitFinderAna_module.cc.
|
private |
Definition at line 73 of file HitFinderAna_module.cc.
|
private |
Definition at line 74 of file HitFinderAna_module.cc.
|
private |
Definition at line 78 of file HitFinderAna_module.cc.
|
private |
Definition at line 79 of file HitFinderAna_module.cc.
|
private |
Definition at line 80 of file HitFinderAna_module.cc.