Belle II Software  release-05-01-25
ChooseableOnSVDStateApplier.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2016 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Nils Braun *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 #include <tracking/ckf/general/findlets/LimitedOnStateApplier.dcl.h>
13 #include <tracking/ckf/general/findlets/LayerToggledApplier.dcl.h>
14 #include <tracking/ckf/svd/filters/states/SVDStateFilterFactory.h>
15 #include <tracking/trackFindingCDC/filters/base/ChooseableFilter.dcl.h>
16 
17 namespace Belle2 {
22  class CKFToSVDState;
23  // Guard to prevent repeated instantiations
24  extern template class LayerToggledApplier<CKFToSVDState, LimitedOnStateApplier<CKFToSVDState,
25  TrackFindingCDC::ChooseableFilter<SVDStateFilterFactory>>>;
27  using ChooseableOnSVDStateApplier = LayerToggledApplier<CKFToSVDState, LimitedOnStateApplier<CKFToSVDState,
28  TrackFindingCDC::ChooseableFilter<SVDStateFilterFactory>>>;
30 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::ChooseableOnSVDStateApplier
LayerToggledApplier< CKFToSVDState, LimitedOnStateApplier< CKFToSVDState, TrackFindingCDC::ChooseableFilter< SVDStateFilterFactory > >> ChooseableOnSVDStateApplier
Alias to apply the () operator to all items filtered by CKF SVD layer states.
Definition: ChooseableOnSVDStateApplier.h:36