|
| | PndEmcBump () |
| |
| virtual | ~PndEmcBump () |
| |
| virtual void | MadeFrom (Int_t clusterIndex) |
| |
| virtual void | Print (Int_t iBump) const |
| |
| Int_t | GetClusterIndex () |
| |
| Int_t | GetEventNo () const |
| |
| void | SetEventNo (Int_t evtNo) |
| |
| | PndEmcCluster () |
| |
| virtual void | Print (const Option_t *opt="") const |
| |
| virtual | ~PndEmcCluster () |
| |
| const std::vector< Int_t > & | DigiList () const |
| |
| std::vector< Int_t > & | DigiList () |
| |
| const std::map< Int_t, Int_t > & | LocalMaxMap () const |
| |
| const std::map< Int_t, Int_t > & | MemberDigiMap () const |
| |
| virtual const PndEmcDigi * | Maxima (const TClonesArray *digiArray) const |
| |
| virtual PndEmcDigi * | Maxima (const TClonesArray *digiArray) |
| |
| int | MaximaAsIndex (const TClonesArray *digiArray) |
| |
| Double_t | GetEnergy () const |
| |
| Double_t | theta () const |
| |
| Double_t | phi () const |
| |
| TVector3 | position () const |
| |
| TVector3 | where () const |
| |
| Double_t | x () const |
| |
| Double_t | y () const |
| |
| Double_t | z () const |
| |
| Double_t | Z20 () const |
| |
| Double_t | Z53 () const |
| |
| Double_t | LatMom () const |
| |
| Double_t | GetRadius () const |
| |
| Double_t | GetXRadius () const |
| |
| Double_t | GetYRadius () const |
| |
| Short_t | GetModule () const |
| |
| bool | IsEnergyValid () const |
| |
| bool | IsPositionValid () const |
| |
| Int_t | NumberOfDigis () const |
| |
| Int_t | NBumps () const |
| |
| bool | isInCluster (PndEmcDigi *theDigi, const TClonesArray *digiArray) |
| |
| virtual Double_t | DistanceToCentre (const TVector3 &aPoint) const |
| |
| virtual Double_t | DistanceToCentre (const PndEmcDigi *aDigi) const |
| |
| virtual void | addDigi (const TClonesArray *digiArray, Int_t iDigi) |
| |
| virtual void | removeDigi (const TClonesArray *digiArray, Int_t iDigi) |
| |
| virtual std::vector< Int_t >::iterator | removeDigi (const TClonesArray *digiArray, std::vector< Int_t >::iterator it) |
| |
| void | addCluster (PndEmcCluster *cluster, const TClonesArray *digiArray) |
| |
| virtual void | addLocalMax (const TClonesArray *digiArray, Int_t iDigi) |
| |
| virtual void | addLocalMax (const PndEmcDigi *digi) |
| |
| virtual void | SetNBumps (unsigned nbumps) |
| |
| void | SetEnergy (Double_t en) |
| |
| void | SetPosition (TVector3 pos) |
| |
| void | SetZ20 (Double_t z20) |
| |
| void | SetZ53 (Double_t z53) |
| |
| void | SetLatMom (Double_t latMom) |
| |
| void | SetTrackEntering (const FairMultiLinkedData &tracks) |
| |
| void | SetTrackExiting (const FairMultiLinkedData &tracks) |
| |
| void | SetRadius (Double_t clusradius, Int_t n=1) |
| |
| void | SetXRadius (Double_t xrad, Int_t n=1) |
| |
| void | SetYRadius (Double_t yrad, Int_t n=1) |
| |
| void | SetModule (Short_t mod) |
| |
| void | AddTracksEnteringExiting (const FairMultiLinkedData &tracksEntering, const FairMultiLinkedData &tracksExiting) |
| |
| Double_t | GetEnergyCorrected () const |
| |
| const std::vector< Int_t > & | GetMcList () const |
| |
| Int_t | GetMcRadius () |
| |
| Int_t | GetMcIndex (Int_t i=0) |
| |
| FairMultiLinkedData | GetTrackEntering () const |
| |
| FairMultiLinkedData | GetTrackExiting () const |
| |
| TLorentzVector | GetLorentzVector () |
| |
| void | OverwriteDigiList (Int_t, Int_t) |
| |
represents a reconstructed (splitted) emc cluster
Definition at line 34 of file PndEmcBump.h.