HighLAND
|
Representation of the ND280 data quality flags. More...
#include <DataClasses.hxx>
Public Member Functions | |
virtual AnaDataQuality * | Clone () |
Clone this object. | |
Public Attributes | |
Int_t | ND280Flag |
Int_t | DetFlag [7] |
![]() | |
bool | GoodDaq |
Protected Member Functions | |
AnaDataQuality (const AnaDataQuality &dq) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
![]() | |
AnaDataQualityB (const AnaDataQualityB &dq) | |
Copy constructor is protected, as Clone() should be used to copy this object. | |
Representation of the ND280 data quality flags.
Definition at line 690 of file DataClasses.hxx.
Int_t AnaDataQuality::DetFlag[7] |
Flags for each sub-detector. The values each flag can take aren't documented in the oaAnalysis code, but the important thing is that 0 means good quality.
Indexing is: [0] = TPC [1] = FGD [2] = ECAL [3] = DSECAL [4] = P0D [5] = SMRD [6] = MAGNET
Definition at line 725 of file DataClasses.hxx.
Int_t AnaDataQuality::ND280Flag |
Flag for the ND280 as a whole. The values the flag can take aren't documented in the oaAnalysis code, but the important thing is that 0 means good quality.
Definition at line 711 of file DataClasses.hxx.