Public Member Functions | |
EdepCal (fhicl::ParameterSet const &p) | |
EdepCal (EdepCal const &)=delete | |
EdepCal (EdepCal &&)=delete | |
EdepCal & | operator= (EdepCal const &)=delete |
EdepCal & | operator= (EdepCal &&)=delete |
void | analyze (art::Event const &e) override |
void | beginJob () 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) |
Private Member Functions | |
void | ResetVars () |
bool | Has (std::vector< int > v, int i) const |
double | GetEdepMC (art::Event const &e) const |
double | GetEdepAttenuatedMC (art::Event const &e) const |
double | GetEdepEM_MC (art::Event const &e) const |
double | GetEdepEMAttenuated_MC (art::Event const &e) const |
double | GetEdepHits (detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const std::vector< recob::Hit > &hits) const |
double | GetEdepHits (detinfo::DetectorClocksData const &clockData, detinfo::DetectorPropertiesData const &detProp, const std::vector< art::Ptr< recob::Hit > > &hits) const |
double | GetEdepHitsMeV (const std::vector< recob::Hit > &hits) const |
Private Attributes | |
geo::GeometryCore const * | fGeometry |
double | fElectronsToGeV |
int | fBestview |
double | fT0 |
TTree * | fTree |
int | fRun |
int | fEvent |
double | fEnGen |
double | fEkGen |
double | fEdep |
double | fEdepMeV |
double | fEdepCl |
double | fEdepMC |
double | fEdepAttMC |
double | fEdepEMMC |
double | fEdepEMAttMC |
double | fRatioTot |
double | fRatioEM |
double | fRatioHad |
std::string | fSimulationLabel |
std::string | fHitsModuleLabel |
std::string | fClusterModuleLabel |
calo::CalorimetryAlg | fCalorimetryAlg |
std::unordered_map< int, const simb::MCParticle * > | fParticleMap |
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 65 of file EdepCal_module.cc.
|
explicit |
Definition at line 152 of file EdepCal_module.cc.
|
delete |
|
delete |
|
overridevirtual |
Implements art::EDAnalyzer.
Definition at line 202 of file EdepCal_module.cc.
|
overridevirtual |
|
override |
Definition at line 164 of file EdepCal_module.cc.
|
private |
Definition at line 306 of file EdepCal_module.cc.
|
private |
Definition at line 337 of file EdepCal_module.cc.
|
private |
Definition at line 392 of file EdepCal_module.cc.
|
private |
Definition at line 467 of file EdepCal_module.cc.
|
private |
Definition at line 520 of file EdepCal_module.cc.
|
private |
Definition at line 496 of file EdepCal_module.cc.
|
private |
Definition at line 276 of file EdepCal_module.cc.
|
private |
Definition at line 549 of file EdepCal_module.cc.
void proto::EdepCal::reconfigure | ( | fhicl::ParameterSet const & | p | ) |
Definition at line 193 of file EdepCal_module.cc.
|
private |
Definition at line 556 of file EdepCal_module.cc.
|
private |
Definition at line 115 of file EdepCal_module.cc.
|
private |
Definition at line 147 of file EdepCal_module.cc.
|
private |
Definition at line 145 of file EdepCal_module.cc.
|
private |
Definition at line 125 of file EdepCal_module.cc.
|
private |
Definition at line 129 of file EdepCal_module.cc.
|
private |
Definition at line 127 of file EdepCal_module.cc.
|
private |
Definition at line 132 of file EdepCal_module.cc.
|
private |
Definition at line 131 of file EdepCal_module.cc.
|
private |
Definition at line 128 of file EdepCal_module.cc.
|
private |
Definition at line 126 of file EdepCal_module.cc.
|
private |
Definition at line 124 of file EdepCal_module.cc.
|
private |
Definition at line 91 of file EdepCal_module.cc.
|
private |
Definition at line 123 of file EdepCal_module.cc.
|
private |
Definition at line 122 of file EdepCal_module.cc.
|
private |
Definition at line 90 of file EdepCal_module.cc.
|
private |
Definition at line 144 of file EdepCal_module.cc.
|
private |
Definition at line 149 of file EdepCal_module.cc.
|
private |
Definition at line 134 of file EdepCal_module.cc.
|
private |
Definition at line 135 of file EdepCal_module.cc.
|
private |
Definition at line 133 of file EdepCal_module.cc.
|
private |
Definition at line 121 of file EdepCal_module.cc.
|
private |
Definition at line 143 of file EdepCal_module.cc.
|
private |
Definition at line 117 of file EdepCal_module.cc.
|
private |
Definition at line 120 of file EdepCal_module.cc.