ATLAS Offline Software
Enumerations
HFORTypes.h File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Enumerations

enum  HFORType {
  HFORType::isBB = 0, HFORType::isCC = 1, HFORType::isC = 2, HFORType::isLight = 3,
  HFORType::kill = 4, HFORType::noType = 5
}
 

Enumeration Type Documentation

◆ HFORType

enum HFORType
strong
Enumerator
isBB 
isCC 
isC 
isLight 
kill 
noType 

Definition at line 9 of file HFORTypes.h.

9  {
10  isBB = 0, isCC = 1, isC = 2, isLight = 3, kill = 4, noType = 5
11 };
HFORType::noType
@ noType
HFORType::isBB
@ isBB
HFORType::isC
@ isC
HFORType::kill
@ kill
HFORType::isLight
@ isLight
HFORType::isCC
@ isCC