#include <ErrorFlow.h>
|
std::shared_ptr< TTree > | tree {} |
|
ReconstructedParticleVec::size_type | nPFOs {} |
|
Definition at line 45 of file ErrorFlow.h.
void ErrorFlow::check |
( |
LCEvent * |
evt | ) |
|
|
virtual |
Called after data processing for clean up.
Definition at line 610 of file ErrorFlow.cc.
double ErrorFlow::getNeuHadSigmaESqr |
( |
double |
t_neuHadEnergy | ) |
|
|
protected |
double ErrorFlow::getPhotonSigmaESqr |
( |
double |
t_phEnergy | ) |
|
|
protected |
double * ErrorFlow::getRelativeConfusion |
( |
double |
jetEnergy, |
|
|
double |
chargedHadronsEnergy, |
|
|
double |
photonsEnergy, |
|
|
double |
neutralHadronsEnergy, |
|
|
double |
relConfTerms[] |
|
) |
| |
double ErrorFlow::getTotalMomentum |
( |
const double * |
t_threeMomentum | ) |
|
|
protected |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
Definition at line 157 of file ErrorFlow.cc.
virtual Processor* ErrorFlow::newProcessor |
( |
| ) |
|
|
inlinevirtual |
void ErrorFlow::processEvent |
( |
LCEvent * |
evt | ) |
|
|
virtual |
Called for every event - the working horse.
Definition at line 219 of file ErrorFlow.cc.
void ErrorFlow::processRunHeader |
( |
LCRunHeader * |
run | ) |
|
|
virtual |
void ErrorFlow::resetVariables |
( |
| ) |
|
double ErrorFlow::absConfSquared {} |
|
protected |
double ErrorFlow::absDetResSquared {} |
|
protected |
double ErrorFlow::absSemiLepResSquared {} |
|
protected |
double ErrorFlow::eChargedPFOs {} |
|
protected |
double ErrorFlow::eJetTotal {} |
|
protected |
double ErrorFlow::eLeptonsTotal {} |
|
protected |
double ErrorFlow::eNeutralPFOs {} |
|
protected |
double ErrorFlow::ePhotons {} |
|
protected |
ReconstructedParticleVec::size_type ErrorFlow::nPFOs {} |
|
private |
int ErrorFlow::numChargedPFOs {} |
|
protected |
int ErrorFlow::numNeutralPFOs {} |
|
protected |
int ErrorFlow::numPhotons {} |
|
protected |
double ErrorFlow::p_aECAL {} |
|
protected |
double ErrorFlow::p_aHCAL {} |
|
protected |
double ErrorFlow::p_cECAL {} |
|
protected |
double ErrorFlow::p_cHCAL {} |
|
protected |
bool ErrorFlow::p_confusionterm {} |
|
protected |
double ErrorFlow::p_CovMatFactorNeutralHadrons {} |
|
protected |
double ErrorFlow::p_CovMatFactorPhotons {} |
|
protected |
std::string ErrorFlow::p_inputJetCollection {} |
|
protected |
Input collection name.
Definition at line 99 of file ErrorFlow.h.
std::string ErrorFlow::p_inputMCTruth {} |
|
protected |
std::string ErrorFlow::p_outputJetCollection {} |
|
protected |
bool ErrorFlow::p_propagateConfusiontoMomentumComp {} |
|
protected |
double ErrorFlow::p_scaleConf {} |
|
protected |
bool ErrorFlow::p_semiLepCorrection {} |
|
protected |
double ErrorFlow::p_semiLepSigmaCorrFactor {} |
|
protected |
bool ErrorFlow::p_storeTree {} |
|
protected |
bool ErrorFlow::p_useFullCovMatNeut {} |
|
protected |
double ErrorFlow::relConfCharged {} |
|
protected |
double ErrorFlow::relConfNeutral {} |
|
protected |
double ErrorFlow::relConfPhotons {} |
|
protected |
double ErrorFlow::relConfSquared {} |
|
protected |
std::shared_ptr<TTree> ErrorFlow::tree {} |
|
private |
The documentation for this class was generated from the following files:
- /afs/desy.de/user/d/dudarboh/analysis/iLCSoft/MarlinReco/Analysis/ErrorFlow/include/ErrorFlow.h
- /afs/desy.de/user/d/dudarboh/analysis/iLCSoft/MarlinReco/Analysis/ErrorFlow/src/ErrorFlow.cc