Belle II Software development
CDCFacetSegment.h
1/**************************************************************************
2 * basf2 (Belle II Analysis Software Framework) *
3 * Author: The Belle II Collaboration *
4 * *
5 * See git log for contributors and copyright holders. *
6 * This file is licensed under LGPL-3.0, see LICENSE.md. *
7 **************************************************************************/
8#pragma once
9
10#include <tracking/trackFindingCDC/eventdata/segments/CDCSegment.h>
11#include <tracking/trackFindingCDC/eventdata/hits/CDCFacet.h>
12
13namespace Belle2 {
18 namespace TrackFindingCDC {
19 class CDCRLWireHitSegment;
20
22 class CDCFacetSegment : public CDCSegment<CDCFacet> {
23
24 public:
26 static CDCFacetSegment create(const CDCRLWireHitSegment& rlWireHitSegment);
27 };
28 }
30}
A segment consisting of adjacent facets.
static CDCFacetSegment create(const CDCRLWireHitSegment &rlWireHitSegment)
Construct a train of facets from the given oriented wire hits.
A segment consisting of two dimensional reconsturcted hits.
A sequence of hits limited to one superlayer.
Definition: CDCSegment.h:26
Abstract base class for different kinds of events.