HighLAND
Public Member Functions | Public Attributes | Protected Member Functions | List of all members
AnaDataQuality Class Reference

Representation of the ND280 data quality flags. More...

#include <DataClasses.hxx>

Inheritance diagram for AnaDataQuality:
AnaDataQualityB

Public Member Functions

virtual AnaDataQualityClone ()
 Clone this object.
 

Public Attributes

Int_t ND280Flag
 
Int_t DetFlag [7]
 
- Public Attributes inherited from AnaDataQualityB
bool GoodDaq
 

Protected Member Functions

 AnaDataQuality (const AnaDataQuality &dq)
 Copy constructor is protected, as Clone() should be used to copy this object.
 
- Protected Member Functions inherited from AnaDataQualityB
 AnaDataQualityB (const AnaDataQualityB &dq)
 Copy constructor is protected, as Clone() should be used to copy this object.
 

Detailed Description

Representation of the ND280 data quality flags.

Definition at line 690 of file DataClasses.hxx.

Member Data Documentation

§ DetFlag

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.

§ ND280Flag

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.


The documentation for this class was generated from the following files: