Belle II Software  release-05-01-25
CDCWireHitSegment.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 
14 #include <vector>
15 
16 namespace Belle2 {
21  namespace TrackFindingCDC {
22  class CDCWireHit;
23  class CDCWire;
24 
26  class CDCWireHitSegment : public CDCSegment<const CDCWireHit*> {
27 
28  public:
30  std::vector<const CDCWire*> getWireSegment() const;
31 
32  };
33 
34  }
36 }
Belle2::TrackFindingCDC::CDCWireHitSegment::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: CDCWireHitSegment.cc:17
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19