#include "../../PamCutBase/PamCutBase.h"
#include <CaloNuclei.h>
#include <TH2F.h>
Go to the source code of this file.
Classes | |
class | CaloNucleiZCut |
The CaloNuclei charge cut. More... | |
Enumerations | |
enum | CaloNucleiZ_Return { CALONUCLEIZ_OUTOFBOUNDS, CALONUCLEIZ_ILLEGALZ } |
enum | CaloNucleiZ_method { CALONUCLEIZ_SIEGEN, CALONUCLEIZ_DEDXBETA, CALONUCLEIZ_DEDXDEFL } |
Definition in file CaloNucleiZCut.h.
enum CaloNucleiZ_method |
Method to use to measure Z.
Definition at line 28 of file CaloNucleiZCut.h.
enum CaloNucleiZ_Return |
Return values for rejected events
CALONUCLEIZ_OUTOFBOUNDS | Discarded because charge is out of bounds. |
CALONUCLEIZ_ILLEGALZ | Discarded because charge is not between 1 and 8. |
Definition at line 21 of file CaloNucleiZCut.h.