Public Member Functions | |
| IniSegReco (fhicl::ParameterSet const &p) | |
| IniSegReco (IniSegReco const &)=delete | |
| IniSegReco (IniSegReco &&)=delete | |
| IniSegReco & | operator= (IniSegReco const &)=delete |
| IniSegReco & | operator= (IniSegReco &&)=delete |
| void | beginJob () override |
| void | reconfigure (fhicl::ParameterSet const &p) |
| void | produce (art::Event &e) override |
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 | ResetVars (void) |
| void | chargeParticlesatVtx (art::Event const &evt) |
| bool | insideFidVol (TLorentzVector const &pvtx) const |
| float | t0Corr (art::Event const &evt, detinfo::DetectorPropertiesData const &detProp, TLorentzVector const &pvtx) |
| TVector2 | getMCvtx2d (TVector3 const &mcvtx3d, const size_t cryo, const size_t tpc, const size_t plane) const |
| TVector2 | getMCdir2d (TVector3 const &mcvtx3d, TVector3 const &mcdir3d, const size_t cryo, const size_t tpc, const size_t plane) const |
| TVector3 | findElDir (art::Ptr< simb::MCTruth > const mctruth) const |
| std::vector< TVector3 > | findPhDir () const |
| std::vector< TVector3 > | findDirs (art::Ptr< simb::MCTruth > const mctruth, int pdg) const |
| void | collectCls (art::Event const &evt, detinfo::DetectorPropertiesData const &detProp, art::Ptr< simb::MCTruth > const mctruth) |
| std::vector< dunefd::Hit2D > | reselectCls (std::map< size_t, std::vector< dunefd::Hit2D > > const &cls, art::Ptr< simb::MCTruth > const mctruth, const size_t cryo, const size_t tpc, const size_t plane) const |
| void | make3dseg (art::Event const &evt, detinfo::DetectorPropertiesData const &detProp, std::vector< std::vector< Hit2D > > const &src, TVector3 const &primary) |
| recob::Track | convertFrom (pma::Track3D const &src) |
| void | UseClusters (art::Event const &evt, detinfo::DetectorPropertiesData const &detProp) |
| void | UseTracks (art::Event const &evt, detinfo::DetectorPropertiesData const &detProp) |
Private Attributes | |
| std::vector< pma::Track3D * > | pmatracks |
| TTree * | fTree |
| int | run |
| int | subrun |
| int | event |
| short | isdata |
| int | trkindex |
| Float_t | lep_dedx |
| Float_t | dx |
| Float_t | lep_dist |
| Float_t | lep_distx |
| Float_t | lep_disty |
| Float_t | lep_distz |
| Float_t | lep_distreco |
| Float_t | lep_distrecox |
| Float_t | lep_distrecoy |
| Float_t | lep_distrecoz |
| Float_t | cos |
| Float_t | coslx |
| Float_t | cosly |
| Float_t | coslz |
| Float_t | coslrx |
| Float_t | coslry |
| Float_t | coslrz |
| Float_t | t0 |
| Float_t | vtxrecomc |
| Float_t | vtxrecomcx |
| Float_t | vtxrecomcy |
| Float_t | vtxrecomcz |
| Float_t | vtxupstream |
| Float_t | vtxupstreamx |
| Float_t | vtxupstreamy |
| Float_t | vtxupstreamz |
| int | ngamma |
| Float_t | convdist |
| std::string | fHitsModuleLabel |
| std::string | fClusterModuleLabel |
| std::string | fVertexModuleLabel |
| std::string | fTrackModuleLabel |
| std::string | fGenieGenModuleLabel |
| double | fFidVolCut |
| pma::ProjectionMatchingAlg | fProjectionMatchingAlg |
| std::ofstream | file |
| std::ofstream | file1 |
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 50 of file IniSegReco_module.cc.
|
explicit |
Definition at line 151 of file IniSegReco_module.cc.
|
delete |
|
delete |
|
overridevirtual |
Reimplemented from art::EDProducer.
Definition at line 163 of file IniSegReco_module.cc.
|
private |
Definition at line 819 of file IniSegReco_module.cc.
|
private |
Definition at line 657 of file IniSegReco_module.cc.
|
private |
Definition at line 1046 of file IniSegReco_module.cc.
|
private |
Definition at line 923 of file IniSegReco_module.cc.
|
private |
Definition at line 802 of file IniSegReco_module.cc.
|
private |
Definition at line 871 of file IniSegReco_module.cc.
|
private |
Definition at line 781 of file IniSegReco_module.cc.
|
private |
Definition at line 793 of file IniSegReco_module.cc.
|
private |
Definition at line 986 of file IniSegReco_module.cc.
|
private |
Definition at line 752 of file IniSegReco_module.cc.
|
delete |
|
delete |
|
overridevirtual |
Implements art::EDProducer.
Definition at line 247 of file IniSegReco_module.cc.
| void dunefd::IniSegReco::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 205 of file IniSegReco_module.cc.
|
private |
Definition at line 725 of file IniSegReco_module.cc.
|
private |
Definition at line 217 of file IniSegReco_module.cc.
|
private |
Definition at line 950 of file IniSegReco_module.cc.
|
private |
Definition at line 324 of file IniSegReco_module.cc.
|
private |
Definition at line 345 of file IniSegReco_module.cc.
|
private |
Definition at line 135 of file IniSegReco_module.cc.
|
private |
Definition at line 122 of file IniSegReco_module.cc.
|
private |
Definition at line 124 of file IniSegReco_module.cc.
|
private |
Definition at line 124 of file IniSegReco_module.cc.
|
private |
Definition at line 124 of file IniSegReco_module.cc.
|
private |
Definition at line 123 of file IniSegReco_module.cc.
|
private |
Definition at line 123 of file IniSegReco_module.cc.
|
private |
Definition at line 123 of file IniSegReco_module.cc.
|
private |
Definition at line 113 of file IniSegReco_module.cc.
|
private |
Definition at line 108 of file IniSegReco_module.cc.
|
private |
Definition at line 138 of file IniSegReco_module.cc.
|
private |
Definition at line 143 of file IniSegReco_module.cc.
|
private |
Definition at line 141 of file IniSegReco_module.cc.
|
private |
Definition at line 137 of file IniSegReco_module.cc.
|
private |
Definition at line 146 of file IniSegReco_module.cc.
|
private |
Definition at line 147 of file IniSegReco_module.cc.
|
private |
Definition at line 144 of file IniSegReco_module.cc.
|
private |
Definition at line 140 of file IniSegReco_module.cc.
|
private |
Definition at line 104 of file IniSegReco_module.cc.
|
private |
Definition at line 139 of file IniSegReco_module.cc.
|
private |
Definition at line 109 of file IniSegReco_module.cc.
|
private |
Definition at line 112 of file IniSegReco_module.cc.
|
private |
Definition at line 114 of file IniSegReco_module.cc.
|
private |
Definition at line 118 of file IniSegReco_module.cc.
|
private |
Definition at line 119 of file IniSegReco_module.cc.
|
private |
Definition at line 120 of file IniSegReco_module.cc.
|
private |
Definition at line 121 of file IniSegReco_module.cc.
|
private |
Definition at line 115 of file IniSegReco_module.cc.
|
private |
Definition at line 116 of file IniSegReco_module.cc.
|
private |
Definition at line 117 of file IniSegReco_module.cc.
|
private |
Definition at line 134 of file IniSegReco_module.cc.
|
private |
Definition at line 102 of file IniSegReco_module.cc.
|
private |
Definition at line 106 of file IniSegReco_module.cc.
|
private |
Definition at line 107 of file IniSegReco_module.cc.
|
private |
Definition at line 125 of file IniSegReco_module.cc.
|
private |
Definition at line 110 of file IniSegReco_module.cc.
|
private |
Definition at line 126 of file IniSegReco_module.cc.
|
private |
Definition at line 127 of file IniSegReco_module.cc.
|
private |
Definition at line 128 of file IniSegReco_module.cc.
|
private |
Definition at line 129 of file IniSegReco_module.cc.
|
private |
Definition at line 130 of file IniSegReco_module.cc.
|
private |
Definition at line 131 of file IniSegReco_module.cc.
|
private |
Definition at line 132 of file IniSegReco_module.cc.
|
private |
Definition at line 133 of file IniSegReco_module.cc.
1.8.11