Belle II Software  release-08-01-10
nsm_read_argv.h
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 #ifndef _Belle2_nsm_read_argv_h
9 #define _Belle2_nsm_read_argv_h
10 
11 #include <daq/slc/base/ConfigFile.h>
12 
13 namespace Belle2 {
19  int nsm_read_argv(int argc, const char** argv,
20  int (*help)(const char** argv), char** argv_in,
21  ConfigFile& config, std::string& name,
22  std::string& username, int nargv);
23 
25 }
26 
27 #endif
Abstract base class for different kinds of events.