APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
|
#include "Pandora/PandoraInputTypes.h"
#include <bitset>
Go to the source code of this file.
Namespaces | |
april_content | |
Header file for the fragment removal helper class. | |
Enumerations | |
enum | april_content::SemiDigitalThreshold { THRESHOLD_1 = 1, THRESHOLD_2 = 2, THRESHOLD_3 = 3 } |
SemiDigitalThreshold enumerator. | |
enum | april_content::ConnectorDirection { BACKWARD_DIRECTION = -1, FORWARD_DIRECTION = 1 } |
ConnectorDirection enumerator. | |
enum | april_content::HitTag { CORE_HIT, ISOLATED_HIT, MIP_HIT, NOISE_HIT, NUMBER_OF_HIT_TAGS } |
HitTag enumerator. | |