APRILContent
Algorithm of Particle Reconstruction for ILC - implementation with PandoraSDK
 All Classes Namespaces Files Functions Variables Typedefs Enumerations
Namespaces | Typedefs | Enumerations
APRILInputTypes.h File Reference
#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.
 

Typedefs

typedef std::set< const CaloHit * > april_content::CaloHitList
 
typedef std::set< const Track * > april_content::TrackList
 
typedef std::set< const
Connector * > 
april_content::ConnectorList
 
typedef std::map< const
pandora::Cluster *, const
pandora::Cluster * > 
april_content::ClusterToClusterMap
 
typedef std::map< const
pandora::CaloHit *, const
pandora::Cluster * > 
april_content::CaloHitToClusterMap
 
typedef std::vector
< ConnectorAlgorithmTool * > 
april_content::ConnectorAlgorithmToolVector
 
typedef std::vector
< SemiDigitalThreshold > 
april_content::SemiDigitalThresholdList
 
typedef std::bitset
< NUMBER_OF_HIT_TAGS > 
april_content::HitTagMap
 
typedef
pandora::PandoraInputType
< SemiDigitalThreshold > 
april_content::InputSemiDigitalThreshold
 
typedef
pandora::PandoraInputType
< SemiDigitalThresholdList > 
april_content::InputSemiDigitalThresholdList
 
typedef std::vector< Branch > april_content::BranchList
 

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.