Public Member Functions | |
CellTree (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 | endJob () |
void | beginRun (const art::Run &run) |
void | analyze (const art::Event &evt) |
void | initOutput () |
void | printEvent () |
void | print_vector (ostream &out, vector< double > &v, TString desc, bool end=false) |
void | processRaw (const art::Event &evt) |
void | processCalib (const art::Event &evt) |
void | processOpHit (const art::Event &evt) |
void | processOpFlash (const art::Event &evt) |
void | processSpacePoint (const art::Event &event, TString option, ostream &out=cout) |
void | processSpacePointTruthDepo (const art::Event &event, TString option, ostream &out=cout) |
void | processSimChannel (const art::Event &evt) |
void | processMC (const art::Event &evt) |
void | processMCTracks () |
void | processTrigger (const art::Event &evt) |
void | reset () |
void | InitProcessMap () |
bool | IsPrimary (int i) |
bool | KeepMC (int i) |
double | KE (float *momentum) |
TString | PDGName (int pdg) |
bool | DumpMCJSON (int id, ostream &out) |
void | DumpMCJSON (ostream &out=cout) |
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 55 of file CellTree_module.cc.
|
explicit |
Definition at line 211 of file CellTree_module.cc.
|
private |
Definition at line 372 of file CellTree_module.cc.
|
private |
Definition at line 366 of file CellTree_module.cc.
|
private |
Definition at line 999 of file CellTree_module.cc.
|
private |
Definition at line 1065 of file CellTree_module.cc.
|
privatevirtual |
|
private |
Definition at line 244 of file CellTree_module.cc.
|
private |
Definition at line 1171 of file CellTree_module.cc.
|
inlineprivate |
Definition at line 84 of file CellTree_module.cc.
|
private |
Definition at line 1090 of file CellTree_module.cc.
|
private |
Definition at line 1097 of file CellTree_module.cc.
|
private |
Definition at line 1122 of file CellTree_module.cc.
|
private |
Definition at line 907 of file CellTree_module.cc.
|
private |
Definition at line 1151 of file CellTree_module.cc.
|
private |
Definition at line 528 of file CellTree_module.cc.
|
private |
Definition at line 655 of file CellTree_module.cc.
|
private |
Definition at line 924 of file CellTree_module.cc.
|
private |
Definition at line 581 of file CellTree_module.cc.
|
private |
Definition at line 560 of file CellTree_module.cc.
|
private |
Definition at line 494 of file CellTree_module.cc.
|
private |
Definition at line 613 of file CellTree_module.cc.
|
private |
Definition at line 779 of file CellTree_module.cc.
|
private |
Definition at line 849 of file CellTree_module.cc.
|
private |
Definition at line 974 of file CellTree_module.cc.
|
private |
Definition at line 423 of file CellTree_module.cc.
|
private |
Definition at line 205 of file CellTree_module.cc.
|
private |
Definition at line 124 of file CellTree_module.cc.
|
private |
Definition at line 134 of file CellTree_module.cc.
|
private |
Definition at line 140 of file CellTree_module.cc.
|
private |
Definition at line 137 of file CellTree_module.cc.
|
private |
Definition at line 142 of file CellTree_module.cc.
|
private |
Definition at line 94 of file CellTree_module.cc.
|
private |
Definition at line 127 of file CellTree_module.cc.
|
private |
Definition at line 130 of file CellTree_module.cc.
|
private |
Definition at line 120 of file CellTree_module.cc.
|
private |
Definition at line 114 of file CellTree_module.cc.
|
private |
Definition at line 180 of file CellTree_module.cc.
|
private |
Definition at line 96 of file CellTree_module.cc.
|
private |
Definition at line 95 of file CellTree_module.cc.
|
private |
Definition at line 119 of file CellTree_module.cc.
|
private |
Definition at line 101 of file CellTree_module.cc.
|
private |
Definition at line 155 of file CellTree_module.cc.
|
private |
Definition at line 158 of file CellTree_module.cc.
|
private |
Definition at line 157 of file CellTree_module.cc.
|
private |
Definition at line 159 of file CellTree_module.cc.
|
private |
Definition at line 93 of file CellTree_module.cc.
|
private |
Definition at line 128 of file CellTree_module.cc.
|
private |
Definition at line 108 of file CellTree_module.cc.
|
private |
Definition at line 113 of file CellTree_module.cc.
|
private |
Definition at line 111 of file CellTree_module.cc.
|
private |
Definition at line 105 of file CellTree_module.cc.
|
private |
Definition at line 110 of file CellTree_module.cc.
|
private |
Definition at line 109 of file CellTree_module.cc.
|
private |
Definition at line 107 of file CellTree_module.cc.
|
private |
Definition at line 106 of file CellTree_module.cc.
|
private |
Definition at line 112 of file CellTree_module.cc.
|
private |
Definition at line 100 of file CellTree_module.cc.
|
private |
Definition at line 98 of file CellTree_module.cc.
|
private |
Definition at line 162 of file CellTree_module.cc.
|
private |
Definition at line 168 of file CellTree_module.cc.
|
private |
Definition at line 161 of file CellTree_module.cc.
|
private |
Definition at line 164 of file CellTree_module.cc.
|
private |
Definition at line 163 of file CellTree_module.cc.
|
private |
Definition at line 165 of file CellTree_module.cc.
|
private |
Definition at line 166 of file CellTree_module.cc.
|
private |
Definition at line 167 of file CellTree_module.cc.
|
private |
Definition at line 99 of file CellTree_module.cc.
|
private |
Definition at line 129 of file CellTree_module.cc.
|
private |
Definition at line 135 of file CellTree_module.cc.
|
private |
Definition at line 97 of file CellTree_module.cc.
|
private |
Definition at line 132 of file CellTree_module.cc.
|
private |
Definition at line 133 of file CellTree_module.cc.
|
private |
Definition at line 179 of file CellTree_module.cc.
|
private |
Definition at line 178 of file CellTree_module.cc.
|
private |
Definition at line 176 of file CellTree_module.cc.
|
private |
Definition at line 189 of file CellTree_module.cc.
|
private |
Definition at line 190 of file CellTree_module.cc.
|
private |
Definition at line 171 of file CellTree_module.cc.
|
private |
Definition at line 182 of file CellTree_module.cc.
|
private |
Definition at line 174 of file CellTree_module.cc.
|
private |
Definition at line 183 of file CellTree_module.cc.
|
private |
Definition at line 170 of file CellTree_module.cc.
|
private |
Definition at line 185 of file CellTree_module.cc.
|
private |
Definition at line 187 of file CellTree_module.cc.
|
private |
Definition at line 186 of file CellTree_module.cc.
|
private |
Definition at line 198 of file CellTree_module.cc.
|
private |
Definition at line 184 of file CellTree_module.cc.
|
private |
Definition at line 197 of file CellTree_module.cc.
|
private |
Definition at line 195 of file CellTree_module.cc.
|
private |
Definition at line 191 of file CellTree_module.cc.
|
private |
Definition at line 188 of file CellTree_module.cc.
|
private |
Definition at line 196 of file CellTree_module.cc.
|
private |
Definition at line 192 of file CellTree_module.cc.
|
private |
Definition at line 193 of file CellTree_module.cc.
|
private |
Definition at line 194 of file CellTree_module.cc.
|
private |
Definition at line 172 of file CellTree_module.cc.
|
private |
Definition at line 173 of file CellTree_module.cc.
|
private |
Definition at line 177 of file CellTree_module.cc.
|
private |
Definition at line 175 of file CellTree_module.cc.
|
private |
Definition at line 102 of file CellTree_module.cc.
|
private |
Definition at line 103 of file CellTree_module.cc.
|
private |
Definition at line 154 of file CellTree_module.cc.
|
private |
Definition at line 151 of file CellTree_module.cc.
|
private |
Definition at line 153 of file CellTree_module.cc.
|
private |
Definition at line 152 of file CellTree_module.cc.
|
private |
Definition at line 147 of file CellTree_module.cc.
|
private |
Definition at line 146 of file CellTree_module.cc.
|
private |
Definition at line 145 of file CellTree_module.cc.
|
private |
Definition at line 149 of file CellTree_module.cc.
|
private |
Definition at line 148 of file CellTree_module.cc.
|
private |
Definition at line 104 of file CellTree_module.cc.
|
private |
Definition at line 121 of file CellTree_module.cc.
|
private |
Definition at line 122 of file CellTree_module.cc.
|
private |
Definition at line 203 of file CellTree_module.cc.
|
private |
Definition at line 201 of file CellTree_module.cc.
|
private |
Definition at line 202 of file CellTree_module.cc.
|
private |
Definition at line 204 of file CellTree_module.cc.