Thrust processor for marlin. More...
#include <ThrustReconstruction.h>
Public Member Functions | |
ThrustReconstruction (const ThrustReconstruction &)=delete | |
ThrustReconstruction & | operator= (const ThrustReconstruction &)=delete |
virtual Processor * | newProcessor () |
ThrustReconstruction () | |
virtual void | init () |
Called at the begin of the job before anything is read. More... | |
virtual void | processRunHeader (LCRunHeader *run) |
Called for every run. More... | |
virtual void | modifyRunHeader (LCRunHeader *) |
virtual void | processEvent (LCEvent *evt) |
Called for every event - the working horse. More... | |
virtual void | modifyEvent (LCEvent *) |
virtual void | end () |
Called after data processing for clean up. More... | |
Protected Member Functions | |
int | TassoThrust () |
int | JetsetThrust () |
double | sign (double a, double b) |
double | min (double a, double b) |
Protected Attributes | |
std::string | _inputCollectionName {} |
Input collection name. More... | |
int | _typeOfThrustFinder {} |
float | _principleThrustValue {} |
float | _majorThrustValue {} |
float | _minorThrustValue {} |
Hep3Vector | _principleThrustAxis {} |
Hep3Vector | _majorThrustAxis {} |
Hep3Vector | _minorThrustAxis {} |
float | _min {} |
float | _max {} |
LCCollection * | _inParVec {} |
std::vector< Hep3Vector > | _partMom {} |
std::string | filename {} |
RanluxEngine | myrnd {} |
Thrust processor for marlin.
Calculates the thrust axis and thrust value for each event using two different algorithms: Tasso algorithm — calculates only the principle thrust value and axis Jetnet algorithm — calculates the principle thrust value and axis the major thrust value and axis the minor thrust value and axis
Definition at line 30 of file ThrustReconstruction.h.
|
delete |
ThrustReconstruction::ThrustReconstruction | ( | ) |
Definition at line 25 of file ThrustReconstruction.cc.
|
virtual |
Called after data processing for clean up.
Definition at line 170 of file ThrustReconstruction.cc.
|
virtual |
Called at the begin of the job before anything is read.
Use to initialize the processor, e.g. book histograms.
Definition at line 46 of file ThrustReconstruction.cc.
|
protected |
Definition at line 266 of file ThrustReconstruction.cc.
|
protected |
Definition at line 432 of file ThrustReconstruction.cc.
|
inlinevirtual |
Definition at line 55 of file ThrustReconstruction.h.
|
inlinevirtual |
Definition at line 50 of file ThrustReconstruction.h.
|
inlinevirtual |
Definition at line 37 of file ThrustReconstruction.h.
|
delete |
|
virtual |
Called for every event - the working horse.
Definition at line 73 of file ThrustReconstruction.cc.
|
virtual |
Called for every run.
Definition at line 69 of file ThrustReconstruction.cc.
|
protected |
Definition at line 426 of file ThrustReconstruction.cc.
|
protected |
Definition at line 177 of file ThrustReconstruction.cc.
|
protected |
Definition at line 83 of file ThrustReconstruction.h.
|
protected |
Input collection name.
Definition at line 73 of file ThrustReconstruction.h.
|
protected |
Definition at line 80 of file ThrustReconstruction.h.
|
protected |
Definition at line 77 of file ThrustReconstruction.h.
|
protected |
Definition at line 82 of file ThrustReconstruction.h.
|
protected |
Definition at line 82 of file ThrustReconstruction.h.
|
protected |
Definition at line 81 of file ThrustReconstruction.h.
|
protected |
Definition at line 78 of file ThrustReconstruction.h.
|
protected |
Definition at line 84 of file ThrustReconstruction.h.
|
protected |
Definition at line 79 of file ThrustReconstruction.h.
|
protected |
Definition at line 76 of file ThrustReconstruction.h.
|
protected |
Definition at line 74 of file ThrustReconstruction.h.
|
protected |
Definition at line 85 of file ThrustReconstruction.h.
|
protected |
Definition at line 86 of file ThrustReconstruction.h.