#include <AnitaEventSummary.h>
Public Types | |
enum | CalPulser { NONE, WAIS, LDB, SIPLE, TD, WAIS_V, HICAL } |
Public Member Functions | |
ClassDefNV (EventFlags, 15) | |
Public Attributes | |
Int_t | isGood |
Int_t | isRF |
Int_t | isAdu5Trigger |
Int_t | isG12Trigger |
Int_t | isSoftwareTrigger |
Int_t | isMinBiasTrigger |
Int_t | isPayloadBlast |
Int_t | nadirFlag |
Int_t | strongCWFlag |
Int_t | isHPolTrigger |
Int_t | isVPolTrigger |
Int_t | isStepFunction |
Int_t | hasGlitch |
CalPulser | pulser |
Bool_t | isVarner |
Bool_t | isVarner2 |
Double_t | meanPower [1+AnitaRing::kNotARing] |
Double_t | medianPower [1+AnitaRing::kNotARing] |
Double_t | meanPowerFiltered [1+AnitaRing::kNotARing] |
Double_t | medianPowerFiltered [1+AnitaRing::kNotARing] |
Double_t | maxBottomToTopRatio [AnitaPol::kNotAPol] |
Int_t | maxBottomToTopRatioSector [AnitaPol::kNotAPol] |
Double_t | minBottomToTopRatio [AnitaPol::kNotAPol] |
Int_t | minBottomToTopRatioSector [AnitaPol::kNotAPol] |
Int_t | nSectorsWhereBottomExceedsTop |
Double_t | blastFraction |
Double_t | middleOrBottomPower [numBlastPowerBands] |
Double_t | topPower [numBlastPowerBands] |
Int_t | middleOrBottomAnt [numBlastPowerBands] |
Int_t | middleOrBottomPol [numBlastPowerBands] |
Stores simple integer numbers based on quality cuts, calibration pulser timing, trigger type, etc.
Definition at line 265 of file AnitaEventSummary.h.
Is this event from a cal pulser?
Definition at line 270 of file AnitaEventSummary.h.
Double_t AnitaEventSummary::EventFlags::blastFraction |
The fraction of nearby events that are payload blasts
Definition at line 316 of file AnitaEventSummary.h.
Double_t AnitaEventSummary::EventFlags::meanPower[1+AnitaRing::kNotARing] |
These are used to cut out payload blasts and stuf like that. The first element is the total, and then the next are by ring So to get the top ring, do 1 + AnitaRing::kTopRing, etc.
Definition at line 303 of file AnitaEventSummary.h.