Belle II Software  release-05-02-19
CDCRLWireHitSegment.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2012 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Oliver Frost *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 #include <tracking/trackFindingCDC/eventdata/segments/CDCSegment.h>
13 #include <tracking/trackFindingCDC/eventdata/hits/CDCRLWireHit.h>
14 
15 #include <vector>
16 
17 namespace Belle2 {
22  namespace TrackFindingCDC {
23  class CDCWire;
24 
26  class CDCRLWireHitSegment : public CDCSegment<CDCRLWireHit> {
27  public:
30 
32  std::vector<const CDCWire*> getWireSegment() const;
33  };
34  }
36 }
Belle2::TrackFindingCDC::CDCRLWireHitSegment::getWireSegment
std::vector< const CDCWire * > getWireSegment() const
Getter for the vector of wires the hits of this segment are based on in the same order.
Definition: CDCRLWireHitSegment.cc:17
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::CDCRLWireHitSegment::CDCRLWireHitSegment
CDCRLWireHitSegment()
Default constructor for ROOT compatibility.
Definition: CDCRLWireHitSegment.h:37