#include <EventRecoEVarExtractor.h>
Definition at line 7 of file EventRecoEVarExtractor.h.
VLN::EventRecoEVarExtractor::EventRecoEVarExtractor |
( |
const std::string & |
prefix, |
|
|
const std::string & |
labelRecoE |
|
) |
| |
Definition at line 13 of file EventRecoEVarExtractor.cxx.
static const std::vector< std::string > VECTOR_VARS({})
static const std::vector< std::string > SCALAR_VARS({"run","subRun","event"})
VLN::EventRecoEVarExtractor::~EventRecoEVarExtractor |
( |
| ) |
|
|
default |
void VLN::EventRecoEVarExtractor::extractVars |
( |
const art::Event & |
evt, |
|
|
VarDict & |
vars |
|
) |
| |
|
overrideprotectedvirtual |
Implements VLN::VarExtractorBase.
Definition at line 20 of file EventRecoEVarExtractor.cxx.
24 if (recoE_h.failedToGet()) {
28 setScalarVar(vars,
"nuE", recoE_h->fNuLorentzVector.E());
29 setScalarVar(vars,
"lepE", recoE_h->fLepLorentzVector.E());
30 setScalarVar(vars,
"hadE", recoE_h->fHadLorentzVector.E());
32 vars,
"longestTrackContained", recoE_h->longestTrackContained
Handle< PROD > getHandle(SelectorBase const &) const
The documentation for this class was generated from the following files: