Belle II Software  release-05-02-19
CDCGeometryLoader.h
1 /**************************************************************************
2  * BASF2 (Belle Analysis Framework 2) *
3  * Copyright(C) 2017 - Belle II Collaboration *
4  * *
5  * Author: The Belle II Collaboration *
6  * Contributors: Oliver Frost, Thomas Hauth *
7  * *
8  * This software is provided "as is" without any warranty. *
9  **************************************************************************/
10 #pragma once
11 
12 namespace Belle2 {
17  namespace TrackFindingCDC {
18 
20  class CDCGeometryLoader {
21 
22  public:
24  static void loadDatabase();
25 
27  static void closeDatabase();
28  };
29  }
31 }
Belle2
Abstract base class for different kinds of events.
Definition: MillepedeAlgorithm.h:19
Belle2::TrackFindingCDC::CDCGeometryLoader::closeDatabase
static void closeDatabase()
Helper function to close and reset the database - only for tests offside the standard event processin...
Definition: CDCGeometryLoader.cc:49
Belle2::TrackFindingCDC::CDCGeometryLoader::loadDatabase
static void loadDatabase()
Helper function to open the database - only for tests offside the standard event processing.
Definition: CDCGeometryLoader.cc:23