#include <SimDigitalToEnergy.h>
Public Member Functions | |
| virtual Processor * | newProcessor () |
| SimDigitalToEnergy () | |
Public Member Functions inherited from RealisticCaloReco | |
| RealisticCaloReco () | |
| RealisticCaloReco (const RealisticCaloReco &)=delete | |
| RealisticCaloReco & | operator= (const RealisticCaloReco &)=delete |
| virtual void | processRunHeader (LCRunHeader *run) |
| virtual void | processEvent (LCEvent *evt) |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
Protected Member Functions | |
| virtual void | init () |
| virtual float | reconstructEnergy (const CalorimeterHit *hit) |
Protected Member Functions inherited from RealisticCaloReco | |
| float | getLayerCalib (int ilayer) |
Protected Attributes | |
| std::vector< float > | _energyCoefficients {} |
Protected Attributes inherited from RealisticCaloReco | |
| std::vector< std::string > | _inputHitCollections {} |
| std::vector< std::string > | _inputRelCollections {} |
| std::vector< std::string > | _outputHitCollections {} |
| std::vector< std::string > | _outputRelCollections {} |
| std::vector< float > | _calibrCoeff {} |
| std::vector< int > | _calLayers {} |
| std::string | _cellIDLayerString {} |
| LCFlagImpl | _flag {} |
| LCFlagImpl | _flag_rel {} |
| CellIDDecoder< CalorimeterHit > * | _idDecoder {} |
Definition at line 13 of file SimDigitalToEnergy.h.
| SimDigitalToEnergy::SimDigitalToEnergy | ( | ) |
Definition at line 12 of file SimDigitalToEnergy.cc.
|
protectedvirtual |
Reimplemented from RealisticCaloReco.
Definition at line 24 of file SimDigitalToEnergy.cc.
|
inlinevirtual |
Definition at line 16 of file SimDigitalToEnergy.h.
|
protectedvirtual |
Implements RealisticCaloReco.
Definition at line 34 of file SimDigitalToEnergy.cc.
|
protected |
Definition at line 23 of file SimDigitalToEnergy.h.