#include <SimpleMuonDigi.h>
Public Member Functions | |
| virtual Processor * | newProcessor () |
| SimpleMuonDigi () | |
| virtual void | init () |
| virtual void | processRunHeader (LCRunHeader *run) |
| virtual void | processEvent (LCEvent *evt) |
| virtual void | check (LCEvent *evt) |
| virtual void | end () |
| bool | useLayer (CHT::Layout caloLayout, unsigned int layer) |
Protected Attributes | |
| int | _nRun {} |
| int | _nEvt {} |
| IntVec | _layersToKeepBarrelVec {} |
| IntVec | _layersToKeepEndcapVec {} |
| std::vector< bool > | _useLayersBarrelVec {} |
| std::vector< bool > | _useLayersEndcapVec {} |
| std::vector< std::string > | _muonCollections {} |
| std::string | _outputMuonCollection {} |
| std::string | _outputRelCollection {} |
| std::string | _cellIDLayerString {} |
| float | _thresholdMuon {} |
| float | _calibrCoeffMuon {} |
| float | _maxHitEnergyMuon {} |
Definition at line 30 of file SimpleMuonDigi.h.