#include <DefaultInputVarExtractor.h>
Public Member Functions | |
DefaultInputVarExtractor (const std::string &prefix, const fhicl::ParameterSet &pset, unsigned int plane=2) | |
~DefaultInputVarExtractor ()=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 |
Protected Attributes | |
calo::CalorimetryAlg | algCalorimetry |
EventAddrVarExtractor | addrVarExtractor |
EventRecoVarExtractor | recoVarExtractor |
PFParticleVarExtractor | particleVarExtractor |
Protected Attributes inherited from VLN::VarExtractorBase | |
std::string | prefix |
std::vector< std::string > | scalarVars |
std::vector< std::string > | vectorVars |
Definition at line 13 of file DefaultInputVarExtractor.h.
VLN::DefaultInputVarExtractor::DefaultInputVarExtractor | ( | const std::string & | prefix, |
const fhicl::ParameterSet & | pset, | ||
unsigned int | plane = 2 |
||
) |
Definition at line 5 of file DefaultInputVarExtractor.cxx.
|
default |
|
overrideprotectedvirtual |
Implements VLN::VarExtractorBase.
Definition at line 28 of file DefaultInputVarExtractor.cxx.
|
protected |
Definition at line 29 of file DefaultInputVarExtractor.h.
|
protected |
Definition at line 27 of file DefaultInputVarExtractor.h.
|
protected |
Definition at line 31 of file DefaultInputVarExtractor.h.
|
protected |
Definition at line 30 of file DefaultInputVarExtractor.h.