![]() |
PandaRoot
|
#include <PndEmcDetectors.h>
Public Member Functions | |
| BSEmcBwEndcap (Bool_t t_persistency=kFALSE) | |
| virtual | ~BSEmcBwEndcap ()=default |
| ClassDef (BSEmcBwEndcap, 1) | |
Public Member Functions inherited from BSEmcDetector | |
| BSEmcDetector () | |
| BSEmcDetector (BSEmcDetector &other) | |
| BSEmcDetector (const char *t_name, Bool_t t_active) | |
| virtual | ~BSEmcDetector () |
| virtual void | Initialize () |
| virtual Bool_t | ProcessHits (FairVolume *t_vol=nullptr) |
| virtual void | EndOfEvent () |
| virtual void | FinishRun () |
| virtual void | Register () |
| virtual TClonesArray * | GetCollection (Int_t t_iColl) const |
| virtual void | Print () const |
| virtual void | SetSpecialPhysicsCuts () |
| virtual void | Reset () |
| virtual void | CopyClones (TClonesArray *t_origin, TClonesArray *t_target, Int_t t_offset) |
| virtual void | ConstructGeometry () |
| virtual void | ConstructASCIIGeometry () |
| void | SetFolderName (const TString &t_folder) |
| void | SetBranchOutName (const TString &t_branchout) |
| const TString & | GetFolderName () const |
| const TString & | GetBranchOutName () const |
| void | SetSensitiveNames (const std::vector< std::string > &t_sensNames) |
| virtual void | SetDefaultSensitiveNames () |
| const std::vector< std::string > & | GetListOfSensitives () |
| void | SetTransformMatrix (TGeoMatrix *t_transform) |
| const TGeoMatrix * | GetTransformMatrix () const |
| void | SetIdMap (PndSensorNameIdMap *t_map) |
| PndSensorNameIdMap * | GetIdMap () |
| void | SetPersistency (Bool_t t_storePoints) |
Additional Inherited Members | |
Protected Member Functions inherited from BSEmcDetector | |
| virtual Int_t | GetDetectorId () |
| Bool_t | CheckIfSensitive (std::string t_name) |
| BSEmcMCPoint * | AddHit (Int_t t_trackID, Int_t t_detID, Int_t t_evtID, TVector3 t_pos, TVector3 t_mom, Double_t t_tof, Double_t t_length, Double_t t_eLoss, Bool_t t_enterning, Bool_t t_exiting) |
| void | ResetParameters () |
Protected Attributes inherited from BSEmcDetector | |
| std::vector< std::string > | fListOfSensitives {} |
| PndGeoHandling * | fGeoH {nullptr} |
| PndSensorNameIdMap * | fIdMap {nullptr} |
Definition at line 18 of file PndEmcDetectors.h.
| BSEmcBwEndcap::BSEmcBwEndcap | ( | Bool_t | t_persistency = kFALSE | ) |
|
virtualdefault |
| BSEmcBwEndcap::ClassDef | ( | BSEmcBwEndcap | , |
| 1 | |||
| ) |