#include <EventRecoVarExtractor.h>
Public Member Functions | |
| EventRecoVarExtractor (const std::string &prefix, calo::CalorimetryAlg &algCalorimetry, const std::string &labelHit, unsigned int plane=2) | |
| ~EventRecoVarExtractor ()=default | |
Public Member Functions inherited from VLN::VarExtractorBase | |
| VarExtractorBase (const std::string &prefix, const std::vector< std::string > &scalarVars, const std::vector< std::string > &vectorVars) | |
| virtual | ~VarExtractorBase ()=default |
| virtual void | extract (const art::Event &evt, VarDict &vars) |
Protected Member Functions | |
| void | extractVars (const art::Event &evt, VarDict &vars) override |
Protected Member Functions inherited from VLN::VarExtractorBase | |
| void | setScalarVar (VarDict &vars, const std::string &name, double value) const |
| void | appendToVectorVar (VarDict &vars, const std::string &name, double value) const |
| void | initScalarVars (VarDict &vars, const std::vector< std::string > &names) const |
| void | initVectorVars (VarDict &vars, const std::vector< std::string > &names) const |
Private Attributes | |
| calo::CalorimetryAlg & | algCalorimetry |
| std::string | labelHit |
| unsigned int | plane |
Additional Inherited Members | |
Protected Attributes inherited from VLN::VarExtractorBase | |
| std::string | prefix |
| std::vector< std::string > | scalarVars |
| std::vector< std::string > | vectorVars |
Definition at line 8 of file EventRecoVarExtractor.h.
| VLN::EventRecoVarExtractor::EventRecoVarExtractor | ( | const std::string & | prefix, |
| calo::CalorimetryAlg & | algCalorimetry, | ||
| const std::string & | labelHit, | ||
| unsigned int | plane = 2 |
||
| ) |
Definition at line 17 of file EventRecoVarExtractor.cxx.
|
default |
|
overrideprotectedvirtual |
Implements VLN::VarExtractorBase.
Definition at line 28 of file EventRecoVarExtractor.cxx.
|
private |
Definition at line 24 of file EventRecoVarExtractor.h.
|
private |
Definition at line 25 of file EventRecoVarExtractor.h.
|
private |
Definition at line 26 of file EventRecoVarExtractor.h.
1.8.11