#include <StMCFilter.h>

Public Member Functions | |
| StMCFilter (const char *name) | |
| virtual int | RejectEG (const StGenParticleMaster &ptl) const |
| Rejection inside of EventGenerator (Pythia). | |
| virtual int | RejectGT (const StGenParticleMaster &ptl) const |
| Rejection of GEANT Tracking. | |
| virtual int | RejectGE (const StGenParticleMaster &ptl) const |
| Rejection at GEANT End, No GEANT output. | |
| virtual void | Finish () const |
| Finish called at the end of GEANT. | |
| const std::string & | GetName () const |
Static Protected Member Functions | |
| static int | GetNTotEG () |
| Number of total EG events. | |
| static int | GetNTotGT () |
| Number of total GT events. | |
| static int | GetNTotGE () |
| Number of total GE events. | |
| static int | GetNRejEG () |
| Number of rejected GE events. | |
| static int | GetNRejGT () |
| Number of rejected GT events. | |
| static int | GetNRejGE () |
| Number of rejected GE events. | |
| static void | FINISH () |
| Print of numbers above at the end of STARSIM. | |
Protected Attributes | |
| std::string | fName |
| char | fBeg [1] |
| int | fCnt [3][2] |
| char | fEnd [1] |
Definition at line 20 of file StMCFilter.h.
1.5.9