Belle II Software  release-05-01-25
ObserverCheckFilters.cc
1 /**************************************************************************
2 * BASF2 (Belle Analysis Framework 2) *
3 * Copyright(C) 2016 - Belle II Collaboration *
4 * *
5 * Author: The Belle II Collaboration *
6 * Contributors: Thomas Lueck *
7 * *
8 * this is a modified copy of *
9 * tracking/trackFindingVXD/filterTools/include/ObserverCheckMCPurity.h *
10 * *
11 * *
12 * This software is provided "as is" without any warranty. *
13 **************************************************************************/
14 
15 #include <tracking/trackFindingVXD/filterTools/ObserverCheckFilters.h>
16 
17 using namespace Belle2;
18 
19 // NULL pointer
21 
22 //initialize with an empty object
Belle2::ObserverCheckFilters::s_observerInfo
static ObserverInfo s_observerInfo
container that stores the results calculated for a selectionVariableName, has to be static due to the...
Definition: ObserverCheckFilters.h:54
Belle2::ObserverCheckFilters::s_storeArray
static StoreArray< ObserverInfo > s_storeArray
hold a storearray to have access to the datastore
Definition: ObserverCheckFilters.h:57
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::StoreArray
Accessor to arrays stored in the data store.
Definition: ECLMatchingPerformanceExpertModule.h:33
Belle2::ObserverInfo
Helper class that stores the information an Observer stores: i.e.
Definition: ObserverInfo.h:34