ATLAS Offline Software
Loading...
Searching...
No Matches
LArBadFebEnum.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef LArBadFebEnum_H
6#define LArBadFebEnum_H
7
9 public:
10
11 //typedef unsigned int BitPackedWord;
12 typedef unsigned int PosType;
13 typedef unsigned int BitWord;
14
19 deactivatedInOKSBit = 3, //From LArFebErrorSummary.h:
20 maskParity = 16, //Parity,
21 maskBCID =17, //BCID,
22 maskSampleHeader = 18, //SampleHeader,
23 maskEVTID = 19, //EVTID,
24 maskScacStatus = 20, //ScacStatus,
25 maskScaOutOfRange = 21, //ScaOutOfRange,
26 maskGainMismatch = 22, //GainMismatch,
27 maskTypeMismatch = 23, //TypeMismatch,
28 maskNumOfSamples = 24, //NumOfSamples,
29 maskEmptyDataBlock = 25, //EmptyDataBlock,
30 maskDspBlockSize = 26, //DspBlockSize,
31 maskCheckSum = 27, //CheckSum,
32 maskMissingHeader = 28, //MissingHeader,
33 maskBadGain = 29 //BadGain,
34 //N_LArFebErrorType
35 };
36
37};
38
39#endif
40
unsigned int PosType
unsigned int BitWord