ARTEMIS-CRIB
 
Loading...
Searching...
No Matches
TCatCmdLoopStop.h
Go to the documentation of this file.
1/**
2 * @file TCatCmdLoopStop.h
3 * @brief
4 * @author Kodai Okawa <okawa@cns.s.u-tokyo.ac.jp>
5 * @date 2023-06-13 17:28:09
6 * @note last modified: 2025-01-08 10:29:24
7 * @details
8 */
9
10#ifndef _CRIB_TCATCMDLOOPSTOP_H_
11#define _CRIB_TCATCMDLOOPSTOP_H_
12
13#include <TCatCmd.h>
14
15namespace art::crib {
16class TCatCmdLoopStop;
17} // namespace art::crib
18
20 protected:
22
23 public:
24 ~TCatCmdLoopStop() override;
25
26 static TCatCmdLoopStop *Instance();
27
28 Long_t Cmd(vector<TString> args) override;
29
30 void Help() override;
31
33};
34
35#endif // end of #ifndef _TCATCMDLOOPSTOP_H_
ClassDefOverride(TCatCmdLoopStop, 1)
static TCatCmdLoopStop * Instance()
Long_t Cmd(vector< TString > args) override
return to the guide