Belle II Software development
ObserverCheckFilters.cc
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
9#include <tracking/trackFindingVXD/filterTools/ObserverCheckFilters.h>
10
11using namespace Belle2;
12
13// nullptr pointer
15
16//initialize with an empty object
static StoreArray< ObserverInfo > s_storeArray
hold a storearray to have access to the datastore
static ObserverInfo s_observerInfo
container that stores the results calculated for a selectionVariableName, has to be static due to the...
Helper class that stores the information an Observer stores: i.e.
Definition: ObserverInfo.h:24
Accessor to arrays stored in the data store.
Definition: StoreArray.h:113
Abstract base class for different kinds of events.