Public Member Functions | |
MichelReco (fhicl::ParameterSet const &p) | |
MichelReco (MichelReco const &)=delete | |
MichelReco (MichelReco &&)=delete | |
MichelReco & | operator= (MichelReco const &)=delete |
MichelReco & | operator= (MichelReco &&)=delete |
void | analyze (art::Event const &e) override |
void | beginJob () override |
void | endJob () override |
void | beginRun (const art::Run &run) override |
void | reconfigure (fhicl::ParameterSet const &p) |
bool | insideFidVol (double pos[3]) |
bool | hitCloseToTrackEnd (detinfo::DetectorPropertiesData const &detProp, double radius, double end[3], double end2D[2], recob::Hit hit, geo::GeometryCore const &geom) |
int | trackMatching (int trackIndex, art::FindManyP< recob::Hit > hitsFromTracks) |
bool | isMuonDecaying (simb::MCParticle particle, std::vector< simb::MCParticle > particles) |
bool | areHitsMichel (detinfo::DetectorClocksData const &clockData, const std::vector< recob::Hit > &hits) |
MichelReco (fhicl::ParameterSet const &p) | |
MichelReco (MichelReco const &)=delete | |
MichelReco (MichelReco &&)=delete | |
MichelReco & | operator= (MichelReco const &)=delete |
MichelReco & | operator= (MichelReco &&)=delete |
void | analyze (art::Event const &e) override |
void | beginJob () override |
void | endJob () override |
void | beginRun (const art::Run &run) override |
void | reconfigure (fhicl::ParameterSet const &p) |
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) |
Public Attributes | |
calo::CalorimetryAlg | fCalorimetryAlg |
Private Attributes | |
size_t | fEvNumber |
TCanvas * | c |
double | fRadiusThreshold |
int | fNumberThreshold |
double | fCNNThreshold |
int | fNumberCloseHitsStart [3] |
int | fNumberCloseHitsEnd [3] |
double | fYesSelected |
double | fNoSelected |
int | fNMichel |
int | fBestview |
art::InputTag | fTrackModuleLabel |
art::InputTag | fNNetModuleLabel |
art::InputTag | fParticleModuleLabel |
double | fFidVolCut |
int | fNMichelHits |
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 63 of file MichelEventSelection_module.cc.
|
explicit |
Definition at line 137 of file MichelEventSelection_module.cc.
|
delete |
|
delete |
|
explicit |
|
delete |
|
delete |
|
overridevirtual |
Implements art::EDAnalyzer.
|
overridevirtual |
Implements art::EDAnalyzer.
Definition at line 170 of file MichelEventSelection_module.cc.
bool MichelReco::MichelReco::areHitsMichel | ( | detinfo::DetectorClocksData const & | clockData, |
const std::vector< recob::Hit > & | hits | ||
) |
Definition at line 576 of file MichelEventSelection_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 145 of file MichelEventSelection_module.cc.
|
override |
|
override |
Definition at line 165 of file MichelEventSelection_module.cc.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
|
overridevirtual |
Reimplemented from art::EDAnalyzer.
Definition at line 150 of file MichelEventSelection_module.cc.
bool MichelReco::MichelReco::hitCloseToTrackEnd | ( | detinfo::DetectorPropertiesData const & | detProp, |
double | radius, | ||
double | end[3], | ||
double | end2D[2], | ||
recob::Hit | hit, | ||
geo::GeometryCore const & | geom | ||
) |
Definition at line 556 of file MichelEventSelection_module.cc.
bool MichelReco::MichelReco::insideFidVol | ( | double | pos[3] | ) |
Definition at line 507 of file MichelEventSelection_module.cc.
bool MichelReco::MichelReco::isMuonDecaying | ( | simb::MCParticle | particle, |
std::vector< simb::MCParticle > | particles | ||
) |
Definition at line 484 of file MichelEventSelection_module.cc.
|
delete |
|
delete |
|
delete |
|
delete |
void MichelReco::MichelReco::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
void MichelReco::MichelReco::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 616 of file MichelEventSelection_module.cc.
int MichelReco::MichelReco::trackMatching | ( | int | trackIndex, |
art::FindManyP< recob::Hit > | hitsFromTracks | ||
) |
|
private |
Definition at line 113 of file MichelEventSelection_module.cc.
|
private |
Definition at line 129 of file MichelEventSelection_module.cc.
calo::CalorimetryAlg MichelReco::MichelReco::fCalorimetryAlg |
Definition at line 108 of file MichelEventSelection_module.cc.
|
private |
Definition at line 118 of file MichelEventSelection_module.cc.
|
private |
Definition at line 111 of file MichelEventSelection_module.cc.
|
private |
Definition at line 133 of file MichelEventSelection_module.cc.
|
private |
Definition at line 126 of file MichelEventSelection_module.cc.
|
private |
Definition at line 68 of file MichelHitCounter_module.cc.
|
private |
Definition at line 131 of file MichelEventSelection_module.cc.
|
private |
Definition at line 125 of file MichelEventSelection_module.cc.
|
private |
Definition at line 121 of file MichelEventSelection_module.cc.
|
private |
Definition at line 120 of file MichelEventSelection_module.cc.
|
private |
Definition at line 117 of file MichelEventSelection_module.cc.
|
private |
Definition at line 132 of file MichelEventSelection_module.cc.
|
private |
Definition at line 116 of file MichelEventSelection_module.cc.
|
private |
Definition at line 130 of file MichelEventSelection_module.cc.
|
private |
Definition at line 124 of file MichelEventSelection_module.cc.