46 std::vector<AFPTrack_v2::AFPClusterLink_t>::iterator end =
clustersAcc( *this ).end();
47 for(std::vector<AFPTrack_v2::AFPClusterLink_t>::iterator itr =
clustersAcc( *this ).begin(); itr != end; ++itr )
Header file with typedef for class AFPSiHitsClusterContainer_v1.
Header file for the AFPTrack class.
#define AUXSTORE_PRIMITIVE_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of primitive auxiliary properties.
#define AUXSTORE_OBJECT_SETTER_AND_GETTER(CL, TYPE, NAME, SETTER)
Macro creating the accessors of complex auxiliary properties.
Class representing a track reconstructed in AFP.
ElementLink< AFPSiHitsClusterContainer > AFPClusterLink_t
Type of a link to the cluster.
void toPersistent()
Function making sure that the object is ready for persistification i.e. saving.
void addCluster(const AFPClusterLink_t &newCluster)
Add a link to a cluster used to reconstruct the track.
double chi2(TH1 *h0, TH1 *h1)
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.
static const SG::AuxElement::Accessor< std::vector< AFPTrack_v2::AFPClusterLink_t > > clustersAcc("clusters")