/[PAMELA software]/PamCut/CollectionActions/Histo2DActions/TofDedxVsBetaHistoAction/TofDedxVsBetaHistoAction.h |
Parent Directory | Revision Log | Patch
revision 1.1 by pam-fi, Fri Sep 25 15:36:35 2009 UTC | revision 1.2 by pam-fi, Tue Oct 27 10:17:48 2009 UTC | |
---|---|---|
# | Line 45 public: | Line 45 public: |
45 | */ | */ |
46 | void OnGood(PamLevel2 *event); | void OnGood(PamLevel2 *event); |
47 | ||
48 | /*! @brief Returns the number of bad events. | |
49 | * | |
50 | * @return The number of events which were discarded because they contain a bad enrgy measurement | |
51 | * on at least one of the selected layers. | |
52 | */ | |
53 | unsigned int GetNBadEvents() { | unsigned int GetNBadEvents() { |
54 | return _badEvents; | return _badEvents; |
55 | } | } |
|
ViewVC Help | |
Powered by ViewVC 1.1.23 |